Views
No views yet
About this repo: AWQ W4A16 quantization
This is a 4-bit AWQ (W4A16, asymmetric, group size 128) quantization of huihui-ai/Huihui-ThinkingCap-Qwen3.6-27B-abliterated, produced with LLM-Compressor (compressed-tensorspack-quantizedformat).Requirements: vLLM >= 0.25 (the config uses the compositeQwen3_5ForConditionalGenerationarchitecture; quantized GDN/linear-attention projections rely on Marlin thread-tile padding available in 0.25+).Repo layout:
model.safetensors— quantized language model weights (allLinearlayers, incl. linear-attention)vision.safetensors— vision tower in bf16 (unquantized; image/video input works out of the box)model-base-aux.safetensors— MTP weights in bf16 for speculative decodingExample (vLLM):bash1vllm serve DoktorMincs/Huihui-ThinkingCap-Qwen3.6-27B-abliterated-AWQ-W4A16 \ 2 --tensor-parallel-size 4 --max-model-len 163840 \ 3 --tool-call-parser qwen3_coder --reasoning-parser qwen3 --enable-auto-tool-choice \ 4 --enable-prefix-caching --max-num-batched-tokens 8192 \ 5 --speculative-config '{"method": "mtp", "num_speculative_tokens": 3}'Tested on 4x RTX 3060 12GB (TP=4): ~71 tok/s single-stream decode with MTP (draft acceptance ~63%), 4K image input verified.lm_head, vision tower and MTP weights stay in bf16.
Original model card below (from the source repo):
bc1qqnkhuchxw0zqjh2ku3lu4hq45hc6gy84uk70ge