GLM-5.3 GGUF size and VRAM requirements

License: other ⬇ 16,122 ❤ 62
Parameters753.33B
Context1,048,576

unsloth/GLM-5.3-GGUF is a very large language model with 753.33 billion parameters, built on the glm-dsa architecture. It is released under the other license and has been downloaded 16,122 times.

GLM-5.3-GGUF is a Mixture-of-Experts model with 256 experts, of which 8 are active on each token. Routing only 8 of 256 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 78 transformer layers, a hidden size of 6,144, 64 attention heads. GLM-5.3-GGUF uses Multi-head Latent Attention, caching a single compressed latent per layer instead of full keys and values. That keeps the KV cache small even at long context — the memory figures on this page already reflect it.

To run unsloth/GLM-5.3-GGUF locally at a 4,096-token context, its quantized versions need between 202.97 GB (IQ1_S, lowest quality) and 1405.57 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 GLM-5.3-GGUF is about 0.34 GB, rising to roughly 87.75 GB at its full 1,048,576-token context. Shorter prompts free up memory for a higher-quality quantization.

Available GGUF quantizations for unsloth/GLM-5.3-GGUF include IQ1_S, IQ1_M, IQ2_M, Q2_K_XL, IQ3_XXS, Q3_K_XL, IQ4_XS, Q4_K_XL, Q5_K_XL, Q6_K_XL, Q8_0, 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?

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
IQ1_S 2.3 Very low 201.83 GB 0.34 GB 202.97 GB Insufficient
IQ1_M 2.43 Very low 212.8 GB 0.34 GB 213.94 GB Insufficient
IQ2_M 2.53 Very low 222.19 GB 0.34 GB 223.34 GB Insufficient
Q2_K_XL 2.7 Low 236.44 GB 0.34 GB 237.59 GB Insufficient
IQ3_XXS 2.99 Low 262.34 GB 0.34 GB 263.49 GB Insufficient
Q3_K_XL 3.64 Fair 319.41 GB 0.34 GB 320.55 GB Insufficient
IQ4_XS 3.88 Fair 340.22 GB 0.34 GB 341.37 GB Insufficient
Q4_K_XL 4.96 Good 435.2 GB 0.34 GB 436.34 GB Insufficient
Q5_K_XL 5.97 Very good 523.84 GB 0.34 GB 524.98 GB Insufficient
Q6_K_XL 7.27 Excellent 637.37 GB 0.34 GB 638.51 GB Insufficient
Q8_0 8.51 Excellent 746.32 GB 0.34 GB 747.47 GB Insufficient
BF16 16.01 Excellent 1404.42 GB 0.34 GB 1405.57 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/GLM-5.3-GGUF?

unsloth/GLM-5.3-GGUF is a language model with 753.33 billion parameters, based on the glm-dsa architecture. It is released under the other license and distributed as GGUF files for local inference.

Is unsloth/GLM-5.3-GGUF a Mixture-of-Experts (MoE) model?

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

How does unsloth/GLM-5.3-GGUF handle long context?

unsloth/GLM-5.3-GGUF uses Multi-head Latent Attention, which caches one compressed latent per layer instead of full keys and values. Its KV cache therefore grows much more slowly than a standard model of the same size, so long contexts add relatively little memory.

Can I run unsloth/GLM-5.3-GGUF on an 8 GB GPU?

No. unsloth/GLM-5.3-GGUF does not fit on an 8 GB GPU, even with the smallest quantization and system RAM offloading.

Can I run unsloth/GLM-5.3-GGUF on a 16 GB GPU?

No. unsloth/GLM-5.3-GGUF does not fit on a 16 GB GPU, even with the smallest quantization and system RAM offloading.

Can I run unsloth/GLM-5.3-GGUF on a 24 GB GPU?

No. unsloth/GLM-5.3-GGUF does not fit on a 24 GB GPU, even with the smallest quantization and system RAM offloading.

What context length does unsloth/GLM-5.3-GGUF support?

unsloth/GLM-5.3-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/GLM-5.3-GGUF?

For unsloth/GLM-5.3-GGUF, 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.