-ollama AMD fix, not needed anymore

This commit is contained in:
m3tam3re
2025-01-21 10:04:14 +01:00
parent 4c0c2181ef
commit b3c4a9b3ba
6 changed files with 54 additions and 6 deletions

View File

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