aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ol (unfollow)
Commit message (Collapse)Author
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-02-02docs(modules/ollama): Add TODO commentBenedikt Peetz
2024-12-08fix(modules/ollama): Always use the CPU for ollamaBenedikt Peetz
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.
2024-12-08fix(modules/ollama): Correctly set the mode of the `/var/lib/private` dirBenedikt Peetz
2024-12-08fix(modules/ollama): Try to nudge it to use ROCm on the GPU instead of the CPUBenedikt Peetz
2024-12-08fix(modules/ollama): Also set the correct visibilityBenedikt Peetz
2024-12-08fix(modules/ollama): Use workaround to get systemd to agree to impermanenceBenedikt Peetz
2024-12-07feat(modules/ollama): InitBenedikt Peetz