Llama 3.2 Support in Ollama

Meta's Llama 3.2 is now available to run locally via Ollama. This release enables the deployment of lightweight, text-only models for on-device agents and prepares the way for multimodal vision models.

Lightweight Text-Only Models for Edge Devices

Llama 3.2 introduces 1B and 3B parameter models that are specifically optimized for local execution on mobile or edge devices. These models are designed for high-speed, instantaneous responses and the creation of personalized on-device agents.

Key Use Cases for 1B and 3B Models

These text-only models are suited for tasks such as:

  • Summarizing recent communication, such as the last ten messages received on WhatsApp.
  • Summarizing a user's schedule for the coming month.

Because Ollama processes these models locally, user data—including messages and schedules—is not sent to third-party cloud services, ensuring privacy.

Multimodal Vision Capabilities

Ollama will soon support the 11B and 90B Llama 3.2 models. These larger models support image reasoning, which allows them to perform tasks such as:

  • Document-level understanding, including the analysis of charts and graphs.
  • Generating captions for images.

Deployment Instructions

To use Llama 3.2, users must download Ollama and run the following commands:

  • For the 3B model (default): ollama run llama3.2
  • For the 1B model: ollama run llama3.2:1b

Sources

Related

  • Dispatch
  • Dispatch
  • Dispatch
  • Dispatch
  • Dispatch