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/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF:
# Run inference directly in the terminal:
llama cli -hf NANI-Nithin/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf NANI-Nithin/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF:
# Run inference directly in the terminal:
llama cli -hf NANI-Nithin/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF:
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/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf NANI-Nithin/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF:
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/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf NANI-Nithin/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF:
Use Docker
docker model run hf.co/NANI-Nithin/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF:
Quick Links

NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF

GGUF quantizations of nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16, converted with llama.cpp for fast local inference on CPU/GPU.

Files

Quant Use case
F16 Full precision, reference quality
Q8_0 Near-lossless, largest quant size
Q6_K Very high quality, minimal loss
Q5_K_M / Q5_K_S High quality, good balance
Q4_K_M / Q4_K_S Recommended default — best speed/quality tradeoff
Q4_0 Legacy 4-bit, faster on some hardware
Q3_K_L / Q3_K_M / Q3_K_S Lower RAM, noticeable quality drop
Q2_K Smallest, most compressed, quality degrades

Usage

Run with llama.cpp, Ollama, LM Studio, or any GGUF-compatible runtime:

./llama-cli -m NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q4_K_M.gguf -p "Your prompt here"

Notes

  • This is a Mixture-of-Experts (A3B) architecture — check RAM/VRAM requirements before choosing a quant.
  • For most users, Q4_K_M offers the best balance of speed, size, and output quality.
  • Quantized using automated pipeline on Modal with llama.cpp's conversion and quantization tools.

Credits

Downloads last month
572
GGUF
Model size
33B params
Architecture
nemotron_h_moe
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for NANI-Nithin/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF

Quantized
(68)
this model