Overview of Llama 3.2 Models
mainLlama 3.2 is a collection of multimodal and small text-only models from Meta.
Multimodal (Vision) Models:
- 11B: Designed for efficient deployment on consumer-grade GPUs. Supports tile sizes of 448 (base) or 560 (instruct).
- 90B: Designed for large-scale applications. Uses tile sizes of 560.
- Both come in base and instruction-tuned variants.
- Supports visual reasoning, grounding, document QA, and image-text retrieval.
- Context length is 128k tokens. Note: The
transformersimplementation attends only to the last image provided to preserve memory and quality.
Small Text-Only Models:
- 1B and 3B: Designed for on-device execution. Available in base and instruct variants.
- Llama Guard 3 (1B): A small safeguard model for classifying model inputs and generations, including multimodal prompts.
Integrations:
- Hugging Face
transformersand TGI for Vision models. - Inference Endpoints, Google Cloud, Amazon SageMaker, and DELL Enterprise Hub.