Files
ollama/ollama.service
Eyad Issa 2084254cdb - Update to version 0.10.1:
* No notable changes.
- Update to version 0.10.0:
  * ollama ps will now show the context length of loaded models
  * Improved performance in gemma3n models by 2-3x
  * Parallel request processing now defaults to 1
  * Fixed issue where tool calling would not work correctly with
    granite3.3 and mistral-nemo models
  * Fixed issue where Ollama's tool calling would not work
    correctly if a tool's name was part of of another one, such as
    add and get_address
  * Improved performance when using multiple GPUs by 10-30%
  * Ollama's OpenAI-compatible API will now support WebP images
  * Fixed issue where ollama show would report an error
  * ollama run will more gracefully display errors

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=109
2025-08-05 00:09:03 +00:00

15 lines
232 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
EnvironmentFile=-/etc/sysconfig/ollama
[Install]
WantedBy=default.target