Nemotron-3-Nano-30B-A3B GGUF size and VRAM requirements

General Purpose LLM License: other ⬇ 13,808 ❤ 329
Parameters31.58B
Context1,048,576

Nemotron-3-Nano-30B-A3B-GGUF is a very large language model focused on general purpose & instruction. With approximately 31.58 billion parameters, it balances local hardware requirements with reasoning and generation fidelity. It is built on the nemotron_h_moe architecture with a native context window of up to 1,048,576 tokens. The model is primarily recommended for general knowledge, document summarization, email drafting, language translation, and multi-turn conversational chat. Released under the other license, it can be executed fully offline without sending data to external APIs.

Nemotron-3-Nano-30B-A3B-GGUF is a Mixture-of-Experts model with 128 experts, of which 6 are active on each token. Routing only 6 of 128 experts makes it noticeably faster than a dense model of the same size — but every expert still has to be held in memory, so the numbers below are set by the full parameter count, not the active one. It is built from 52 transformer layers, a hidden size of 2,688, 32 attention heads. It uses grouped-query attention (32 query heads sharing 2 key/value heads), which already trims KV-cache memory compared with full multi-head attention.

To run unsloth/Nemotron-3-Nano-30B-A3B-GGUF locally at a 4,096-token context, its quantized versions need between 17.86 GB (Q2_K_L, lowest quality) and 59.85 GB (BF16, highest quality) of memory, weights plus KV cache and a system margin included. Context length drives that memory directly: at 4,096 tokens the KV cache for Nemotron-3-Nano-30B-A3B-GGUF is about 0.2 GB, rising to roughly 52.0 GB at its full 1,048,576-token context. Shorter prompts free up memory for a higher-quality quantization.

For most users the best balance is Q4_K_M, needing about 23.89 GB. That means unsloth/Nemotron-3-Nano-30B-A3B-GGUF fits entirely in the VRAM of a 24 GB GPU or larger, running fully on the GPU.

Available GGUF quantizations for unsloth/Nemotron-3-Nano-30B-A3B-GGUF include Q2_K_L, IQ2_XXS, Q3_K_S, IQ2_M, IQ3_XXS, IQ4_XS, IQ4_NL, Q4_0, Q2_K_XL, Q3_K_XL, Q3_K_M, Q4_1, Q4_K_S, Q4_K_XL, Q5_K_S, Q4_K_M, Q5_K_M, Q5_K_XL, Q6_K, Q6_K_XL, Q8_0, Q8_K_XL, BF16. The model supports a native context length of up to 1,048,576 tokens; a longer context grows the KV cache and the memory needed.

→ Guide: How much VRAM do you need?

General Purpose LLM

Recommended Use Cases & Local Setup

General Purpose & Instruction

Ideal for: General knowledge, document summarization, email drafting, language translation, and multi-turn conversational chat.

Ollama

Simple one-line CLI installation running silently in the background

LM Studio

Polished desktop client with one-click model downloads and GPU offloading

Jan.ai

Open-source privacy-focused desktop assistant

Prompting & Sampling Tip: Runs optimally with standard chat templates (ChatML or Llama 3 format). A context window of 4,096 to 8,192 tokens balances memory usage and conversational memory.

GGUF file size and memory by quantization

Compare real GGUF weight sizes, estimated KV cache and total memory for Q4, Q5, Q8 and every quantization published in this repository.

Quant.Bits QualityWeights KVTotal Speed~Verdict
Q2_K_L 4.58 Good 16.85 GB 0.2 GB 17.86 GB 3.0 t/s Offload
IQ2_XXS 4.59 Good 16.87 GB 0.2 GB 17.87 GB 3.0 t/s Offload
Q3_K_S 4.59 Good 16.88 GB 0.2 GB 17.88 GB 3.0 t/s Offload
IQ2_M 4.59 Good 16.88 GB 0.2 GB 17.88 GB 3.0 t/s Offload
IQ3_XXS 4.6 Good 16.9 GB 0.2 GB 17.9 GB 3.0 t/s Offload
IQ4_XS 4.6 Good 16.92 GB 0.2 GB 17.92 GB 3.0 t/s Offload
IQ4_NL 4.61 Good 16.93 GB 0.2 GB 17.93 GB 3.0 t/s Offload
Q4_0 4.61 Good 16.96 GB 0.2 GB 17.97 GB 2.9 t/s Offload
Q2_K_XL 5.05 Very good 18.55 GB 0.2 GB 19.55 GB 2.7 t/s Offload
Q3_K_XL 5.05 Very good 18.57 GB 0.2 GB 19.57 GB 2.7 t/s Offload
Q3_K_M 5.07 Very good 18.63 GB 0.2 GB 19.64 GB 2.7 t/s Offload
Q4_1 5.08 Very good 18.68 GB 0.2 GB 19.68 GB 2.7 t/s Offload
Q4_K_S 5.58 Very good 20.51 GB 0.2 GB 21.51 GB 2.4 t/s Offload
Q4_K_XL 5.78 Very good 21.27 GB 0.2 GB 22.27 GB 2.4 t/s Offload
Q5_K_S 6.07 Very good 22.31 GB 0.2 GB 23.31 GB 2.2 t/s Offload
Q4_K_M 6.23 Very good 22.89 GB 0.2 GB 23.89 GB 2.2 t/s Offload
Q5_K_M 6.62 Excellent 24.35 GB 0.2 GB 25.36 GB Insufficient
Q5_K_XL 6.97 Excellent 25.62 GB 0.2 GB 26.62 GB Insufficient
Q6_K 8.49 Excellent 31.21 GB 0.2 GB 32.21 GB Insufficient
Q6_K_XL 8.49 Excellent 31.21 GB 0.2 GB 32.21 GB Insufficient
Q8_0 8.51 Excellent 31.28 GB 0.2 GB 32.28 GB Insufficient
Q8_K_XL 10.25 Excellent 37.67 GB 0.2 GB 38.67 GB Insufficient
BF16 16.01 Excellent 58.84 GB 0.2 GB 59.85 GB Insufficient

KV cache computed from the model's exact architecture. Speed is a rough estimate bounded by memory bandwidth.

Frequently asked questions

What kind of model is unsloth/Nemotron-3-Nano-30B-A3B-GGUF?

unsloth/Nemotron-3-Nano-30B-A3B-GGUF is a language model with 31.58 billion parameters, based on the nemotron_h_moe architecture. It is released under the other license and distributed as GGUF files for local inference.

Is unsloth/Nemotron-3-Nano-30B-A3B-GGUF a Mixture-of-Experts (MoE) model?

Yes. unsloth/Nemotron-3-Nano-30B-A3B-GGUF is a Mixture-of-Experts model with 128 experts, of which 6 are activated per token. That makes it faster than a dense model of the same size, but all 128 experts must be loaded into memory, so the VRAM/RAM it needs is driven by the total parameter count, not the active one.

How much VRAM do you need to run unsloth/Nemotron-3-Nano-30B-A3B-GGUF?

You need about 23.89 GB of VRAM to run unsloth/Nemotron-3-Nano-30B-A3B-GGUF entirely on the GPU using the Q4_K_M quantization (at a 4,096-token context). Smaller quantizations lower the requirement at the cost of quality.

Can I run unsloth/Nemotron-3-Nano-30B-A3B-GGUF on an 8 GB GPU?

Partially. unsloth/Nemotron-3-Nano-30B-A3B-GGUF only fits on an 8 GB GPU by offloading part of it to system RAM (with Q4_K_M), which runs but is slower.

Can I run unsloth/Nemotron-3-Nano-30B-A3B-GGUF on a 16 GB GPU?

Partially. unsloth/Nemotron-3-Nano-30B-A3B-GGUF only fits on a 16 GB GPU by offloading part of it to system RAM (with Q8_K_XL), which runs but is slower.

Can I run unsloth/Nemotron-3-Nano-30B-A3B-GGUF on a 24 GB GPU?

Yes. With 24 GB of VRAM you can run unsloth/Nemotron-3-Nano-30B-A3B-GGUF fully on the GPU using Q4_K_M (about 23.89 GB).

What context length does unsloth/Nemotron-3-Nano-30B-A3B-GGUF support?

unsloth/Nemotron-3-Nano-30B-A3B-GGUF supports a native context length of up to 1,048,576 tokens. A longer context grows the KV cache, so it increases the memory needed to run the model.

What is the best quantization for unsloth/Nemotron-3-Nano-30B-A3B-GGUF?

For unsloth/Nemotron-3-Nano-30B-A3B-GGUF, a strong default is Q4_K_M, which needs about 23.89 GB and keeps most of the quality while roughly halving the memory versus 8-bit. With VRAM to spare, Q5_K_M or Q6_K add a little more quality; if you are tight on memory, a smaller quantization still runs. Pick the highest quantization that fits your VRAM.