Llama 3.2 Vision ยท Ollama Blog
Llama 3.2 Vision is now available to run in Ollama, in both 11B and 90B sizes.
Get started
Download Ollama 0.4, then run:
ollama run llama3.2-vision
To run the larger 90B model:
ollama run llama3.2-vision:90b
To add an image to the prompt, drag and drop it into the terminal, or add a path to the image to the prompt on Linux.
Note: Llama 3.2 Vision 11B requires least 8GB of VRAM, and the 90B model requires at least 64 GB of VRAM.
Examples
Handwriting
Optical Character Recognition (OCR)
Charts & t...
Read more at ollama.com