diff --git a/base/.config/systemd/user/ollama.service b/base/.config/systemd/user/ollama.service index 6a278c19..995615fb 100644 --- a/base/.config/systemd/user/ollama.service +++ b/base/.config/systemd/user/ollama.service @@ -4,6 +4,7 @@ After=network-online.target [Service] Environment="OLLAMA_HOST=0.0.0.0" +Environment="LD_LIBRARY_PATH=/var/home/salt/Projects/ollama/rocm/lib/ollama/" ExecStart=/home/salt/Projects/ollama/ollama serve Restart=always RestartSec=3