Feat: Updated llama-cpp and switch mirai to llama-cpp

This commit is contained in:
uttarayan21
2025-08-08 08:13:03 +03:00
parent 19b977d66e
commit cdab31315d
4 changed files with 28 additions and 1 deletions

View File

@@ -192,6 +192,11 @@
# submodules = true;
flake = false;
};
llama-cpp = {
# url = "https://github.com/ggml-org/llama.cpp";
url = "github:ggml-org/llama.cpp/b6116?submodules=1";
flake = false;
};
};
outputs = {