Mistral-Large-Instruct-2411 GGUF size and VRAM requirements

⬇ 100,364 ❤ 2
Parameters122.61B
Context131,072

MaziyarPanahi/Mistral-Large-Instruct-2411-GGUF is a very large instruction-tuned chat model with 122.61 billion parameters, built on the llama architecture. It has been downloaded 100,364 times.

To run MaziyarPanahi/Mistral-Large-Instruct-2411-GGUF locally at a 4,096-token context, its quantized versions need between 44.27 GB (Q2_K, lowest quality) and 82.72 GB (Q5_K_M, highest quality) of memory, weights plus KV cache and a system margin included.

→ 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 2.95 Low 42.09 GB 1.38 GB 44.27 GB Insufficient
Q3_K_S 3.45 Fair 49.22 GB 1.38 GB 51.4 GB Insufficient
Q3_K_M 3.86 Fair 55.04 GB 1.38 GB 57.22 GB Insufficient
Q3_K_L 4.21 Good 60.12 GB 1.38 GB 62.3 GB Insufficient
Q4_K_S 4.54 Good 64.79 GB 1.38 GB 66.97 GB Insufficient
Q4_K_M 4.78 Good 68.19 GB 1.38 GB 70.37 GB Insufficient
Q5_K_S 5.5 Very good 78.56 GB 1.38 GB 80.74 GB Insufficient
Q5_K_M 5.64 Very good 80.55 GB 1.38 GB 82.72 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/Mistral-Large-Instruct-2411-GGUF?

You need about 44.27 GB of VRAM to run MaziyarPanahi/Mistral-Large-Instruct-2411-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/Mistral-Large-Instruct-2411-GGUF on an 8 GB GPU?

No. MaziyarPanahi/Mistral-Large-Instruct-2411-GGUF does not fit on an 8 GB GPU, even with the smallest quantization and system RAM offloading.

Can I run MaziyarPanahi/Mistral-Large-Instruct-2411-GGUF on a 16 GB GPU?

Partially. MaziyarPanahi/Mistral-Large-Instruct-2411-GGUF only fits on a 16 GB GPU by offloading part of it to system RAM (with Q2_K), which runs but is slower.

Can I run MaziyarPanahi/Mistral-Large-Instruct-2411-GGUF on a 24 GB GPU?

Partially. MaziyarPanahi/Mistral-Large-Instruct-2411-GGUF only fits on a 24 GB GPU by offloading part of it to system RAM (with Q4_K_M), which runs but is slower.

What is the best quantization for MaziyarPanahi/Mistral-Large-Instruct-2411-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.