Views
No views yet
Qwen3.6-27B-MTP-TQ3_4S
TurboQwen3.6 is the public release name for the TurboQuant GGUF build of the Qwen3.6 27B MTP model line.Qwen3.6-27B-MTP-TQ3_4S.ggufunsloth/Qwen3.6-27B-MTP-GGUFturbo-tan/llama.cpp-tq3https://github.com/turbo-tan/llama.cpp-tq3llama.cpp builds that do not contain these extensions.https://huggingface.co/YTan2000/Qwen3.6-27B-MTP-TQ3_4S-mmprojQwen3.6-27B-MTP-TQ3_4S.gguf - main model, 13.39 GiBmmproj.gguf - matching multimodal projector, 0.87 GiB, hosted in the separate projector repo abovethumbnail.png - model card imagebenchmark.png - benchmark summary image1./build/bin/llama-server \
2 -m Qwen3.6-27B-MTP-TQ3_4S.gguf \
3 --mmproj mmproj.gguf \
4 --alias Qwen3.6-27B-MTP-TQ3_4S.gguf \
5 --host 127.0.0.1 --port 8080 \
6 -c 32768 -np 1 -ngl 99 -fa on \
7 -ctk q8_0 -ctv tq3_0 \
8 --spec-type draft-mtp \
9 --spec-draft-n-min 1 \
10 --spec-draft-n-max 2 \
11 --spec-draft-p-min 0.0 \
12 --reasoning off --jinja-fa on above is the runtime flash-attention flag.GGML_CUDA_FA_ALL_QUANTS.-fa on with GGML_CUDA_FA_ALL_QUANTS=OFF.4096:1./build/bin/llama-server \
2 -m Qwen3.6-27B-MTP-TQ3_4S.gguf \
3 --mmproj mmproj.gguf \
4 --alias Qwen3.6-27B-MTP-TQ3_4S.gguf \
5 --host 127.0.0.1 --port 8096 \
6 -c 4096 -np 1 -ngl 99 -fa on \
7 -ctk q8_0 -ctv tq3_0 \
8 --spec-type draft-mtp \
9 --spec-draft-n-min 1 \
10 --spec-draft-n-max 2 \
11 --spec-draft-p-min 0.0 \
12 --reasoning off --jinja --no-warmup1curl -s http://127.0.0.1:8096/v1/chat/completions \
2 -H 'Content-Type: application/json' \
3 -d '{"model":"Qwen3.6-27B-MTP-TQ3_4S.gguf","messages":[{"role":"user","content":"Write ONLY the word ok."}],"max_tokens":32,"temperature":0}'ok
| Metric | Result |
|---|---|
| Overall score | 86.28 |
| EasyCode | 100.00% |
| Hard86 | 88.4% |
| Toolcall | 96.67% |
| Data extract | 90.97% |
| Instruct follow | 76.67% |
| Reason math | 73.33% |
| Generation speed | 44.80 tok/s |
| Size | 13.39 GiB |
benchmark.png.--spec-type draft-mtp with --spec-draft-n-max 2.--spec-draft-p-min 0.0 on the current TurboQuant runtime.-ctk q8_0 -ctv tq3_0 for the validated release profile.0.00000 on long prompts, stop and check the runtime build and launch flags before benchmarking.