INTELLECT-2 GGUF size and VRAM requirements

⬇ 99,871 ❤ 3
Parameters32.76B
Context40,960

MaziyarPanahi/INTELLECT-2-GGUF is a very large language model with 32.76 billion parameters, built on the qwen2 architecture. It has been downloaded 99,871 times.

To run MaziyarPanahi/INTELLECT-2-GGUF locally at a 4,096-token context, its quantized versions need between 13.27 GB (Q2_K, lowest quality) and 26.84 GB (Q6_K, highest quality) of memory, weights plus KV cache and a system margin included.

For most users the best balance is Q5_K_M, needing about 23.46 GB. That means MaziyarPanahi/INTELLECT-2-GGUF fits entirely in the VRAM of a 16 GB GPU or larger, running fully on the GPU.

→ Guide: How much VRAM do you need?

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 3.01 Low 11.47 GB 1.0 GB 13.27 GB 4.4 t/s Offload
Q3_K_M 3.89 Fair 14.84 GB 1.0 GB 16.64 GB 3.4 t/s Offload
Q3_K_L 4.21 Good 16.06 GB 1.0 GB 17.86 GB 3.1 t/s Offload
Q4_K_M 4.85 Good 18.49 GB 1.0 GB 20.29 GB 2.7 t/s Offload
Q5_K_M 5.68 Very good 21.66 GB 1.0 GB 23.46 GB 2.3 t/s Offload
Q6_K 6.56 Excellent 25.04 GB 1.0 GB 26.84 GB Insufficient

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

Frequently asked questions

How much VRAM do you need to run MaziyarPanahi/INTELLECT-2-GGUF?

You need about 13.27 GB of VRAM to run MaziyarPanahi/INTELLECT-2-GGUF entirely on the GPU using the Q2_K quantization (at a 4,096-token context). Smaller quantizations lower the requirement at the cost of quality.

Can I run MaziyarPanahi/INTELLECT-2-GGUF on an 8 GB GPU?

Partially. MaziyarPanahi/INTELLECT-2-GGUF only fits on an 8 GB GPU by offloading part of it to system RAM (with Q5_K_M), which runs but is slower.

Can I run MaziyarPanahi/INTELLECT-2-GGUF on a 16 GB GPU?

Yes. With 16 GB of VRAM you can run MaziyarPanahi/INTELLECT-2-GGUF fully on the GPU using Q2_K (about 13.27 GB).

Can I run MaziyarPanahi/INTELLECT-2-GGUF on a 24 GB GPU?

Yes. With 24 GB of VRAM you can run MaziyarPanahi/INTELLECT-2-GGUF fully on the GPU using Q5_K_M (about 23.46 GB).

What is the best quantization for MaziyarPanahi/INTELLECT-2-GGUF?

If memory allows, higher bits-per-weight means better quality. A common sweet spot is a Q4_K_M or Q5_K_M quantization, which keeps most of the quality while roughly halving the memory versus 8-bit. Pick the highest quantization that still fits in your VRAM.