Remove GFX override
This commit is contained in:
parent
fb1e5d9cf7
commit
ca6c592fe8
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue