Views
No views yet
auto-round==0.10.2transformers==5.3.0vllm==0.17.1quantization_config.json written with quant_method=awqbits=4, group_size=128, sym=false, zero_point=true| Precision | Layers |
|---|---|
| INT4 weights + BF16 activations | most quantized linear layers |
| BF16 | lm_head, embed_tokens, self_attn.o_proj, DeltaNet linear_attn.out_proj, DeltaNet in_proj_a/in_proj_b, visual encoder, MTP sidecar |
128sym=false, zero_point=truegemmmodel_type=qwen3_564 text layers (hybrid DeltaNet + softmax, full_attention_interval=4)mtp_num_hidden_layers=1max_position_embeddings=262144hidden_size=5120, intermediate_size=17408vocab_size=248320pip install -U vllm>=0.17.0 transformers>=5.3.01vllm serve mconcat/Qwopus3.5-27B-v3-AWQ-4bit \
2 --max-model-len 32768 \
3 --gpu-memory-utilization 0.85 \
4 --max-num-seqs 1 \
5 --skip-mm-profiling \
6 --reasoning-parser qwen31vllm serve mconcat/Qwopus3.5-27B-v3-AWQ-4bit \
2 --max-model-len 32768 \
3 --gpu-memory-utilization 0.85 \
4 --max-num-seqs 1 \
5 --skip-mm-profiling \
6 --reasoning-parser qwen3 \
7 --speculative-config '{"method":"mtp","num_speculative_tokens":1}'transformers inference. Use a runtime that understands AutoAWQ-format checkpoints, such as vLLM with AWQ support.| Framework | Supported | Notes |
|---|---|---|
| vLLM >= 0.17.0 | Yes | Intended serving path for this AutoAWQ export |
| transformers >= 5.3.0 | No | Plain transformers is not the intended inference path for AutoAWQ checkpoints |
| AutoAWQ-compatible runtimes | Expected | Export format is AutoAWQ-style quant_method=awq, version=gemm |
| SGLang | Unknown | Not verified |
self_attn.o_proj and DeltaNet linear_attn.out_proj in BF16 rather than 4-bit.model.mtp.safetensors).--skip-mm-profiling with vLLM to skip vision encoder profiling.>= 9 to 9 <= x < 12 in vllm/model_executor/layers/fla/ops/utils.py.