Eyad Issa
708b172f7c
- Update to version 0.3.1: * Added support for min_p sampling option * Lowered number of requests required when downloading models with ollama pull * ollama create will now autodetect required stop parameters when importing certain models * Fixed issue where /save would cause parameters to be saved incorrectly. * OpenAI-compatible API will now return a finish_reason of tool_calls if a tool call occured. - fix build on leap 15.6 - exclude builds on 32bit due to build failures OBS-URL: https://build.opensuse.org/request/show/1190611 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=41
14 lines
193 B
Desktop File
14 lines
193 B
Desktop File
[Unit]
|
|
Description=Ollama Service
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/ollama serve
|
|
User=ollama
|
|
Group=ollama
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=default.target
|