Update ankaa

This commit is contained in:
2024-10-16 22:31:37 -05:00
parent 120bdea6ca
commit ff27ee7d7a
6 changed files with 19 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
{ inputs, ... }:
final: prev: {
llama-cpp = inputs.llama-cpp.packages.rocm;
llama-cpp = prev.llama-cpp.override { rocmSupport = true; };
}