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 NANI-Nithin/CityQuest-Nemotron-3-Nano-4B-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf NANI-Nithin/CityQuest-Nemotron-3-Nano-4B-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 NANI-Nithin/CityQuest-Nemotron-3-Nano-4B-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf NANI-Nithin/CityQuest-Nemotron-3-Nano-4B-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 NANI-Nithin/CityQuest-Nemotron-3-Nano-4B-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf NANI-Nithin/CityQuest-Nemotron-3-Nano-4B-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 NANI-Nithin/CityQuest-Nemotron-3-Nano-4B-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf NANI-Nithin/CityQuest-Nemotron-3-Nano-4B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/NANI-Nithin/CityQuest-Nemotron-3-Nano-4B-GGUF:Q4_K_M
Quick Links

CityQuest Nemotron 3 Nano 4B (Q4_K_M GGUF)

LoRA fine-tune of nvidia/NVIDIA-Nemotron-3-Nano-4B-BF16 on the CityQuest location-based game dataset (~840 train / 92 val examples across scavenger hunt, hide-and-seek and tag).

Trained to emit games directly in the app's game_schema.json contract (non-reasoning / JSON-only). Drop-in replacement for the stock Nemotron GGUF in app/services/generator.py.

  • LoRA r=16, alpha=16, epochs=3, lr=0.0002
  • Loaded via native transformers (arch nemotron_h); MoE router / lm_head excluded
  • Quantization: Q4_K_M · File: CityQuest-Nemotron-3-Nano-4B-Q4_K_M.gguf
Downloads last month
118
GGUF
Model size
4B params
Architecture
nemotron_h
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 NANI-Nithin/CityQuest-Nemotron-3-Nano-4B-GGUF

Space using NANI-Nithin/CityQuest-Nemotron-3-Nano-4B-GGUF 1