Zack Saadioui
8/27/2024
1
2
bash
  curl -fsSL https://ollama.com/install.sh | sh1
ollama run llama3.11
ollama list1
ollama pull <model-name>1
ollama rm <model-name>1
ollama cp <source> <destination>1
Modelfile1
2
bash
ollama create mario -f ./Modelfile1
2
bash
ollama run mario1
2
bash
ollama run llama3:latest -c "customprompt" "Today's story features a bear not wanting to play with a squirrel."1
ollama serve1
2
bash
ollama serve &1
curl localhost:11434Copyright © Arsturn 2025