Views
No views yet
Q4_K_M quantization of
summerMC/Qwen3.8-27B-SpeedX27-VL-GDN64.summerMC/Qwen3.8-27B-SpeedX27-VL-GDN64qwen35Q4_K_M1huggingface-cli download \
2 summerMC/Qwen3.8-27B-SpeedX27-VL-GDN64-GGUF \
3 SpeedX27-GDN64-Q4_K_M.gguf \
4 --local-dir .1hf download \
2 summerMC/Qwen3.8-27B-SpeedX27-VL-GDN64-GGUF \
3 SpeedX27-GDN64-Q4_K_M.gguf \
4 --local-dir .llama.cpp.1./llama-cli \
2 -m SpeedX27-GDN64-Q4_K_M.gguf \
3 -c 8192 \
4 -ngl 991./llama-server \
2 -m SpeedX27-GDN64-Q4_K_M.gguf \
3 -c 8192 \
4 -ngl 99-ngl 99 attempts to offload all model layers to the GPU. Reduce this value if the model does not fit in available VRAM.Q4_K_M quantization.Q4_K_M provides a practical balance between model quality, memory usage, and inference performance for a model of this size.llama-quantize:1llama-quantize \
2 SpeedX27-GDN64-BF16.gguf \
3 SpeedX27-GDN64-Q4_K_M.gguf \
4 Q4_K_M1# 8K context
2-c 8192
3
4# 32K context
5-c 32768
6
7# 64K context
8-c 65536llama.cpp is recommended. Older builds may not recognize the architecture or may lack support required by the model.llama.cpp to the latest revision before troubleshooting the GGUF itself.summerMC/Qwen3.8-27B-SpeedX27-VL-GDN64-GGUF