GLM-4.6V-Flash GGUF size and VRAM requirements

⬇ 48,407 ❤ 6
Parameters9.4B
Context131,072

MaziyarPanahi/GLM-4.6V-Flash-GGUF is a large language model with 9.4 billion parameters, built on the glm4 architecture. It has been downloaded 48,407 times.

To run MaziyarPanahi/GLM-4.6V-Flash-GGUF locally at a 4,096-token context, its quantized versions need between 4.69 GB (Q2_K, lowest quality) and 18.48 GB (GGUF, 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 7.52 GB. That means MaziyarPanahi/GLM-4.6V-Flash-GGUF fits entirely in the VRAM of a 6 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.41 Fair 3.73 GB 0.16 GB 4.69 GB 107.2 t/s Fits in VRAM
Q3_K_M 4.23 Good 4.63 GB 0.16 GB 5.59 GB 86.3 t/s Fits in VRAM
Q3_K_L 4.42 Good 4.84 GB 0.16 GB 5.8 GB 82.6 t/s Fits in VRAM
Q4_K_M 5.25 Very good 5.74 GB 0.16 GB 6.7 GB 69.6 t/s Fits in VRAM
Q5_K_M 6.0 Very good 6.57 GB 0.16 GB 7.52 GB 60.9 t/s Fits in VRAM
Q6_K 7.04 Excellent 7.7 GB 0.16 GB 8.66 GB 6.5 t/s Offload
GGUF 16.01 Excellent 17.52 GB 0.16 GB 18.48 GB 2.9 t/s Offload

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/GLM-4.6V-Flash-GGUF?

You need about 5.8 GB of VRAM to run MaziyarPanahi/GLM-4.6V-Flash-GGUF entirely on the GPU using the Q3_K_L quantization (at a 4,096-token context). Smaller quantizations lower the requirement at the cost of quality.

Can I run MaziyarPanahi/GLM-4.6V-Flash-GGUF on an 8 GB GPU?

Yes. With 8 GB of VRAM you can run MaziyarPanahi/GLM-4.6V-Flash-GGUF fully on the GPU using Q5_K_M (about 7.52 GB).

Can I run MaziyarPanahi/GLM-4.6V-Flash-GGUF on a 16 GB GPU?

Yes. With 16 GB of VRAM you can run MaziyarPanahi/GLM-4.6V-Flash-GGUF fully on the GPU using Q6_K (about 8.66 GB).

Can I run MaziyarPanahi/GLM-4.6V-Flash-GGUF on a 24 GB GPU?

Yes. With 24 GB of VRAM you can run MaziyarPanahi/GLM-4.6V-Flash-GGUF fully on the GPU using GGUF (about 18.48 GB).

What is the best quantization for MaziyarPanahi/GLM-4.6V-Flash-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.