about summary refs log tree commit diff stats
path: root/modules/by-name/ol (follow)
Commit message (Collapse)AuthorAge
* fix(modules/ollama): Always use the CPU for ollamaBenedikt Peetz3 days
| | | | | | My AMD GPU is just not supported by ROCm. And whilst ollama will (sometime) start with this configuration, it is just slower than directly running with the CPU.
* fix(modules/ollama): Correctly set the mode of the `/var/lib/private` dirBenedikt Peetz3 days
|
* fix(modules/ollama): Try to nudge it to use ROCm on the GPU instead of the CPUBenedikt Peetz3 days
|
* fix(modules/ollama): Also set the correct visibilityBenedikt Peetz3 days
|
* fix(modules/ollama): Use workaround to get systemd to agree to impermanenceBenedikt Peetz3 days
|
* feat(modules/ollama): InitBenedikt Peetz4 days