Skip to content

IA Ollama Installation

Lean's edited this page Jun 20, 2024 · 19 revisions

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 /?

Clone this wiki locally