feat: Update ik_llama
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -1701,11 +1701,11 @@
|
|||||||
"ik_llama": {
|
"ik_llama": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1753582432,
|
"lastModified": 1754576781,
|
||||||
"narHash": "sha256-jEty/2inFD+OgarlWojwJQgP3sn8SkkFW81ZXhJyoBg=",
|
"narHash": "sha256-DeXIbHb5RtPn70Tg+s90oxq7EDxHRlB1wi8UuJ1v00E=",
|
||||||
"owner": "ikawrakow",
|
"owner": "ikawrakow",
|
||||||
"repo": "ik_llama.cpp",
|
"repo": "ik_llama.cpp",
|
||||||
"rev": "ae0ba31fd078282fe6ac675176862ed6955c52dc",
|
"rev": "58f3bda0ae66e2ddf9e09ed7fe2b6242b0f8bb73",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# ./sunshine.nix
|
# ./sunshine.nix
|
||||||
# ./zerotier.nix
|
# ./zerotier.nix
|
||||||
# ./dnscrypt.nix
|
# ./dnscrypt.nix
|
||||||
# ./ollama.nix
|
./ollama.nix
|
||||||
./llama.nix
|
./llama.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./samba.nix
|
./samba.nix
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
port = 11435;
|
port = 11435;
|
||||||
model = pkgs.fetchurl {
|
model = pkgs.fetchurl {
|
||||||
url = "https://huggingface.co/unsloth/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b-F16.gguf";
|
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;
|
package = pkgs.ik_llama;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user