Re-enable rocm...turns out it wasn't just hipblaslt, but also aortriton

https://github.com/NixOS/nixpkgs/issues/453992
This commit is contained in:
Chris (wolcen) Thompson 2025-10-24 23:27:41 -04:00
parent c00381c4dd
commit 424ab17f68

View file

@ -418,7 +418,7 @@ in
services.ollama = {
enable = true;
#acceleration = "rocm"; hipblaslt not compiling at present
acceleration = "rocm"; # hipblaslt not compiling at present
environmentVariables = {
HCC_AMDGPU_TARGET = "gfx1031"; # used to be necessary, but doesn't seem to anymore
OLLAMA_LOAD_TIMEOUT = "2m"; # Reduce load timeout (from 5 min)...if it's that big, forget it.