IA Ollama Installation - LeandroTheDev/arch_linux GitHub Wiki
Downloading Ollama Nvidia Compatibles
- sudo pacman -S cuda ollama-cuda
CPU only
- sudo pacman -S ollama
Running
- ollama run modelname
ollama run llama3
- 
this will start downloading the model llama3 
- 
you can also use ollama run llama3 "Your prompt here" 
- 
to save a model use /save modelname in a conversation to save the model 
- 
view command with /?