forked from pool/ollama
5a3ae9ab21
I've created a package for Ollama (https://ollama.com) so that users don't have to use an install script. I will point out that this does not have CUDA support or ROCm enabled; we won't be able to package CUDA for obvious reasons, and ROCm is currently not packaged in Factory. However, for basic CPU-enabled use, this is better than curling a random script from the interwebs :) OBS-URL: https://build.opensuse.org/request/show/1150495 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ollama?expand=0&rev=1
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
|