| File | Quant | Size | Min VRAM | RX 5700 XT | RX 7900 XTX |
|---|---|---|---|---|---|
| qwen3.5-4b.hf4 | HF4 | 2.09 GB | 4 GB | TBD | 211 tok/s |
| qwen3.5-4b.hf6 | HF6 | 3.24 GB | 5 GB | TBD | — |
| qwen3.5-4b.mq4 | MQ4 ⭐ | 2.41 GB | 4 GB | TBD | 187 tok/s |
1# Install hipfire
2curl -L https://raw.githubusercontent.com/Kaden-Schutt/hipfire/master/scripts/install.sh | bash
3
4# Pull and run any variant
5hipfire pull qwen3.5:4b # HF4 (default — fastest)
6hipfire pull qwen3.5:4b-mq4 # MQ4 (quality-gated, near-Q8 output)
7hipfire pull qwen3.5:4b-hf6 # HF6 (highest quality, ~15% slower)
8
9hipfire run qwen3.5:4b-mq4 "Hello"x
vector is rotated through the same transform on the fly during the GEMV.
The rotation flattens outliers, dramatically improving the
quantization-error distribution. Result: roughly Q8-grade output
quality at Q4 bandwidth.scripts/quality-gate.sh. Any silent numerical regression in the
forward pass is caught at commit time.tokenizer.json download needed.