Views
No views yet
Qwen3.5-27B-TQ3_1S is a GGUF quantization of Qwen/Qwen3.5-27B using TQ3_1S, a 3.5-bit Walsh-Hadamard-transform weight format.Qwen3.5-27B-TQ3_1S.ggufmmproj-BF16.ggufhttps://github.com/turbo-tan/llama.cpp-tq3llama.cpp or other runtimes that do not include TQ3_1S.1./build/bin/llama-server \
2 -m /path/to/Qwen3.5-27B-TQ3_1S.gguf \
3 -ngl 99 -c 8192 -np 1 \
4 -ctk q8_0 -ctv q8_0 -fa on \
5 --cache-ram 0 --no-warmup --jinja \
6 --reasoning off --reasoning-budget 0 --reasoning-format deepseek1./build/bin/llama-server \
2 -m /path/to/Qwen3.5-27B-TQ3_1S.gguf \
3 -mm /path/to/mmproj-BF16.gguf \
4 -ngl 99 -c 8192 -np 1 \
5 -ctk q8_0 -ctv q8_0 -fa on \
6 --cache-ram 0 --no-warmup --jinja \
7 --reasoning off --reasoning-budget 0 --reasoning-format deepseek \
8 --no-mmproj-offload--mmproj.wiki.test.raw pass, c=512, full 580 chunks:| Format | PPL | Size |
|---|---|---|
| Q4_0 | 7.2431 +/- 0.0482 | 14.4 GB |
| TQ3_1S | 7.2570 +/- 0.0480 | 12.9 GB |