Ollama
Models Commands
Download, list, and manage local LLM models with Ollama. Pull models from the registry, view installed models, and remove unused ones to manage disk space.
7 commands
Pro Tips
Use 'ollama pull model:tag' to download specific model versions (e.g., llama2:13b).
Run 'ollama list' regularly to check disk usage - models can be several GB each.
Use quantized versions (q4_0, q5_1) for faster inference and lower memory usage.
Common Mistakes
Large models (70B+) require significant RAM (32GB+) and may not run on consumer hardware.
Pulling models downloads gigabytes of data - ensure sufficient disk space and bandwidth.