-
Install Ollama based on your operating system:
Linux:
curl -fsSL https://ollama.com/install.sh | sh
MacOS:
brew install ollama
Windows: Download and install from Ollama Website
-
Pull and start the Ollama server:
ollama pull llama3.2-vision:11b ollama serve
-
Verify server status:
curl http://localhost:11434/api/version