LG's EXAONE 3.5 Hits 1 Million Monthly Downloads Running on 5GB
LG AI Research's 4-bit quantized 7.8B bilingual model shrinks a strong Korean-English instruction follower into roughly 5GB of weights with a 32K context window.
- LG AI Research's EXAONE 3.5 7.8B AWQ passes 849K downloads on Hugging Face.
- 4-bit W4A16g128 quantization shrinks the bilingual Korean and English model to roughly 5GB of VRAM.
- Supports a 32,768 token context window with grouped-query attention and 102,400 vocab.
- Scores 70.7 on real-world benchmarks, beating Qwen 2.5 7B (52.7) and Llama 3.1 8B (48.6).
- Trained on 9T tokens with two-stage pre-training, taxonomy-based SFT, and staged DPO/SimPO alignment.
- Research-only EXAONE 1.1 NC license; commercial use requires contacting LG AI Research directly.
LG’s 4-bit EXAONE 3.5 approaches one million monthly Hugging Face downloads
At publication time, LG AI Research’s AWQ-quantized EXAONE 3.5 7.8B Instruct checkpoint was approaching one million monthly downloads on its AWQ model page. Hugging Face counts qualifying requests, so the figure does not represent one million unique users or deployments. It does indicate sustained interest in a compact Korean-English model designed for local inference.
The wider EXAONE 3.5 family includes 2.4B, 7.8B, and 32B instruction-tuned models. This 7.8B release uses activation-aware weight quantization, or AWQ, to reduce GPU memory requirements while retaining the model’s configured 32,768-token context window.
A compact checkpoint with a large window
The checkpoint contains a decoder-only Transformer with the following specifications:
- 6.98 billion non-embedding parameters across 32 layers
- Grouped-query attention with 32 query heads and 8 key/value heads
- A 102,400-token byte-level BPE vocabulary designed around Korean and English
- A maximum sequence length of 32,768 tokens, including input and generated tokens
- W4A16 group-wise quantization with groups of 128 weights
W4A16 stores quantized weights at 4-bit precision while keeping activations at 16-bit precision. Groups of 128 weights share quantization metadata. The resulting files occupy roughly 5 GB, although actual GPU memory use also includes the key-value cache, activations, temporary buffers, and backend overhead.
Quantization leaves the architecture and configured context length unchanged. A full 32K sequence at batch size one can add roughly 4 GiB for a 16-bit key-value cache before other allocations, so loading the weights in about 5 GB does not mean 32K inference will run within that same memory budget.
EXAONE 3.5 retains the broad architecture of EXAONE 3.0 7.8B. According to LG’s technical report, long-context fine-tuning extended the maximum sequence length from 4,096 to 32,768 tokens. The model also uses a rotary-position-embedding theta of 1,000,000 to support the larger window.
This story is for Pro members
You've reached the end of the free preview. Upgrade to AlphaSignal Pro to read the full article - and everything else behind the paywall.