How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf dispatchAI/Llama-3.2-1B-Instruct-Q6-mobile
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default dispatchAI/Llama-3.2-1B-Instruct-Q6-mobile
Run Hermes
hermes
Quick Links

Llama 3.2 1B Instruct - Q6 Mobile (GGUF) - RECOMMENDED

The balanced choice between tiny Q4 (767MB) and larger Q8 (1.3GB). Best quality-to-size ratio for most deployments.

Property Value
Parameters 1.23 billion
Quantization Q6_K (6-bit)
Size ~1.02 GB
Speed ~25 tok/s (S20 FE CPU)
Quality Retention ~97%

This is the recommended default variant when unsure which to choose.

Downloads last month
28
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collections including dispatchAI/Llama-3.2-1B-Instruct-Q6-mobile