How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf meshllm/qwen2.5-0.5b-instruct-parity-q8_0-gguf:Q8_0
# Run inference directly in the terminal:
llama cli -hf meshllm/qwen2.5-0.5b-instruct-parity-q8_0-gguf:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf meshllm/qwen2.5-0.5b-instruct-parity-q8_0-gguf:Q8_0
# Run inference directly in the terminal:
llama cli -hf meshllm/qwen2.5-0.5b-instruct-parity-q8_0-gguf:Q8_0
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf meshllm/qwen2.5-0.5b-instruct-parity-q8_0-gguf:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf meshllm/qwen2.5-0.5b-instruct-parity-q8_0-gguf:Q8_0
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf meshllm/qwen2.5-0.5b-instruct-parity-q8_0-gguf:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf meshllm/qwen2.5-0.5b-instruct-parity-q8_0-gguf:Q8_0
Use Docker
docker model run hf.co/meshllm/qwen2.5-0.5b-instruct-parity-q8_0-gguf:Q8_0
Quick Links

Qwen2.5 0.5B Instruct parity GGUF (Q8_0)

This repo contains a same-origin GGUF parity artifact derived from Qwen/Qwen2.5-0.5B-Instruct for backend parity testing with mesh-llm.

Validated exact pair:

  • GGUF: meshllm/qwen2.5-0.5b-instruct-parity-q8_0-gguf
  • MLX: meshllm/qwen2.5-0.5b-instruct-parity-8bit-mlx

Exact validation result:

  • GGUF exact: PASS
  • MLX exact: PASS
  • prompt-by-prompt outputs matched on the checked-in exact suite used by mesh-llm

Artifact:

  • qwen2.5-0.5b-instruct-q8_0.gguf
Downloads last month
18
GGUF
Model size
0.5B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for meshllm/qwen2.5-0.5b-instruct-parity-q8_0-gguf

Quantized
(257)
this model