NPC Nano 0.5B β€” SFT β€” GGUF quants

GGUF quantizations of ramankrishna10/npc-nano-0.5b-sft for use with llama.cpp and compatible inference tools (Ollama, LM Studio, Jan, etc.).

File Bits / scheme Size Notes
npc-nano-0.5b-sft.f16.gguf fp16 1.00 GB reference; full precision
npc-nano-0.5b-sft.q8_0.gguf 8-bit (legacy) 534 MB smallest quality loss
npc-nano-0.5b-sft.q5_k_m.gguf 5-bit (k-quant) 379 MB recommended default for desktop CPU
npc-nano-0.5b-sft.q4_k_m.gguf 4-bit (k-quant) 333 MB most aggressive; tested working

All quants verified emitting correct identity ("I'm NPC Nano, a 0.5B parameter model by Rama Krishna Bachu at Bottensor.") under greedy decoding.

Usage

llama-cli (interactive)

./llama-cli -m npc-nano-0.5b-sft.q5_k_m.gguf

Ollama

ollama create npc-nano -f Modelfile     # Modelfile points to a quant
ollama run npc-nano "Who built you?"

LM Studio / Jan

Drop any .gguf into the models directory and select via the UI.

Chat template

Standard ChatML, baked into the GGUF:

<|im_start|>user
Who built you?<|im_end|>
<|im_start|>assistant

The GGUF metadata includes the chat template so client tools (Ollama, LM Studio) apply it automatically.

Source

Acknowledgments

Quants produced via llama.cpp convert_hf_to_gguf.py + llama-quantize.

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

4-bit

5-bit

8-bit

16-bit

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

Model tree for ramankrishna10/npc-nano-0.5b-sft-gguf

Quantized
(1)
this model