mattbucci/Qwen3.6-27B-AWQ-CT

Model

1

stars

4

commits

1

linked in READMEs

Apr 26, 2026

updated

4-bit
compressed-tensors
deltanet
dense
multimodal
quantized
qwen3_5
rdna4
rocm
safetensors
sglang
thinking
vision
Browse cluster: Quantized LLM Model Weights

README

Qwen3.6-27B AWQ 4-bit (compressed-tensors)

Compressed-tensors output of GPTQ calibration of Qwen3.6-27B with thinking + vision preserved.

Which variant should I download?

StackRecommendedWhy
SGLang + ROCmNative AWQFaster on the fused Triton AWQ GEMM than the ROCm CT MoE path
SGLang + NVIDIANative AWQAvoids the same Qwen3_5Moe CT loader bug seen on 35B (not yet confirmed on 27B but same code path)
vLLM / autoawq / TGI on NVIDIAEither worksCT loaders in those engines handle the gate correctly
Inspection / re-conversionThis (CT)Raw GPTQ output from llmcompressor before AWQ repack

Model Details

Base modelQwen/Qwen3.6-27B
ArchitectureQwen3.5 dense+DeltaNet hybrid + vision tower
Parameters27B
Formatcompressed-tensors pack-quantized (W4A16, group_size=128)
CalibrationGPTQ via llmcompressor, 256 samples × 1024 tokens, thinking_vision recipe

For ignore list and benchmark numbers see the native variant's README.

Convert to native AWQ

git clone https://github.com/mattbucci/2x-R9700-RDNA4-GFX1201-sglang-inference
python scripts/quantize/convert_moe_ct_to_awq.py <local_path_to_this_repo> <output_dir> --group-size 128

Hardware origin

Calibrated on 2× AMD Radeon AI PRO R9700 (gfx1201, RDNA4) with ROCm 7.2 + SGLang v0.5.10 + RDNA4 patches.

Contributors

mattbucci

4 commits

mattbucci/Qwen3.6-27B-AWQ-CT

Model

1

stars

4

commits

1

linked in READMEs

Apr 26, 2026

updated

4-bit
compressed-tensors
deltanet
dense
multimodal
quantized
qwen3_5
rdna4
rocm
safetensors
sglang
thinking
vision
Browse cluster: Quantized LLM Model Weights

README

Qwen3.6-27B AWQ 4-bit (compressed-tensors)

Compressed-tensors output of GPTQ calibration of Qwen3.6-27B with thinking + vision preserved.

Which variant should I download?

StackRecommendedWhy
SGLang + ROCmNative AWQFaster on the fused Triton AWQ GEMM than the ROCm CT MoE path
SGLang + NVIDIANative AWQAvoids the same Qwen3_5Moe CT loader bug seen on 35B (not yet confirmed on 27B but same code path)
vLLM / autoawq / TGI on NVIDIAEither worksCT loaders in those engines handle the gate correctly
Inspection / re-conversionThis (CT)Raw GPTQ output from llmcompressor before AWQ repack

Model Details

Base modelQwen/Qwen3.6-27B
ArchitectureQwen3.5 dense+DeltaNet hybrid + vision tower
Parameters27B
Formatcompressed-tensors pack-quantized (W4A16, group_size=128)
CalibrationGPTQ via llmcompressor, 256 samples × 1024 tokens, thinking_vision recipe

For ignore list and benchmark numbers see the native variant's README.

Convert to native AWQ

git clone https://github.com/mattbucci/2x-R9700-RDNA4-GFX1201-sglang-inference
python scripts/quantize/convert_moe_ct_to_awq.py <local_path_to_this_repo> <output_dir> --group-size 128

Hardware origin

Calibrated on 2× AMD Radeon AI PRO R9700 (gfx1201, RDNA4) with ROCm 7.2 + SGLang v0.5.10 + RDNA4 patches.

Contributors

mattbucci

4 commits