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 EnclaveHost/qwen2.5-0.5b-gguf:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf EnclaveHost/qwen2.5-0.5b-gguf:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf EnclaveHost/qwen2.5-0.5b-gguf:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf EnclaveHost/qwen2.5-0.5b-gguf:Q4_K_M
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 EnclaveHost/qwen2.5-0.5b-gguf:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf EnclaveHost/qwen2.5-0.5b-gguf:Q4_K_M
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 EnclaveHost/qwen2.5-0.5b-gguf:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf EnclaveHost/qwen2.5-0.5b-gguf:Q4_K_M
Use Docker
docker model run hf.co/EnclaveHost/qwen2.5-0.5b-gguf:Q4_K_M
Quick Links

qwen2.5-0.5b-gguf (Enclave model volume)

Curated model volume for Enclave confidential inference: Qwen2.5-0.5B-Instruct at q4_k_m, bundled with its tokenizer.json so the volume is self-contained. The upstream GGUF repo ships no tokenizer file, and Enclave's llm-chat app tokenizes in-guest with the HF tokenizers crate, which needs tokenizer.json alongside the weights.

Both files are unmodified byte-for-byte copies of their pinned upstream sources โ€” this repo only co-locates them.

Provenance

File Upstream Revision sha256
qwen2.5-0.5b-instruct-q4_k_m.gguf Qwen/Qwen2.5-0.5B-Instruct-GGUF 9217f5db79a29953eb74d5343926648285ec7e67 74a4da8c9fdbcd15bd1f6d01d621410d31c6fc00986f5eb687824e7b93d7a9db
tokenizer.json Qwen/Qwen2.5-0.5B-Instruct 7ae557604adf67be50417f59c2c2f167def9a775 c0382117ea329cdf097041132f6d735924b697924d6f6fc3945713e96ce87539

LICENSE is the Apache-2.0 text as shipped by the upstream GGUF repo at the same pinned revision.

Usage on Enclave

Wrapped as a Tinfoil Modelwrap volume (dm-verity; the root hash is part of the enclave measurement). Deployments attach it by name and the guest reads it at /models/<name>; the host preloads the GGUF as the wasi-nn ggml graph. With the tokenizer bundled, llm-chat's default tokenizer.json lookup works with no cross-volume configuration.

Downloads last month
136
GGUF
Model size
0.6B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for EnclaveHost/qwen2.5-0.5b-gguf

Quantized
(254)
this model