DeepSeek-R1-0528-Qwen3-8B

This commit is contained in:
Simon Gardling 2025-06-06 20:05:42 -07:00
parent 9ae5f12b6c
commit ce7801795f
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -12,8 +12,8 @@
enable = true;
model = builtins.toString (
pkgs.fetchurl {
url = "https://huggingface.co/bartowski/nvidia_AceReason-Nemotron-7B-GGUF/resolve/main/nvidia_AceReason-Nemotron-7B-Q8_0.gguf";
sha256 = "0d5eb8b46490af7c097357cb20ad215ebfd30efacedac58bf68a8c7d84e996fc";
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";
sha256 = "a71a983c64eb72a2b4a885993cd0675474afe7e92d72b051ab8716b23157daa0";
}
);
port = service_configs.ports.llama_cpp;