Views
No views yet

TQ3_4S GGUF release for the Unsloth Qwen3.6 35B native-MTP line.Qwen3.6-35B-A3B-MTP-TQ3_4S and is intended for the TurboQuant runtime fork.| File | Quant | Size |
|---|---|---|
Qwen3.6-35B-A3B-MTP-TQ3_4S.gguf | TQ3_4S | 13.02 GiB |
mmproj-BF16.gguf | BF16 (vision encoder) | 861 MiB |
README.md | model card | text |
thumbnail.png | card image | png |
UD-Q3_K_M MTP control:Qwen3.6-35B-A3B-MTP-TQ3_4S: 13.02 GiBQwen3.6-35B-A3B-UD-Q3_K_M: 15.93 GiB2.91 GiB smaller18.3% smallerTQ3_4S and native MTP support.llama-server-np 1 for native MTP loads; multi-sequence startup trips the current single-sequence assertion.1./build/bin/llama-server \
2 -m Qwen3.6-35B-A3B-MTP-TQ3_4S.gguf \
3 --chat-template-file chat_template.jinja \
4 -ngl 99 -c 4096 -np 1 \
5 -ctk q4_0 -ctv tq3_0 -fa on \
6 --spec-type draft-mtp \
7 --spec-draft-n-max 2 \
8 --reasoning off --reasoning-budget 0 --reasoning-format deepseekspec-off: 74/86spec-off speed:
135.51 tok/s136.06 tok/s138.21 tok/sspec-on: 75/86spec-on speed:
177.78 tok/s176.88 tok/s194.22 tok/sctk=q4_0, ctv=tq3_0):UD-Q3_K_M spec-off: 73/86 @ 132.21 tok/sUD-Q3_K_M spec-on: 74/86 @ 175.31 tok/sTQ3_4S release stays ahead of the standard Unsloth UD-Q3_K_M control by 1 point on both spec-off and spec-on, while also remaining slightly faster.TQ3_4S spec-on is the best confirmed row on the release-candidate runtime.--jinja enabled for chat usage so the intended chat template stays active.--chat-template-file chat_template.jinja for the recommended contract so the no-empty-think behavior is explicit and reproducible.-np 1 equivalent).