Ollama runs locally hosted generative AI models.
Ollama Meets LLaVA - Recognize and Describe Your Images Locally
Default port
http://localhost:11434 - use to quickly check if running
Set OLLAMA_HOST to 0.0.0.0 to allow access from other devices on the network.
Useful commands
- Run/pull-down model:
ollama run [model] - List models:
ollama list - List running models:
ollama ps - Remove a model:
ollama rm [name]
