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