Llama 3.2 goes small and multimodal
September 25, 2024
Meta’s Llama 3.2 is now available to run using Ollama.
To get started, download Ollama and run Llama 3.2:
ollama run llama3.2
Small & Multimodal: 1B, 3B, 11B and 90B
1B and 3B Text-only models
1B:
ollama run llama3.2:1b
3B:
ollama run llama3.2
1B and 3B models are text-only models are optimized to run locally on a mobile or edge device. They can be used to build highly personalized, on-device agents. For example, a person could ask it to summarize the last ten messages they received on WhatsApp, or to summarize their schedule for the next month.
The prompts and responses should feel instantaneous, and with Ollama, processing is done locally, maintaining privacy by not sending data such as messages and other information to other third parties or cloud services.
(Coming very soon) 11B and 90B Vision models
11B and 90B models support image reasoning use cases, such as document-level understanding including charts and graphs and captioning of images.
Open-source is the path forward… Download Ollama