llama3.2

Meta's Llama 3.2 goes small with 1B and 3B models.

Araç Kullanımı 1b 3b
Hızlı Kurulum (Ollama kuruluysa)
ollama run llama3.2

Ollama kurulu değil mi? ollama.com/download — Windows, macOS ve Linux için ücretsiz. İlk çalıştırmada model indirilir, sonrası tamamen çevrimdışıdır.

Varyantlar

Boyut büyüdükçe kalite artar, donanım ihtiyacı yükselir. Başlangıç için küçük varyantı deneyin.

EtiketBoyutBağlamGirdiKomut
latest 2.0GB 128K Text ollama run llama3.2:latest
1b 1.3GB 128K Text ollama run llama3.2:1b
3b 2.0GB 128K Text ollama run llama3.2:3b
1b-instruct-q2_K 581MB 128K Text ollama run llama3.2:1b-instruct-q2_K
1b-instruct-q3_K_S 642MB 128K Text ollama run llama3.2:1b-instruct-q3_K_S
1b-instruct-q3_K_M 691MB 128K Text ollama run llama3.2:1b-instruct-q3_K_M
1b-instruct-q3_K_L 733MB 128K Text ollama run llama3.2:1b-instruct-q3_K_L
1b-instruct-q4_0 771MB 128K Text ollama run llama3.2:1b-instruct-q4_0
1b-instruct-q4_1 832MB 128K Text ollama run llama3.2:1b-instruct-q4_1
1b-instruct-q4_K_S 776MB 128K Text ollama run llama3.2:1b-instruct-q4_K_S
1b-instruct-q4_K_M 808MB 128K Text ollama run llama3.2:1b-instruct-q4_K_M
1b-instruct-q5_0 893MB 128K Text ollama run llama3.2:1b-instruct-q5_0
1b-instruct-q5_1 953MB 128K Text ollama run llama3.2:1b-instruct-q5_1
1b-instruct-q5_K_S 893MB 128K Text ollama run llama3.2:1b-instruct-q5_K_S
1b-instruct-q5_K_M 912MB 128K Text ollama run llama3.2:1b-instruct-q5_K_M
1b-instruct-q6_K 1.0GB 128K Text ollama run llama3.2:1b-instruct-q6_K
1b-instruct-q8_0 1.3GB 128K Text ollama run llama3.2:1b-instruct-q8_0
1b-instruct-fp16 2.5GB 128K Text ollama run llama3.2:1b-instruct-fp16
1b-text-q2_K 581MB 128K Text ollama run llama3.2:1b-text-q2_K
1b-text-q3_K_S 642MB 128K Text ollama run llama3.2:1b-text-q3_K_S
1b-text-q3_K_M 691MB 128K Text ollama run llama3.2:1b-text-q3_K_M
1b-text-q3_K_L 733MB 128K Text ollama run llama3.2:1b-text-q3_K_L
1b-text-q4_0 771MB 128K Text ollama run llama3.2:1b-text-q4_0
1b-text-q4_1 832MB 128K Text ollama run llama3.2:1b-text-q4_1
1b-text-q4_K_S 776MB 128K Text ollama run llama3.2:1b-text-q4_K_S

38 varyant daha var — tümü için ollama.com.

Model Detayları ve Benchmarklar (kaynak: ollama.com)

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

Llama 3.2 instruction-tuned 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.