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-server -hf ishu-newaz/llama32-1b-gkd-from-3b-GGUF:F16
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 ishu-newaz/llama32-1b-gkd-from-3b-GGUF:F16
Run Hermes
hermes
Quick Links

llama32-1b-gkd-from-3b GGUF

This repo contains llama.cpp GGUF exports for a GKD-distilled unsloth/Llama-3.2-1B-Instruct student.

The LoRA adapter saved in llama32-1b-gkd-from-3b was merged into the base model before conversion, so these GGUF files are standalone and do not need the LoRA adapter at inference time.

Recommended Raspberry Pi file: llama32-1b-gkd-from-3b-q4_k_m.gguf

Example llama.cpp command:

llama-cli -hf ishu-newaz/llama32-1b-gkd-from-3b-GGUF --hf-file llama32-1b-gkd-from-3b-q4_k_m.gguf -p "Explain distillation in one sentence." -n 80 -c 512

For Raspberry Pi, keep the context small, for example -c 512 or -c 1024, to reduce RAM use and latency.

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

4-bit

16-bit

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

Model tree for ishu-newaz/llama32-1b-gkd-from-3b-GGUF

Quantized
(76)
this model