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

Llama 3.2 1B Instruct Parity F16 GGUF

Same-origin GGUF artifact for mesh-llm parity testing.

  • Source checkpoint: meta-llama/Llama-3.2-1B-Instruct
  • Conversion path: original checkpoint -> GGUF f16
  • Intended pair: meshllm/llama-3.2-1b-instruct-parity-bf16-mlx

Validation

Validated locally with the mesh-llm exact smoke suite on 2026-04-06.

Expected behavior for this pair:

  • Shared strict lowercase drift on blue/green/red
  • Clean agreement on the remaining exact prompts

Files

  • llama-3.2-1b-instruct-f16.gguf
Downloads last month
5
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

16-bit

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

Model tree for meshllm/llama-3.2-1b-instruct-parity-f16-gguf

Quantized
(409)
this model