| File | Quant | Size | Min VRAM | RX 5700 XT | RX 7900 XTX |
|---|---|---|---|---|---|
| qwen3.5-9b.hf4 | HF4 | 4.44 GB | 6 GB | 45 tok/s | 138 tok/s |
| qwen3.5-9b.hf6 | HF6 | 6.79 GB | 8 GB | 37 tok/s | — |
| qwen3.5-9b.mq4 | MQ4 ⭐ | 4.95 GB | 6 GB | TBD | 135 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:9b # HF4 (default — fastest)
6hipfire pull qwen3.5:9b-mq4 # MQ4 (quality-gated, near-Q8 output)
7hipfire pull qwen3.5:9b-hf6 # HF6 (highest quality, ~15% slower)
8
9hipfire run qwen3.5:9b-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.