No — not on this device

Nemotron 3.5 Lightning 30B-A3B at Q4_K_M needs 18.4 GB against 10.7 GB usable, and the shortfall of 7.7 GB is more than 64 GB of system RAM can cover at a tolerable speed. A smaller sibling or a lower quantisation is the honest answer here.

Does not fit 8K context Q4_K_M · 17.8 GB OpenMDW-1.1 Released 11 Aug 2026 New this month

Mamba-2 + MoE hybrid built for the execution layer of agents: only 6 attention blocks, so the KV cache is almost free. Weights, data and recipe all open.

What hardware do I need for Nemotron 3.5 Lightning 30B-A3B? →

The VRAM budget

weights 17.8 GB
Weights 17.8 GB KV cache @ 8K 0.05 GB Runtime overhead 0.6 GB Over budget 7.7 GB past 10.7 GB

Quantisation ladder

QuantWeightsTotal @ 8KMax contextTok/sQualityFit
Q8_0 31.3 GB 31.9 GB ~5.6 −0.1% ppl 21.2 GB over
Q6_K 24.1 GB 24.8 GB ~7.3 −0.4% ppl 14.1 GB over
Q5_K_M 20.9 GB 21.5 GB ~8.4 −0.8% ppl 10.8 GB over
Q4_K_M 17.8 GB 18.4 GB ~9.9 −1.9% ppl 7.7 GB over
Q3_K_M 14.4 GB 15.0 GB ~12 −5.4% ppl 4.3 GB over
Q2_K 12.3 GB 13.0 GB ~14 −15% ppl 2.3 GB over

Quality is the published perplexity delta against f16 weights. Max context assumes an f16 KV cache; q8_0 roughly doubles it. Only 6 of its 52 blocks keep a per-token KV cache; the rest are linear-attention, Mamba or convolution blocks with a fixed-size state.

How to run it

terminal
$ pip install mlx-lm
$ mlx_lm.generate --model mlx-community/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16-4bit \
    --max-tokens 512 --prompt "Hello"

Apple's own array framework. The fastest path on Apple Silicon. More on MLX.

01Download is 17.8 GB. Keep it on an SSD — a first load off a spinning disk takes minutes.
02macOS caps what the GPU may wire down at about 10.7 GB of 16 GB. Raising it with iogpu.wired_limit_mb is possible, and risky.
03If it falls back to CPU silently, drop the context first, then step down a quantisation.
See all models for this rig Compare with another model