Zack Saadioui
4/25/2025
1
2
bash
curl https://ollama.ai/install.sh | sh
1
2
bash
ollama --version
1
2
bash
huggingface-cli download TheBloke/MythoMax-L2-13B-GGUF mythomax-l2-13b.Q4_K_M.gguf --local-dir C:\Users\USERNAME\.ollama\models
1
USERNAME
1
C:\Users\USERNAME\.ollama\models\
1
mythomax-l2-13b.Q4_K_M.gguf
1
2
3
4
yaml
model:
type: mythomax
path: mythomax-l2-13b.Q4_K_M.gguf
1
Config.yaml
1
2
bash
ollama run mythomax
Copyright © Arsturn 2025