+ollama AMD fix, ... rollback

This commit is contained in:
m3tam3re
2025-01-24 14:54:19 +01:00
parent b3c4a9b3ba
commit 05c614d3b1
4 changed files with 81 additions and 6 deletions

View File

@ -48,4 +48,10 @@
podman.enable = true;
virtualisation.enable = true;
};
services.ollama = {
environmentVariables = {
HCC_AMDGPU_TARGET = "gfx1100";
};
rocmOverrideGfx = "11.0.0";
};
}