Zack Saadioui
4/25/2025
1
curl https://ollama.ai/install.sh | sh
1
ollama pull llama3.2
1
ollama run llama3.2
1
Explain the concept of artificial intelligence in simple terms.
1
/bye
1
custom_model.txt
1
2
FROM llama3.1
SYSTEM [Your custom instructions here]
1
ollama create mymodel -f custom_model.txt
1
ollama run mymodel
Copyright © Arsturn 2025