# Ollama installation procedure ``` curl https://ollama.ai/install.sh | sh ``` OUTPUT WARNING: No NVIDIA GPU detected. Ollama will run in CPU-only mode. --- ``` sudo systemctl start ollama ``` https://github.com/jmorganca/ollama/blob/main/README.md ``` ollama run llama2 ```