Views
No views yet

TQ3_4S GGUF for local deployment.turbo-tan/llama.cpp-tq3 fork rather than stock upstream llama.cpp if you want native TQ3_4S support.| File | Quant | Size |
|---|---|---|
Qwen3.6-27B-TQ3_4S.gguf | TQ3_4S | ~13.0 GB |
chat_template.jinja | chat template | text |
thumbnail.png | model card image | png |
llama-perplexity --chunks 10 -c 2048PPL = 6.2452 +/- 0.16138prompt eval = 712.02 tok/s32k context fits64k context fits128k context does not fitturbo-tan/llama.cpp-tq3 fork.mmproj artifact.--jinja enabled so the bundled chat template is honored.128K context when possible for reasoning-heavy workloads. On smaller local GPUs, reduce context as needed to fit memory.1llama-bench \
2 -m Qwen3.6-27B-TQ3_4S.gguf \
3 -ngl 99 \
4 -ctk q4_0 \
5 -ctv tq3_0 \
6 -fa 1 \
7 -p 2048 -n 0 -r 31llama-server \
2 -m Qwen3.6-27B-TQ3_4S.gguf \
3 --host 127.0.0.1 --port 8080 \
4 -ngl 99 -c 4096 -np 1 \
5 -ctk q4_0 -ctv tq3_0 -fa on \
6 --jinja1llama-cli \
2 -m Qwen3.6-27B-TQ3_4S.gguf \
3 --jinja \
4 -ngl 99 \
5 -c 4096git clone https://github.com/turbo-tan/llama.cpp-tq3[!Note] The upstream Qwen repository contains model weights and configuration files for the post-trained model in the Hugging Face Transformers format.Those upstream artifacts are compatible with Hugging Face Transformers, vLLM, SGLang, KTransformers, and related runtimes.

qwen3527B6451201740816 × (3 × (Gated DeltaNet -> FFN) -> 1 × (Gated Attention -> FFN))48 for V, 16 for QK, head dim 12824 for Q, 4 for KV, head dim 25664262,144SWE-bench Verified: 77.2Terminal-Bench 2.0: 59.3SkillsBench Avg5: 48.2GPQA Diamond: 87.8AIME26: 94.1MMMU: 82.9AndroidWorld: 70.3