Views
No views yet
Qwen_Qwen3.5-122B-A10B.gguf - Mainly tested with IQ3_M.| File | Quant | Size |
|---|---|---|
qwen35-122b-a10b-dflash-F16.gguf | F16 | 983 MB |
qwen35-122b-a10b-dflash-Q8_0.gguf | Q8_0 | 527 MB |
qwen35-122b-a10b-dflash-Q4_K_M.gguf | Q4_K_M | 299 MB |
1./build/bin/llama-server \
2 --model <target.gguf> \
3 --model-draft <draft.gguf> \
4 --spec-type dflash:n_max=<N>,cross_ctx=<N> ...Q4_K_M and Q8_0 are small test-oriented quants; create your own quant if you need a different tradeoff.