feat: Update ik_llama

This commit is contained in:
uttarayan21
2025-08-08 10:26:31 +05:30
parent f07bc9f11b
commit 60bbda3091
3 changed files with 6 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
# ./sunshine.nix
# ./zerotier.nix
# ./dnscrypt.nix
# ./ollama.nix
./ollama.nix
./llama.nix
./tailscale.nix
./samba.nix

View File

@@ -11,7 +11,8 @@
port = 11435;
model = pkgs.fetchurl {
url = "https://huggingface.co/unsloth/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b-F16.gguf";
sha256 = "sha256-vE1SpG4diQiP88u0viGnyZ8LtotTUU19UGecnwfjOkE=";
# sha256 = "sha256-vE1SpG4diQiP88u0viGnyZ8LtotTUU19UGecnwfjOkE=";
sha256 = "sha256-kpeennNi4+MbFTuINkRi8CI9srQj7Q0eyKysG/4cbmI=";
};
package = pkgs.ik_llama;
};