Written by Jakub Rusinowski · Last updated November 20, 2024
Model library → SmolLM2 → SmolLM2 360M Instruct
Incredibly lightweight. Runs on any device including old phones and embedded systems. Useful for on-device classification, simple Q&A, and keyword extraction where even 1B is too large.
SmolLM2 360M Instruct needs about 1 GB of VRAM at Q4_K_M — quantized weights plus framework overhead, before any KV cache. On Apple Silicon that figure comes out of unified memory.
| Parameters | 360 Million |
| Context window | 8,192 |
| Architecture | Dense |
| Provider | HuggingFace |
| Licence | Apache 2.0 |
| Specified at | Q4_K_M |
| System RAM | 2 GB |
| Record updated | 2024-11-20 |
Apache-2.0 — commercial use permitted. Commercial use permitted. No usage restrictions beyond attribution.
Modelled on a reference NVIDIA RTX 4090 (24 GB), at 8K context. Speed figures are ESTIMATES from the memory-bandwidth roofline described on the methodology page, not benchmarks we ran — rows marked measured come from published or reader-submitted runs. VRAM here includes the KV cache, so it reads higher than the headline figure above, which does not.
| Quant | Weights | VRAM needed | Est. speed | Fit on 24 GB |
|---|---|---|---|---|
| Q2_K | 0.1 GB | 1.3 GB | ~381 tok/s (est.) | Fits comfortably |
| Q3_K_M | 0.2 GB | 1.3 GB | ~374 tok/s (est.) | Fits comfortably |
| Q4_K_M | 0.2 GB | 1.4 GB | ~363 tok/s (est.) | Fits comfortably |
| Q5_K_M | 0.3 GB | 1.4 GB | ~356 tok/s (est.) | Fits comfortably |
| Q6_K | 0.3 GB | 1.4 GB | ~350 tok/s (est.) | Fits comfortably |
| Q8_0 | 0.4 GB | 1.5 GB | ~336 tok/s (est.) | Fits comfortably |
| F16 | 0.7 GB | 1.9 GB | ~292 tok/s (est.) | Fits comfortably |
Want the memory numbers alone, at every quantization level and your own context length? Use the SmolLM2 360M Instruct VRAM calculator.
or compare on Vast.ai from $0.35/hr (typical low · varies)
As an Amazon Associate we earn from qualifying purchases. Cloud GPU links are referral links — we may earn a commission at no extra cost to you.
The cheapest catalogued GPU that runs SmolLM2 360M Instruct is the Intel Arc B570 (10 GB).
Install Ollama, then run:
ollama run smollm2:360m
Weights on Hugging Face: HuggingFaceTB/SmolLM2-360M-Instruct.
Best for: embedded, classification, edge devices.
← All SmolLM2 models | VRAM calculator | Check your own hardware