GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

andreolf/Qwen2.5-0.5B-Instruct-GGUF overview

Qwen2.5 0.5B Instruct — GGUF GGUF quantizations of Qwen/Qwen2.5 0.5B Instruct https://huggingface.co/Qwen/Qwen2.5 0.5B Instruct , for use with llama.cpp https:…

ggufqwen2quantizedllama.cppq4_k_mq8_0text-generationbase_model:Qwen/Qwen2.5-0.5B-Instructbase_model:quantized:Qwen/Qwen2.5-0.5B-Instructlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~379.4 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
140
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Qwen2.5-0.5B-Instruct-Q4_K_M.ggufGGUFQ4_K_M379.4 MBDownload
Qwen2.5-0.5B-Instruct-Q8_0.ggufGGUFQ8_0506.5 MBDownload

Model Details

Model IDandreolf/Qwen2.5-0.5B-Instruct-GGUF
Authorandreolf
Pipelinetext-generation
Licenseapache-2.0
Base modelQwen/Qwen2.5-0.5B-Instruct
Last modified2026-08-21T16:33:30.000Z

Model README

---

license: apache-2.0

base_model: Qwen/Qwen2.5-0.5B-Instruct

tags:

  • gguf
  • qwen2
  • quantized
  • llama.cpp
  • q4_k_m
  • q8_0

pipeline_tag: text-generation

---

Qwen2.5-0.5B-Instruct — GGUF

GGUF quantizations of

Qwen/Qwen2.5-0.5B-Instruct,

for use with llama.cpp and compatible

runtimes (Ollama, LM Studio, llama-cpp-python, etc.).

Two quant levels are provided so you can trade size against quality. For a

model this small, 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 |

Usage

llama.cpp

llama-cli -hf andreolf/Qwen2.5-0.5B-Instruct-GGUF:Q8_0 -p "Hello!"

or with a local file:

llama-cli -m Qwen2.5-0.5B-Instruct-Q8_0.gguf \
  -p "Explain what a GGUF file is in one sentence."

Ollama

ollama run hf.co/andreolf/Qwen2.5-0.5B-Instruct-GGUF:Q8_0

How it was made

Converted from the original safetensors to an F16 GGUF with

convert_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.

License & attribution

The original model is released by Qwen under Apache-2.0; this quantization

inherits that license. All credit for the underlying model goes to the

Qwen team. This repo only provides a quantized

GGUF conversion for convenience.

Run andreolf/Qwen2.5-0.5B-Instruct-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models