Views
No views yet
| File | Format | Type | Size | bpw |
|---|---|---|---|---|
| Qwen3.6-27B-TQ1_0.gguf | TQ1_0 | Ternarization | ~5.7GB | 1.69 |
| Qwen3.6-27B-TQ2_0.gguf | TQ2_0 | Ternarization | ~7GB | 2.06 |
| Qwen3.6-27B-TQ3_1S.gguf | TQ3_1S | WHT-rotated | ~13.5GB | 4.00 |
| Qwen3.6-27B-TQ4_1S.gguf | TQ4_1S | WHT-rotated | ~17GB | 5.00 |
ajibawa-2023/Python-Code-23k-ShareGPTiamtarun/python_code_instructions_18k_alpacaflytech/python-codes-25k1llama-server \
2 --model Qwen3.6-27B-TQ4_1S.gguf \
3 -ngl 999 \
4 --ctx-size 32768 \
5 --cache-type-k q8_0 \
6 --cache-type-v q8_0 \
7 --flash-attn \
8 --no-mmap
9
10Speculative Decoding
11
12Qwen3.6-27B shares tokenizer (n_vocab=248320) and architecture family (qwen35) with
13Qwen3.5 models, making them compatible for speculative decoding. Pair with a Qwen3.5
14draft model for accelerated inference:
15
16llama-server \
17 --model Qwen3.6-27B-TQ4_1S.gguf \
18 --model-draft Qwen3.5-9B-TQ3_1S.gguf \
19 -ngl 999 -ngld 999 \
20 --parallel 1 \
21 --draft-max 12 --draft-p-min 0.75 \
22 --flash-attn --no-mmap
23
24Hardware Tested
25
26- AMD Radeon AI PRO R9700 (32GB, gfx1201 RDNA4) via ROCm