Views
No views yet
Qwen3.6-27B-PRISM-PRO using the PRISM
project's dynamic-quant (DQ) recipe. ~13.7 GB (vs 55 GB BF16).Qwen/Qwen3.6-27B (bias/propoganda removal)
This GGUF preserves the model's native MTP draft head + full vision
tower, and pairs with the separately-published
EAGLE-3 drafter for
lossless faster decode.| config | tok/s | speedup |
|---|---|---|
| no-spec baseline | 80 | 1.00× |
| native MTP (built-in draft head) | 121 | 1.51× |
| EAGLE-3 chain (with our drafter) | 111 | 1.39× |
1# 1. no-spec baseline
2./llama-server --model Qwen3.6-27B-PRISM-PRO-DQ.gguf
3
4# 2. native MTP speculative decoding (the model's own draft head -- fastest in llama.cpp)
5./llama-server --model Qwen3.6-27B-PRISM-PRO-DQ.gguf \
6 --spec-type draft-mtp --spec-draft-n-max 1 --spec-draft-n-min 1
7
8# 3. EAGLE-3 chain (needs the WIP PR #18039 patches + the RS-rollback fix --
9# a one-shot llama.cpp patch script is documented alongside the drafter:
10# https://huggingface.co/Ex0bit/Qwen3.6-27B-PRISM-EAGLE3)
11./llama-server --model Qwen3.6-27B-PRISM-PRO-DQ.gguf \
12 --spec-type draft-eagle3 --model-draft <eagle3-drafter.gguf> \
13 --spec-draft-n-max 2Qwen/Qwen3.6-27B (hybrid: 48 GatedDeltaNet linear-attention layers
Qwen/Qwen3.6-27B (Apache-2.0).