ganakee

Results 7 comments of ganakee

Thank you for the reply. No, I do not see any option. On Linux, the system theme should apply (GNOME 40 and above) to the app. I don't think that...

Wow. Thanks @53R3n17Y-serenity

@marianoarga I looked at your ollama.service file. In the service section, there is one: Environment="PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin OLLAMA_MODELS=/opt/ai/models" > > [Service] > ExecStart=/usr/local/bin/ollama serve > User=ollama > Group=ollama > Restart=always > RestartSec=3...

I am having this same issue. After compiling ollama for AMD GPUS, I used the manual install method. I put the ollama.service file in /etc/systemd/system. ``` [Unit] Description=Ollama Service After=network-online.target...

I did several more hours of work on this. The issue seems to be somehow with copying the custom-compiled file to /usr/bin/local/ollama.gpu . No matter what I do, if I...

OK. If anyone else gets this issue, the problem for me was with the custom-compiled version of ollama and a missing override environment variable in the systemd config file. I...