How to run SmolLM2 1.7B locally
SmolLM2 1.7B is a 1.7B SmolLM model with a 8K context and Apache-2.0 license. Here's the VRAM it needs, which GPUs run it, and how fast.
At a glance
Memory needed per quantization
| Quant | Quality | Weights | Min VRAM |
|---|---|---|---|
| IQ3_M | 90.0% | 0.8 GB | ~3 GB |
| Q4_K_M | 97.5% | 1.0 GB | ~3 GB |
| Q5_K_M | 99.0% | 1.2 GB | ~3 GB |
| Q6_K | 99.7% | 1.4 GB | ~3 GB |
| Q8_0 | 99.9% | 1.8 GB | ~4 GB |
| FP16 / BF16 | 100.0% | 3.4 GB | ~5 GB |
Which GPUs run SmolLM2 1.7B
| GPU | Fit | Quant | Speed |
|---|---|---|---|
| GeForce RTX 4060 8GB · 272 GB/s | Perfect | FP16 / BF16 | 61.9 tok/s |
| GeForce RTX 3060 12GB 12GB · 360 GB/s | Perfect | FP16 / BF16 | 81.9 tok/s |
| GeForce RTX 4070 12GB · 504 GB/s | Perfect | FP16 / BF16 | 114.6 tok/s |
| Intel Arc B580 12GB · 456 GB/s | Perfect | FP16 / BF16 | 103.7 tok/s |
| GeForce RTX 4070 Ti SUPER 16GB · 672 GB/s | Perfect | FP16 / BF16 | 152.9 tok/s |
| GeForce RTX 5070 12GB · 672 GB/s | Perfect | FP16 / BF16 | 152.9 tok/s |
| GeForce RTX 4080 SUPER 16GB · 736 GB/s | Perfect | FP16 / BF16 | 167.4 tok/s |
| Radeon RX 7900 XTX 24GB · 960 GB/s | Perfect | FP16 / BF16 | 218.4 tok/s |
| GeForce RTX 3090 24GB · 936 GB/s | Perfect | FP16 / BF16 | 212.9 tok/s |
| GeForce RTX 4090 24GB · 1008 GB/s | Perfect | FP16 / BF16 | 229.3 tok/s |
| GeForce RTX 5090 32GB · 1792 GB/s | Perfect | FP16 / BF16 | 407.6 tok/s |
| Apple M4 16GB · 120 GB/s | Perfect | Q8_0 | 48.9 tok/s |
| Apple M4 Pro 24GB · 273 GB/s | Perfect | FP16 / BF16 | 62.1 tok/s |
| Apple M3 Max (16c) 48GB · 400 GB/s | Perfect | FP16 / BF16 | 91 tok/s |
| Apple M2 Ultra 64GB · 800 GB/s | Perfect | FP16 / BF16 | 182 tok/s |
Frequently asked
How much VRAM does SmolLM2 1.7B need?
At the recommended Q4_K_M quantization, SmolLM2 1.7B needs about 1.0GB for weights plus KV cache and overhead — roughly 3GB of VRAM total for a usable context. Drop to a 3-bit quant to squeeze it smaller, or go FP16 (3GB) for full quality.
What GPU do I need to run SmolLM2 1.7B?
The most affordable GPU that runs it well is the Intel Arc B580 (12GB) at FP16 / BF16, delivering about 103.7 tokens/sec. Anything with 3GB+ of VRAM will run it comfortably.
Which quantization should I use for SmolLM2 1.7B?
Q4_K_M is the default sweet spot (~97.5% of full quality). If it fits, Q5_K_M or Q6_K give near-lossless output; only drop below Q4 when you must fit it into limited VRAM.
Is SmolLM2 1.7B good for chat?
Yes — SmolLM2 1.7B scores 62/100 for chat, one of its strongest areas. License: Apache-2.0.