Qwen3.8-9B-Distill-GGUF
GGUF quantizations of empero-ai/Qwen3.8-9B — a full-parameter distillation of Qwen3.8 2.4T A95B into the Qwen3.5-9B architecture — for llama.cpp, Ollama, LM Studio, Jan, KoboldCpp, and other stock GGUF runtimes.
Params
—
Context
—
Downloads 30d
693 K
Likes
267
Download history
daily snapshots · 27 days703 K195 K
Aug 26Sep 4Sep 13Sep 21
Can you run it?
Estimated VRAM at 8K context unless noted. Pick your hardware to see the verdict per quantization.
| File | Quant | Size | Est. VRAM | Verdict on RTX 4090 · 24 GB |
|---|---|---|---|---|
| Qwen3.8-9B-Q4_K_M.gguf | Q4_K_M | 5.8 GB | 6.9 GB | ✅ Runs comfortably |
| Qwen3.8-9B-Q5_K_M.gguf | Q5_K_M | 6.6 GB | 7.8 GB | ✅ Runs comfortably |
| Qwen3.8-9B-Q6_K.gguf | Q6_K | 7.6 GB | 8.8 GB | ✅ Runs comfortably |
| Qwen3.8-9B-Q8_0.gguf | Q8_0 | 9.8 GB | 11.3 GB | ✅ Runs comfortably |
| Qwen3.8-9B-BF16.gguf | GGUF | 18.4 GB | 20.7 GB | ⚠️ Tight — reduce context |
Estimate: file size × 1.1 + KV cache at 8K + 0.5 GB overhead. Not a benchmark — how we calculate this.
Run it
copy-paste, exact tags checked against the Hub$ ollama run qwen3-8-9b-distill-gguf # pin the quantization explicitly $ ollama run qwen3-8-9b-distill-gguf-q4_k_m
$ huggingface-cli download empero-ai/Qwen3.8-9B-Distill-GGUF-GGUF \
Qwen3.8-9B-Q4_K_M.gguf --local-dir .
$ llama-cli -m Qwen3.8-9B-Q4_K_M.gguf \
-c 8192 -ngl 99 -t 8 --color
$ curl -s https://aimodelscomparison.com/api/v1/models/qwen3-8-9b-distill-gguf
{
"hf_id": "empero-ai/Qwen3.8-9B-Distill-GGUF",
"params_b": null,
"context_length": null,
"license": { "id": "apache-2.0", "commercial": "yes" },
"downloads_30d": 693486,
"vram_estimates": [
{ "quant": "GGUF", "gb": 20.7 },
{ "quant": "Q4_K_M", "gb": 6.9 }
],
"updated_at": "2026-08-26T01:00:31Z"
}
Specifications
- Licence
- apache-2.0
- First seen on the Hub
- 2026-08-15
- Training datasets
- undisclosed
- Added to our catalog
- 2026-08-26
Compare with any text-generation model