chore: flake update

This commit is contained in:
m3tm3re
2026-02-18 16:28:31 +01:00
parent 2e550b91f5
commit a12958b68f
3 changed files with 140 additions and 134 deletions

View File

@@ -50,8 +50,9 @@
};
services.ollama = {
environmentVariables = {
HCC_AMDGPU_TARGET = "gfx1100";
HCC_AMDGPU_TARGET = "gfx1103";
ROCR_VISIBLE_DEVICES = "0";
};
rocmOverrideGfx = "11.0.0";
rocmOverrideGfx = "11.0.3";
};
}