Zack Saadioui
8/26/2024
1
ollama run1
2
bash
curl -fsSL https://ollama.com/install.sh | sh1
2
bash
huggingface-cli download TheBloke/Llama-3.1-gguf1
Modelfile1
2
3
4
plaintext
./llama3.1.gguf
PARAMETER temperature 0.7
SYSTEM "You are a helpful assistant."1
2
bash
ollama create mymodel -f ./Modelfile1
2
bash
ollama run mymodel1
2
3
plaintext
./mydata.txt
PARAMETER stop "<|end|>"1
2
3
plaintext
PARAMETER temperature 1
SYSTEM "You’ll help me plan a picnic."1
2
bash
docker pull ollama/ollamaCopyright © Arsturn 2025