feat: Downgrade to 575 driver for nvidia and disable llama-cpp
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s

This commit is contained in:
uttarayan21
2025-08-16 15:24:34 +05:30
parent 973fb0c972
commit 5f951eb9c7
2 changed files with 9 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
}: {
services = {
llama-cpp = {
enable = true;
enable = false;
port = 11435;
model = pkgs.fetchurl {
url = "https://huggingface.co/lmstudio-community/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b-MXFP4.gguf";