Remove GFX override

This commit is contained in:
♥ Minnie ♥ 2024-06-04 08:44:03 +08:00
parent fb1e5d9cf7
commit ca6c592fe8
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -77,16 +77,12 @@
mouse = { accelProfile = "flat"; };
};
# Get up and running with large language models locally.
# ollama = {
# enable = true;
# package = pkgs.unstable.ollama;
# acceleration = "rocm";
# # environmentVariables = {
# # HSA_OVERRIDE_GFX_VERSION = "10.3.0";
# # };
# };
ollama = {
enable = true;
package = pkgs.unstable.ollama;
acceleration = "rocm";
};
# Enable a few other services.
ratbagd.enable = true;