Goal: Install Ollama — the easiest way to run local LLMs.
1. Go to official website and download the installer:
https://ollama.com/download
2. Run the downloaded .exe file and follow the prompts.
brew install ollama
Or download from ollama.com/download
curl -fsSL https://ollama.com/install.sh | sh
ollama --version