NANI-Nithin/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF overview
NVIDIA Nemotron 3.5 Lightning 30B A3B GGUF GGUF quantizations of nvidia/NVIDIA Nemotron 3.5 Lightning 30B A3B BF16 https://huggingface.co/nvidia/NVIDIA Nemotro…
Runs locally from ~16.64 GB disk (24 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-F16.gguf | GGUF | F16 | 61.33 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ1_S.gguf | GGUF | IQ1_S | 16.64 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ2_M.gguf | GGUF | IQ2_M | 17.37 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ2_S.gguf | GGUF | IQ2_S | 17.36 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ2_XXS.gguf | GGUF | IQ2_XXS | 16.65 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ3_M.gguf | GGUF | IQ3_M | 17.56 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ3_S.gguf | GGUF | IQ3_S | 17.40 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ3_XXS.gguf | GGUF | IQ3_XXS | 17.38 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ4_NL.gguf | GGUF | IQ4_NL | 17.44 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-IQ4_XS.gguf | GGUF | IQ4_XS | 17.43 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q2_K.gguf | GGUF | Q2_K | 17.37 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q3_K_L.gguf | GGUF | Q3_K_L | 20.14 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q3_K_M.gguf | GGUF | Q3_K_M | 19.26 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q3_K_S.gguf | GGUF | Q3_K_S | 17.40 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q4_0.gguf | GGUF | Q4_0 | 17.44 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q4_K_M.gguf | GGUF | Q4_K_M | 23.68 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q4_K_S.gguf | GGUF | Q4_K_S | 21.27 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q5_0.gguf | GGUF | Q5_0 | 21.23 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q5_K_M.gguf | GGUF | Q5_K_M | 25.18 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q5_K_S.gguf | GGUF | Q5_K_S | 23.11 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q6_K.gguf | GGUF | Q6_K | 32.52 GB | Download |
| NVIDIA-Nemotron-3.5-Lightning-30B-A3B-Q8_0.gguf | GGUF | Q8_0 | 32.60 GB | Download |
Model Details
| Model ID | NANI-Nithin/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF |
|---|---|
| Author | NANI-Nithin |
| Pipeline | text-generation |
| License | apache-2.0 |
| Base model | nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16 |
| Last modified | 2026-08-11T18:49:45.000Z |
Model README
---
license: apache-2.0
base_model: nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16
language: en
tags:
- gguf
- quantized
- llama.cpp
- nemotron
- moe
pipeline_tag: text-generation
---
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
- Base model by NVIDIA
- Quantization by NANI-Nithin
Run NANI-Nithin/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models