Views
No views yet
| File | Format | Size | bpw |
|---|---|---|---|
| Qwen3.5-9B-TQ2_0.gguf | TQ2_0 (ternarization) | ~2.3GB | 2.06 |
| Qwen3.5-9B-TQ3_1S.gguf | TQ3_1S (WHT-rotated) | ~4.5GB | 4.00 |
1llama-server \
2 --model Qwen3.6-27B-Q6_K.gguf \
3 --model-draft Qwen3.5-9B-TQ3_1S.gguf \
4 -ngl 999 -ngld 999 \
5 --draft-max 12 --draft-p-min 0.75 \
6 --parallel 1
7
8Hardware Tested
9
10- AMD Radeon AI PRO R9700 (32GB, gfx1201 RDNA4) via ROCm
11
12Calibration Data
13
14Imatrix calibrated on ~1000 examples sampled from Stack Overflow and Software
15Engineering Stack Exchange Q&A pairs, formatted with the Qwen chat template.
16Domain-matched to coding and software engineering tasks.