Views
No views yet
Q8_0 is near-lossless and Q4_K_M is the smallest with
still-solid quality.| File | Quant | Size | Notes |
|---|---|---|---|
Qwen2.5-0.5B-Instruct-Q4_K_M.gguf | Q4_K_M | ~379 MB | Smallest, good quality |
Qwen2.5-0.5B-Instruct-Q8_0.gguf | Q8_0 | ~506 MB | Near-lossless |
llama-cli -hf andreolf/Qwen2.5-0.5B-Instruct-GGUF:Q8_0 -p "Hello!"1llama-cli -m Qwen2.5-0.5B-Instruct-Q8_0.gguf \
2 -p "Explain what a GGUF file is in one sentence."ollama run hf.co/andreolf/Qwen2.5-0.5B-Instruct-GGUF:Q8_0convert_hf_to_gguf.py, then quantized with llama-quantize (Q4_K_M) and
directly (Q8_0) from llama.cpp. No
additional fine-tuning or modification was applied.