summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-09-21 19:12:19 -0400
committervin <vin@vineetk.net>2025-09-21 19:12:19 -0400
commitb3af7e94561d40c07fd987a0705f7cf670a5ae25 (patch)
tree7f301c9751d5f8ca5ebd0eab668b0d5ddcfaee1c /hosts
parente865089b041b9deffdb5156d2c332315fbc08015 (diff)
re-add llama.cpp and update it
Diffstat (limited to 'hosts')
-rw-r--r--hosts/demiurge/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix
index 10d2cbe..9a4223c 100644
--- a/hosts/demiurge/default.nix
+++ b/hosts/demiurge/default.nix
@@ -185,7 +185,7 @@
185 packages = with pkgs; [ 185 packages = with pkgs; [
186 alvr 186 alvr
187 bs-manager 187 bs-manager
188 #(llama-cpp.packages.x86_64-linux.rocm.override { useVulkan = true; }) 188 (llama-cpp.packages.x86_64-linux.rocm.override { useMetalKit = false; useVulkan = true; })
189 #(vllm.override { cudaSupport = false; rocmSupport = true; gpuTargets = [ "gfx906" "gfx1100" ]; }) 189 #(vllm.override { cudaSupport = false; rocmSupport = true; gpuTargets = [ "gfx906" "gfx1100" ]; })
190 ]; 190 ];
191 }; 191 };