Nemotron 3.5 Lightning 30B-A3B
Nemotron 3.5 Lightning 30B-A3B needs roughly 20.5 GB VRAM at Q4_K_M quantization (67.3 GB at FP16). 78 GPUs we track can run it fully in VRAM at 8k context.
78 GPUs run this natively · 21 with CPU offload
- Q4_K_M total
- 20.5 GB
- at 8k context
- Smallest GPU
- 24 GB
- NVIDIA RTX 4090, at Q4_K_M
- KV cache, full context
- 6.4 GB
- 6 of 52 layers cache
- Inputs
- Text
- OpenMDW-1.1, released August 2026
- Active experts
- 6 of 128 + 1 shared
- ~3B active per token
- Caching layers
- 6 of 52
- Mamba-2 + MoE layers hold no growing KV cache
Nemotron 3.5 Lightning 30B-A3B is a Mixture of Experts (MoE) model with 30B total parameters but only 3B active per token developed by NVIDIA. Released 11 August 2026 under NVIDIA's own OpenMDW-1.1 license, alongside NeMo Switchyard, a separate open source request-routing tool. It keeps the same 52-layer hybrid stack as Nemotron 3 Nano before it: 26 Mamba-2 layers, 20 MoE layers (128 routed experts, 6 active plus 1 shared per token), and 6 ordinary attention layers, so only 6 of 52 layers keep a KV cache that grows with context. 30B total parameters, 3B active per token, context up to 1,048,576 tokens, text only.
To run Nemotron 3.5 Lightning 30B-A3B locally: Q4_K_M weights land at roughly 18.3GB, so the standard table's 8k-context total is about 20.5GB, within reach of any 24GB card (RTX 4090, RTX 3090, RTX 5090). The hybrid stack keeps long context cheap: filling the full 1,048,576-token window only adds about 6.4GB of KV cache, versus roughly 55.8GB if every layer used full attention, so a 24GB card still holds Q2_K at the full window. NVIDIA's own single-GPU claim (1x DGX Spark or 1x H100) checks out at BF16 too: the native checkpoint totals about 67.3GB at 8k context, comfortably inside a 128GB DGX Spark. NVFP4, the format NVIDIA shipped first, only runs on Blackwell cards (RTX 5090, DGX Spark, GB200) per this site's own gating, but it's small: about 16.9GB total at 8k context on an RTX 5090. GGUF builds for llama.cpp and Ollama weren't out at launch; day-one runtimes are vLLM, SGLang, and TensorRT-LLM against the native NVFP4/FP8/BF16 checkpoints. As a MoE model, inference speed depends on active parameters (3B) rather than total size.
NVIDIA reports MMLU-Pro 81.62 and GPQA Diamond 75.57 (no tools), measured under its own NeMo Evaluator harness. On SWE-bench Verified it scores 52.80, behind GPT-OSS 120B's 62.4, but from a model with roughly a quarter of the total parameters and about three fifths of the active ones. The headline claim is speed, not raw accuracy: up to 4x faster output than similarly-sized models and, per NVIDIA's own PinchBench numbers, 30% faster completion of 10,000 agent tasks than Qwen 3.6 35B at comparable accuracy.
Three layer types, and only one of them remembers
Nemotron 3.5 Lightning routes every token through one of three layer types across its 52-layer stack: 26 Mamba-2 state-space layers, 20 MoE feed-forward layers (128 routed experts, 6 active plus 1 shared per token), and 6 ordinary attention layers. Only the third kind, the attention layers, stores a key and value for every token it has seen. The strip below groups each kind together for legibility; in the real stack the three interleave throughout, not sitting in three blocks.
6 of 52 layers keep a KV cache that grows with the full context. The other 46 hold a fixed-size recurrent state, so their memory cost does not move as the context window grows.
Mamba-2 layers update a fixed-size state matrix in place, so they cost the same whether the prompt is 2,000 tokens or 2,000,000. MoE layers never look backward at all; they route each token through a handful of experts and move on. Only the 6 attention layers accumulate a cache that grows with context, and NVIDIA scattered them through the stack rather than grouping them, so no single stretch of the network is doing all the remembering.
What a full 1,048,576-token context actually costs
Long context is usually where a local setup falls apart: the KV cache grows with every token fed to it, and on a conventional model it can dwarf the weights long before the advertised window fills up. Capping the cache to 6 of 52 layers is what keeps Nemotron 3.5 Lightning's 1M-token window affordable.
KV cache only, at FP16. Weights and activation overhead sit on top of these figures.
Filling the full 1,048,576-token window costs 6.4 GB of KV cache instead of 55.8 GB. Add 18.3 GB of Q4_K_M weights and the full-context total is 27.7 GB, just past a 24 GB card's real ceiling but well inside a 32 GB one. The all-attention version of the same model would need 83.0 GB at the same context, out of reach for every single consumer GPU this site tracks.
VRAM at each quantization
Numbers here are computed at 8k context. This model's hybrid attention stack means KV cache grows much more slowly than context length, unlike a conventional full-attention model.
| Quant | Weights | KV cache | Total |
|---|---|---|---|
| FP32 | 120.0 GB | 0.05 GB | 134.5 GB |
| BF16 | 60.0 GB | 0.05 GB | 67.3 GB |
| FP16 | 60.0 GB | 0.05 GB | 67.3 GB |
| Q8_0 | 31.9 GB | 0.05 GB | 35.8 GB |
| Q6_K | 24.6 GB | 0.05 GB | 27.6 GB |
| Q5_K_M | 21.4 GB | 0.05 GB | 24.0 GB |
| Q4_K_Mrec | 18.3 GB | 0.05 GB | 20.5 GB |
| Q3_K_M | 14.4 GB | 0.05 GB | 16.2 GB |
| Q2_K | 11.4 GB | 0.05 GB | 12.9 GB |
| NVFP4cuda | 15.0 GB | 0.05 GB | 16.9 GB |
KV cache is calculated at 8k context (FP16). Note that NVFP4 only runs on CUDA GPUs. Turn on TurboQuant in the calculator above for lower KV cache estimates.
Quantization × context: where it fits
The table above holds context fixed at 8k. Add context as a second axis and the hybrid stack's story becomes visible: most of the movement between columns comes from each quantization's fixed weight size, not from a KV cache that scales with tokens the way a conventional model's would.
| Quant | 8k ctx | 32k ctx | 128k ctx | 1024k ctx |
|---|---|---|---|---|
| Q8_0 | 35.8 GB48 GB card | 35.9 GB48 GB card | 36.6 GB48 GB card | 42.9 GB48 GB card |
| Q6_K | 27.6 GB32 GB card | 27.8 GB32 GB card | 28.5 GB32 GB card | 34.8 GB48 GB card |
| Q5_K_M | 24.0 GB24 GB card | 24.1 GB32 GB card | 24.8 GB32 GB card | 31.1 GB32 GB card |
| Q4_K_Mrec | 20.5 GB24 GB card | 20.7 GB24 GB card | 21.4 GB24 GB card | 27.7 GB32 GB card |
| Q3_K_M | 16.2 GB24 GB card | 16.4 GB24 GB card | 17.1 GB24 GB card | 23.4 GB24 GB card |
Benchmarks
A 30B model chasing a 117B one
The nearest real comparison for a 3B-active agent model is GPT-OSS 120B, OpenAI's own single-GPU release: 62.4 on SWE-bench Verified against Nemotron 3.5 Lightning's 52.80, a real gap, but from a model with roughly a quarter of the total parameters and about three fifths of the active ones. NVIDIA isn't claiming to beat it here; the pitch is the speed side of that trade, up to 4x faster output per NVIDIA's own benchmarks.
GPUs that run Nemotron 3.5 Lightning 30B-A3B natively (78)
- NVIDIA RTX 5090NVFP4 · 230.6 t/s
- NVIDIA RTX 5080Q2_K · 161.6 t/s
- NVIDIA RTX 5070 TiQ2_K · 150.9 t/s
- NVIDIA RTX 5060 Ti 16GBQ2_K · 75.4 t/s
- NVIDIA RTX 4090Q4_K_M · 106.7 t/s
Show 73 more
- NVIDIA RTX 4080Q2_K · 120.7 t/s
- NVIDIA RTX 4070 Ti SUPERQ2_K · 113.2 t/s
- NVIDIA RTX 4060 Ti 16GBQ2_K · 48.5 t/s
- NVIDIA RTX 3090Q4_K_M · 99.1 t/s
- NVIDIA RTX 3090 TiQ4_K_M · 106.7 t/s
- NVIDIA B300 288GBFP32 · 129.8 t/s
- NVIDIA B200 180GBFP32 · 129.8 t/s
- NVIDIA H200 141GBBF16 · 155.6 t/s
- NVIDIA H100 80GBBF16 · 108.6 t/s
- NVIDIA A100 80GBBF16 · 66.1 t/s
- NVIDIA A100 40GBQ8_0 · 94.6 t/s
- NVIDIA L40SQ8_0 · 52.6 t/s
- NVIDIA RTX A6000Q8_0 · 46.7 t/s
- NVIDIA RTX 4000 AdaQ3_K_M · 42.8 t/s
- NVIDIA RTX 4500 AdaQ4_K_M · 45.7 t/s
- NVIDIA RTX 5000 AdaQ6_K · 45.3 t/s
- NVIDIA RTX 6000 AdaQ8_0 · 58.4 t/s
- NVIDIA RTX Pro 6000BF16 · 43.6 t/s
- NVIDIA DGX Spark (128GB)BF16 · 8.9 t/s
- AMD Radeon RX 7900 XTXQ4_K_M · 101.6 t/s
- AMD Radeon RX 7900 XTQ3_K_M · 107 t/s
- AMD Radeon RX 7900 GREQ2_K · 97 t/s
- AMD Radeon RX 6800 XTQ2_K · 86.2 t/s
- AMD Radeon PRO W7800Q6_K · 45.3 t/s
- AMD Radeon PRO W7900Q8_0 · 52.6 t/s
- AMD Instinct MI300XFP32 · 86 t/s
- AMD Radeon AI PRO R9700 32GBQ6_K · 50.4 t/s
- AMD Strix Halo (128GB)BF16 · 8.3 t/s
- AMD Strix Halo (96GB)BF16 · 8.3 t/s
- AMD Strix Halo (64GB)Q8_0 · 15.6 t/s
- Apple M5 Max (128GB)BF16 · 24.5 t/s
- Apple M5 Max (64GB)Q8_0 · 46 t/s
- Apple M5 Max (48GB)Q8_0 · 46 t/s
- Apple M5 Max (36GB)Q6_K · 44.6 t/s
- Apple M5 Pro (64GB)Q8_0 · 23 t/s
- Apple M5 Pro (48GB)Q8_0 · 23 t/s
- Apple M5 Pro (24GB)Q2_K · 63.6 t/s
- Apple M5 (32GB)Q5_K_M · 17.1 t/s
- Apple M4 Max (128GB)BF16 · 21.8 t/s
- Apple M4 Max (64GB)Q8_0 · 40.9 t/s
- Apple M4 Max (48GB)Q8_0 · 40.9 t/s
- Apple M4 Max (36GB)Q6_K · 39.7 t/s
- Apple M4 Pro (48GB)Q8_0 · 20.4 t/s
- Apple M4 Pro (24GB)Q2_K · 56.6 t/s
- Apple M4 (32GB)Q5_K_M · 13.4 t/s
- Apple M3 Ultra (512GB)FP32 · 16.4 t/s
- Apple M3 Ultra (256GB)FP32 · 16.4 t/s
- Apple M3 Ultra (96GB)BF16 · 32.7 t/s
- Apple M3 Max (128GB)BF16 · 16 t/s
- Apple M3 Max (96GB)BF16 · 12 t/s
- Apple M3 Max (64GB)Q8_0 · 30 t/s
- Apple M3 Max (48GB)Q8_0 · 30 t/s
- Apple M3 Max (36GB)Q6_K · 29.1 t/s
- Apple M3 Pro (36GB)Q6_K · 14.5 t/s
- Apple M3 (24GB)Q2_K · 20.7 t/s
- Apple M2 Ultra (192GB)FP32 · 16 t/s
- Apple M2 Ultra (64GB)Q8_0 · 59.9 t/s
- Apple M2 Max (96GB)BF16 · 16 t/s
- Apple M2 Max (64GB)Q8_0 · 30 t/s
- Apple M2 Max (32GB)Q5_K_M · 44.6 t/s
- Apple M2 Pro (32GB)Q5_K_M · 22.3 t/s
- Apple M2 (24GB)Q2_K · 20.7 t/s
- Apple M1 Ultra (128GB)BF16 · 31.9 t/s
- Apple M1 Ultra (64GB)Q8_0 · 59.9 t/s
- Apple M1 Max (64GB)Q8_0 · 30 t/s
- Apple M1 Max (32GB)Q5_K_M · 44.6 t/s
- Apple M1 Pro (32GB)Q5_K_M · 22.3 t/s
- Intel Arc Pro B70 32GBQ6_K · 47.8 t/s
- Intel Arc Pro B60 24GBQ4_K_M · 40.2 t/s
- Intel Arc A770 16GBQ2_K · 94.3 t/s
- Intel Data Center GPU Max 1550BF16 · 106.2 t/s
- Intel Data Center GPU Max 1100Q8_0 · 74.8 t/s
- Intel Arc 140V (32GB)Q5_K_M · 12.4 t/s
Plus 21 GPUs that run it with CPU offload (slower)
- NVIDIA RTX 5070NVFP4 · 17.3 t/s
- NVIDIA RTX 5060 Ti 8GBNVFP4 · 9.2 t/s
- NVIDIA RTX 5060NVFP4 · 9.2 t/s
- NVIDIA RTX 5050NVFP4 · 8.9 t/s
- NVIDIA RTX 4070 TiQ8_0 · 3.5 t/s
- NVIDIA RTX 4070 SUPERQ8_0 · 3.5 t/s
- NVIDIA RTX 4070Q8_0 · 3.5 t/s
- NVIDIA RTX 4060Q6_K · 4.1 t/s
- NVIDIA RTX 3080 10GBQ6_K · 4.8 t/s
- NVIDIA RTX 3060 12GBQ8_0 · 3.4 t/s
- Intel Arc B580 12GBQ8_0 · 3.5 t/s
- Intel Arc B570 10GBQ6_K · 4.6 t/s
- Intel Arc A770 8GBQ6_K · 4.2 t/s
- Intel Arc A750 8GBQ6_K · 4.2 t/s
- Intel Arc A580 8GBQ6_K · 4.2 t/s
- Intel Arc A380 6GBQ6_K · 3.7 t/s
- Intel Arc A310 4GBQ6_K · 3.4 t/s
- Intel Arc Pro A60 12GBQ8_0 · 3.4 t/s
- Intel Arc Pro A50 6GBQ6_K · 3.7 t/s
- Intel Arc Pro A40 6GBQ6_K · 3.7 t/s
- CPU only (system RAM)Q6_K · 4.8 t/s
Notes
Hybrid Mamba-2 / MoE / Attention stack (128 routed experts, 6 active + 1 shared). Only 6 of 52 layers keep a growing KV cache. Built for high-throughput specialized agent execution rather than frontier chat.
Compare Nemotron 3.5 Lightning 30B-A3B with other models
How to run Nemotron 3.5 Lightning 30B-A3B locally
Q4_K_M needs 20.5 GB — fits a single high-end consumer GPU (24 GB).
vLLM (DGX Spark / GB10)
vllm serve --model nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4 \
--moe-backend marlin \
--kv-cache-dtype fp8 \
--enable-prefix-caching \
--speculative_config.num_speculative_tokens 3 \
--mamba-backend flashinfer \
--mamba-cache-mode align \
--reasoning-parser nemotron_v3 \
--speculative_config.method dspark \
--tool-call-parser qwen3_coder \
--enable-auto-tool-choiceLM Studio: Not available at launch. NVIDIA's day-one runtimes are vLLM, SGLang, and TensorRT-LLM against the native NVFP4/FP8/BF16 checkpoints; LM Studio needs a GGUF build that hadn't shipped as of 11 August 2026.
Why this quantization? Q4_K_M puts the weights at roughly 18.3 GB, and because only 6 of 52 layers keep a KV cache that actually grows with context, the total barely moves at short context: about 20.5 GB at 8k tokens, comfortably inside a 24 GB card. Push toward the full 1,048,576-token window and the KV cache adds another 6.4 GB, enough to push Q4_K_M past a 24 GB card's real ceiling; Q2_K (about 20.0 GB at full context) is the quantization that actually holds the whole window on a single 24 GB GPU. Owners of Blackwell hardware can skip the ladder altogether and run the native NVFP4 checkpoint instead, at about 16.9 GB.
Who is Nemotron 3.5 Lightning 30B-A3B for?
Builders running many parallel or always-on agent instances (cybersecurity triage, code review, terminal automation) who need high tokens/sec per GPU more than frontier-level reasoning, and who have a Blackwell or Hopper card, or a 24 GB+ consumer GPU, to run it on.
Best for
- High-volume, narrow agent tasks inside a larger multi-agent system, the workload NVIDIA built it for
- Long-context tool use and terminal automation, where the 1,048,576-token window stays cheap thanks to the hybrid stack
- Post-training on proprietary data and tools, since the OpenMDW-1.1 license allows unrestricted commercial fine-tuning
- RTX 5090 or DGX Spark owners who want the native NVFP4 checkpoint's speed without waiting for a GGUF build
Not ideal for
- Anyone who needs the single strongest open-weight model available; NVIDIA's own numbers trail GPT-OSS 120B on SWE-bench Verified
- llama.cpp, Ollama, or LM Studio users specifically, since no GGUF conversion had shipped as of launch day
- 16 GB GPUs at anything beyond short context; even Q4_K_M's 8k-context total exceeds a 16 GB card's real ceiling
- Workloads that need independently reproduced benchmark numbers before adopting a model; this released the same day as this page was written
So should you run it?
On a single 24 GB card (RTX 4090, RTX 3090, RTX 5090) at short context, Q4_K_M needs about 20.5 GB and this site's own RTX 4090 estimate lands well over 100 tokens/second, fast even before counting NVIDIA's separate 4x speed claim over similarly-sized models. Push the context window out toward the full 1,048,576 tokens and Q4_K_M no longer fits a 24 GB card; Q2_K does, at about 20.0 GB, because the hybrid stack keeps the KV cache small even at a million tokens. Owners of a Blackwell card (RTX 5090, DGX Spark) can skip the GGUF ladder entirely and run the native NVFP4 checkpoint instead, at roughly 16.9 GB. This isn't a model built to win a chat leaderboard: NVIDIA's own numbers put it behind GPT-OSS 120B on SWE-bench Verified, and there's no GGUF or Ollama build yet at launch. It's built for the always-on, high-volume side of agent systems, the kind of workload where more throughput per GPU matters more than a few extra benchmark points.
Frequently asked questions
- What are the VRAM requirements for Nemotron 3.5 Lightning 30B-A3B?
- Nemotron 3.5 Lightning 30B-A3B requires approximately 20.5 GB of VRAM at Q4_K_M quantization, 35.8 GB at Q8, and 67.3 GB at FP16. These numbers assume 8k context window; its hybrid attention stack caches far fewer than all layers, so VRAM grows much slower than linearly with context.
- How many parameters does Nemotron 3.5 Lightning 30B-A3B have?
- Nemotron 3.5 Lightning 30B-A3B has 30 billion total parameters, but only 3 billion are active per token thanks to its Mixture of Experts (MoE) architecture. This makes inference significantly faster than the total parameter count suggests.
- How capable is Nemotron 3.5 Lightning 30B-A3B?
- Nemotron 3.5 Lightning 30B-A3B achieves an MMLU-Pro score of 81.62, placing it among the most capable open-weight models available — competitive with frontier systems on general knowledge and reasoning.
- Can Nemotron 3.5 Lightning 30B-A3B run on a 16 GB GPU?
- No. At Q4_K_M, Nemotron 3.5 Lightning 30B-A3B needs 20.5 GB of VRAM — more than 16 GB. You will need a 24 GB GPU like the RTX 4090 or RTX 3090.
- Can Nemotron 3.5 Lightning 30B-A3B run on a 24 GB GPU?
- Yes. Nemotron 3.5 Lightning 30B-A3B fits in a 24 GB GPU at Q4_K_M, requiring 20.5 GB VRAM. GPUs with 24 GB include the RTX 4090, RTX 3090, and RTX 3090 Ti.
- What is the smallest quantization for Nemotron 3.5 Lightning 30B-A3B that fits in 24 GB of VRAM?
- At NVFP4, Nemotron 3.5 Lightning 30B-A3B needs 16.9 GB — the highest-quality quantization that fits in 24 GB of VRAM.
- What GPU do I need to run Nemotron 3.5 Lightning 30B-A3B locally?
- A 24 GB GPU is the minimum. At Q4_K_M, Nemotron 3.5 Lightning 30B-A3B needs 20.5 GB VRAM. Good options: RTX 4090 (24 GB), RTX 3090 (24 GB).
- How does Nemotron 3.5 Lightning compare to GPT-OSS 120B?
- NVIDIA's own numbers put GPT-OSS 120B ahead on SWE-bench Verified, 62.4 versus Nemotron 3.5 Lightning's 52.80, but GPT-OSS carries 117B total parameters and 5.1B active against Lightning's 30B total and 3B active. NVIDIA isn't positioning Lightning as the smarter model; the claim is throughput, up to 4x faster output for tasks that don't need GPT-OSS's extra reasoning headroom.
- Does Nemotron 3.5 Lightning actually run on NVIDIA's own DGX Spark?
- Yes, at least at BF16. This site's own calculator puts the native BF16 checkpoint at about 67.3 GB total at 8k context, comfortably inside a 128 GB DGX Spark, which matches NVIDIA's stated single-GPU deployment target of one DGX Spark or one H100.
- Why does Nemotron 3.5 Lightning mix Mamba-2, MoE, and attention layers instead of just one?
- Each layer type is doing a different job cheaply. Mamba-2 layers carry a fixed-size state that costs the same at any context length, MoE layers route each token through only 6 of 128 experts plus a shared one so most of the 30B parameters sit idle on any given token, and the 6 attention layers are the only place the model actually looks back at everything it has seen. Stacking all three is what lets a 3B-active model hold a 1,048,576-token window without the KV cache taking over the VRAM budget.
- Is there a GGUF version of Nemotron 3.5 Lightning for llama.cpp or Ollama?
- Not at launch. Nemotron 3.5 Lightning shipped on 11 August 2026 with native NVFP4, FP8, and BF16 checkpoints for vLLM, SGLang, and TensorRT-LLM; NVIDIA's own materials list llama.cpp, Ollama, and Unsloth as supported runtimes, but no GGUF conversion was published on day one. Check the model's Hugging Face repo for whether one has landed since.