Remove GFX override
This commit is contained in:
parent
fb1e5d9cf7
commit
ca6c592fe8
|
@ -77,16 +77,12 @@
|
||||||
mouse = { accelProfile = "flat"; };
|
mouse = { accelProfile = "flat"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
# Get up and running with large language models locally.
|
# Get up and running with large language models locally.
|
||||||
# ollama = {
|
ollama = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# package = pkgs.unstable.ollama;
|
package = pkgs.unstable.ollama;
|
||||||
# acceleration = "rocm";
|
acceleration = "rocm";
|
||||||
# # environmentVariables = {
|
};
|
||||||
# # HSA_OVERRIDE_GFX_VERSION = "10.3.0";
|
|
||||||
# # };
|
|
||||||
# };
|
|
||||||
|
|
||||||
# Enable a few other services.
|
# Enable a few other services.
|
||||||
ratbagd.enable = true;
|
ratbagd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue