Zack Saadioui
8/26/2024
1
2
bash
curl -fsSL https://ollama.com/install.sh | sh1
2
bash
ollama pull llama3.11
2
bash
ollama run llama3.11
2
3
plaintext
>>> What is the capital of France?
>>> The capital of France is Paris.1
ollama run1
2
3
4
plaintext
/set system reply in plain English avoiding technical jargon
/save my_custom_model
/bye1
2
bash
ollama run my_custom_model1
2
bash
pip install ollamaCopyright © Arsturn 2025