Zack Saadioui
4/25/2025
1
curl -fsSL https://ollama.com/install.sh | sh
1
2
shell
ollama pull llama3.2
1
2
json
FROM llama3.2 SYSTEM "Answer the following questions like an expert in your field."
1
2
shell
ollama create myKnowledgeAssistant -f custom_model.txt
1
2
shell
ollama run myKnowledgeAssistant
Copyright © Arsturn 2025