Commit 91fb58d8 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Set default context length to 32K

parent b0f822bc
......@@ -65,6 +65,7 @@ Group=root
Environment="GIN_MODE=release"
Environment="OLLAMA_HOST=0.0.0.0"
Environment="OLLAMA_MODELS=/var/lib/ollama"
Environment="OLLAMA_CONTEXT_LENGTH=32768"
Environment="HOME=/var/lib/ollama"
ExecStart=/usr/bin/ollama serve
Restart=on-failure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment