Meta · 3B · Densa
Lightweight Llama for mobile and edge Comprueba si tu GPU o Mac puede ejecutar Llama 3.2 3B localmente — 1.7 GB mínimo, 2.8 GB recomendado.
| Cuant | Bits | VRAM | Calidad | Estado |
|---|---|---|---|---|
| Q2_K | 2 | 1.5 GB | low | — |
| Q3_K_M | 3 | 1.8 GB | moderate | — |
| Q4_K_M | 4 | 2 GB | good | — |
| Q5_K_M | 5 | 2.4 GB | good | — |
| Q6_K | 6 | 2.8 GB | excellent | — |
| Q8_0 | 8 | 3.6 GB | excellent | — |
| F16 | 16 | 6.6 GB | lossless | — |
Sobre este modelo
The Meta Llama 3.2 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction-tuned generative models in 1B and 3B sizes (text in/text out). The Llama 3.2 instruction-tuned text only models are optimized for multilingual dialogue use cases, including agentic retrieval and summarization tasks. They outperform many of the available open source and closed chat models on common industry benchmarks.
Sizes
3B parameters (default)
The 3B model outperforms the Gemma 2 2.6B and Phi 3.5-mini models on tasks such as:
- Following instructions
- Summarization
- Prompt rewriting
- Tool use
ollama run llama3.2
1B parameters
The 1B model is competitive with other 1-3B parameter models. It’s use cases include:
- Personal information management
- Multilingual knowledge retrieval
- Rewriting tasks running locally on edge
ollama run llama3.2:1b
Benchmarks
Supported Languages: English, German, French, Italian, Portuguese, Hindi, Spanish, and Thai are officially supported. Llama 3.2 has been trained on a broader collection of languages than these 8 supported languages.
¿Puedo ejecutar Llama 3.2 3B localmente?
- ¿Puedo ejecutar Llama 3.2 3B localmente?
- Llama 3.2 3B necesita alrededor de 1.7 GB de memoria como mínimo y 2.8 GB recomendados. Abre esta página para evaluarlo con tu GPU o Mac, y luego ejecútalo con runai, Ollama o LM Studio.
- ¿Cuánta VRAM necesita Llama 3.2 3B?
- En Q4_K_M, Llama 3.2 3B usa aproximadamente 2 GB de VRAM. Cuantizaciones más altas necesitan más memoria; las más bajas caben en tarjetas más ajustadas con una pérdida de calidad.