llama-cpp: use gpt-oss-20b-mxfp4
This commit is contained in:
parent
d1bf20f03f
commit
ffc079fb21
@ -11,8 +11,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
model = builtins.toString (
|
model = builtins.toString (
|
||||||
pkgs.fetchurl {
|
pkgs.fetchurl {
|
||||||
url = "https://huggingface.co/bartowski/deepseek-ai_DeepSeek-R1-0528-Qwen3-8B-GGUF/resolve/main/deepseek-ai_DeepSeek-R1-0528-Qwen3-8B-Q4_0.gguf";
|
url = "https://huggingface.co/ggml-org/gpt-oss-20b-GGUF/resolve/main/gpt-oss-20b-mxfp4.gguf";
|
||||||
sha256 = "a71a983c64eb72a2b4a885993cd0675474afe7e92d72b051ab8716b23157daa0";
|
sha256 = "52f57ab7d3df3ba9173827c1c6832e73375553a846f3e32b49f1ae2daad688d4";
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
port = service_configs.ports.llama_cpp;
|
port = service_configs.ports.llama_cpp;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user