abysssol

Results 12 comments of abysssol

According to the linked discussion, you should set `HSA_OVERRIDE_GFX_VERSION`: ``` nix services.ollama = { enable = true; acceleration = "rocm"; environmentVariables = { HSA_OVERRIDE_GFX_VERSION = "10.3.0"; }; }; ``` ---...

@mastoca What are your thoughts on [my comment here](https://github.com/NixOS/nixpkgs/pull/373924#discussion_r1915909569)? I wonder if the change I described should be added to this PR? I'm not yet sure that it's necessarily a...