Instructions to use impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF with 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 impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS # Run inference directly in the terminal: llama cli -hf impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS # Run inference directly in the terminal: llama cli -hf impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
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 impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS # Run inference directly in the terminal: ./llama-cli -hf impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
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 impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS # Run inference directly in the terminal: ./build/bin/llama-cli -hf impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
Use Docker
docker model run hf.co/impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
- LM Studio
- Jan
- vLLM
How to use impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
- Ollama
How to use impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF with Ollama:
ollama run hf.co/impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
- Unsloth Desktop
- Pi
How to use impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF with Docker Model Runner:
docker model run hf.co/impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
- Lemonade
How to use impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
Run and chat with the model
lemonade run user.NVIDIA-Nemotron-3.5-Lightning-GGUF-IQ4_XS
List all available models
lemonade list
- Hermes Agent
How to use impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
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 impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF:IQ4_XS" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
NVIDIA-Nemotron-3.5-Lightning-30B-A3B (GGUF)
GGUF conversion of nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16, an open 30B mixture-of-experts (MoE) model with ~3B active parameters, built by NVIDIA for the execution layer of always-on agents. Converted for use with llama.cpp using imatrix-calibrated quantization.
One quantization is provided:
| Quantization | File | Size | Use case |
|---|---|---|---|
| IQ4_XS | NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ4_XS.gguf |
18.7 GB | Fits entirely on a 24 GB GPU (e.g. 16 GB + 8 GB dual) with room for a 256K KV cache |
Model Summary
| Property | Value |
|---|---|
| Base model | nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16 |
| Architecture | NemotronHForCausalLM (nemotron_h_moe) — hybrid Mamba-2 + MoE + Attention with Multi-Token Prediction (MTP) |
| Parameters | ~30B total / ~3B active per token |
| Experts | 128 routed + 1 shared, 6 routed active per token |
| Layers | 52 (interleaved; ~6 attention, rest Mamba-2/MoE) |
| Hidden size | 2,688 |
| Context length | 262,144 (256K native, up to ~1M via rope scaling) |
| Vocab size | 131,072 |
| Reasoning | Yes (thinking mode, <think> blocks) |
| Tool calling | Native (<tool_call> XML format) |
| Modalities | Text |
| Languages | en, es, fr, de, it, ja |
Files
impacte/NVIDIA-Nemotron-3.5-Lightning-GGUF/
├── NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ4_XS.gguf # IQ4_XS imatrix GGUF (18.7 GB)
└── .gitattributes # LFS tracking
Usage
llama.cpp (local inference)
# IQ4_XS (24 GB GPU, full 256K context)
llama-server \
-m NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ4_XS.gguf \
--ctx-size 262144 \
--port 8080
For the full 256K context, use a quantized KV cache (--cache-type-k q4_0 --cache-type-v q4_0) to keep the KV cache footprint minimal:
llama-server \
-m NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ4_XS.gguf \
--ctx-size 262144 \
--cache-type-k q4_0 \
--cache-type-v q4_0 \
--port 8080
Then call the OpenAI-compatible endpoint:
curl http://localhost:8080/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ4_XS",
"messages": [
{"role": "user", "content": "Explain what a Tauri v2 app is."}
]
}'
Ollama
# Pull the pre-built Ollama tag (256K context, q4_0 KV cache)
ollama run oamazonasgabriel/nemotron-3.5-lightning:iq4-xs-256k-24gbGPU
llama-cpp-python
from llama_cpp import Llama
llm = Llama(
model_path="NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ4_XS.gguf",
n_ctx=262144,
n_gpu_layers=-1, # offload all layers to GPU
)
About the base model
NVIDIA-Nemotron-3.5-Lightning-30B-A3B is an open 30B-parameter mixture-of-experts (MoE) model with ~3B active parameters, built by NVIDIA for the execution layer of always-on agents. It uses a hybrid Mamba-2 + MoE + attention architecture with only ~6 attention layers out of 52, so the KV cache stays tiny even at very long contexts. The model supports native tool calling and thinking mode, and is multilingual (en, es, fr, de, it, ja).
License & Attribution
- Base model:
nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16— released under the OpenMDW-1.1 license. Review before commercial use. - GGUF conversion: performed with llama.cpp's
convert_hf_to_gguf.py(bf16) andllama-quantize(IQ4_XS with imatrix calibration).
Note: This is a GGUF conversion of a model under the OpenMDW-1.1 license. Ensure your use complies with that license.
Limitations
- The IQ4_XS GGUF (18.7 GB) fits on a 24 GB GPU (16 GB + 8 GB dual) with room for a 256K KV cache at q4_0, but trades some precision vs higher quants (Q6_K / Q8_0).
- The base model's general capabilities are retained; this is a direct conversion with no additional fine-tuning.
- Downloads last month
- 218
4-bit