Views
No views yet
IQ4_XS to protect reasoning, coding, and formatting logic.IQ3_S to trim file size. The trade-off is a minor loss in general knowledge and long-context recall, so if you use the model for something like creative writing, you'd probably be better off just using normal IQ4_XS quants.llama.cpp.1/home/llama.cpp/build/bin/llama-quantize \
2 --imatrix Qwen3.8-27B.imatrix.mradermacher-ubergarm.dat \
3 --tensor-type ffn_down=iq3_s \
4 --tensor-type ffn_up=iq3_s \
5 --tensor-type ffn_gate=iq3_s \
6 BF16/Qwen3.8-27B-BF16.gguf \
7 Qwen3.8-27B-i1-IQ4_XS-GGUF-Smaller.gguf \
8 IQ4_XS \
9 64