Run deepreinforce-ai/Ornith-1.0-9B-GGUF locally
deepreinforce-ai/Ornith-1.0-9B-GGUF is a large language model with 8.95 billion parameters, built on the qwen35 architecture. It is released under the mit license and has been downloaded 352,002 times.
To run deepreinforce-ai/Ornith-1.0-9B-GGUF locally at a 4,096-token context, its quantized versions need between 6.54 GB (Q4_K_M, lowest quality) and 17.99 GB (BF16, highest quality) of memory, weights plus KV cache and a system margin included.
For most users the best balance is Q5_K_M, needing about 7.32 GB. That means deepreinforce-ai/Ornith-1.0-9B-GGUF fits entirely in the VRAM of an 8 GB GPU or larger, running fully on the GPU.
All quantizations
| Quant. | Bits | Quality | Weights | KV | Total | Speed~ | Verdict |
|---|---|---|---|---|---|---|---|
| Q4_K_M | 5.03 | Very good | 5.24 GB | 0.5 GB | 6.54 GB | 76.3 t/s | Fits in VRAM |
| Q5_K_M | 5.78 | Very good | 6.02 GB | 0.5 GB | 7.32 GB | 66.4 t/s | Fits in VRAM |
| Q6_K | 6.58 | Excellent | 6.85 GB | 0.5 GB | 8.15 GB | 7.3 t/s | Offload |
| Q8_0 | 8.51 | Excellent | 8.87 GB | 0.5 GB | 10.17 GB | 5.6 t/s | Offload |
| BF16 | 16.01 | Excellent | 16.69 GB | 0.5 GB | 17.99 GB | 3.0 t/s | Offload |
KV cache computed from the model's exact architecture. Speed is a rough estimate bounded by memory bandwidth.
Frequently asked questions
How much VRAM do you need to run deepreinforce-ai/Ornith-1.0-9B-GGUF?
You need about 7.32 GB of VRAM to run deepreinforce-ai/Ornith-1.0-9B-GGUF entirely on the GPU using the Q5_K_M quantization (at a 4,096-token context). Smaller quantizations lower the requirement at the cost of quality.
Can I run deepreinforce-ai/Ornith-1.0-9B-GGUF on an 8 GB GPU?
Yes. With 8 GB of VRAM you can run deepreinforce-ai/Ornith-1.0-9B-GGUF fully on the GPU using Q5_K_M (about 7.32 GB).
Can I run deepreinforce-ai/Ornith-1.0-9B-GGUF on a 16 GB GPU?
Yes. With 16 GB of VRAM you can run deepreinforce-ai/Ornith-1.0-9B-GGUF fully on the GPU using Q8_0 (about 10.17 GB).
Can I run deepreinforce-ai/Ornith-1.0-9B-GGUF on a 24 GB GPU?
Yes. With 24 GB of VRAM you can run deepreinforce-ai/Ornith-1.0-9B-GGUF fully on the GPU using BF16 (about 17.99 GB).
What is the best quantization for deepreinforce-ai/Ornith-1.0-9B-GGUF?
If memory allows, higher bits-per-weight means better quality. A common sweet spot is a Q4_K_M or Q5_K_M quantization, which keeps most of the quality while roughly halving the memory versus 8-bit. Pick the highest quantization that still fits in your VRAM.