Skip to content

Commit

Permalink
venus: fall back to stable blender-hip and ollama because of broken r…
Browse files Browse the repository at this point in the history
…ocm build

Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Dec 30, 2024
1 parent 52fe4ff commit 76235d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hosts/venus/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
calibre
zoom-us
# blender
blender-hip # Blender with HIP support for AMD GPUs
stable.blender-hip # Blender with HIP support for AMD GPUs
# Temporarily disabled for: sip-4.19.25 not supported for interpreter python3.12
# Using stable.blender-hip doesn't work because of: Cannot mix incompatible Qt library (5.15.15) with this library (5.15.14)
# cura
Expand Down Expand Up @@ -123,6 +123,7 @@
services.ollama = {
enable = true;
acceleration = "rocm";
package = pkgs.stable.ollama;
# environmentVariables = {
# HCC_AMDGPU_TARGET = "gfx1100"; # used to be necessary, but doesn't seem to anymore
# };
Expand Down

0 comments on commit 76235d2

Please sign in to comment.