llm: use finetuned model

This commit is contained in:
Simon Gardling 2025-04-02 10:11:41 -04:00
parent 06feb4e1e2
commit 11164f0859
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -30,8 +30,8 @@ in
# sha256 = "9a7b70be8727da9fb28523b35946dd42d4fe0f622cce03daa44fccff0775516d";
# }
pkgs.fetchurl {
url = "https://huggingface.co/bartowski/google_gemma-3-27b-it-GGUF/resolve/main/google_gemma-3-27b-it-Q4_0.gguf";
sha256 = "a6edacc9e7bab200eea6dd9ff4568c5838e959235dd0da71309e68ff5c81d775";
url = "https://huggingface.co/bartowski/mlabonne_gemma-3-27b-it-abliterated-GGUF/resolve/main/mlabonne_gemma-3-27b-it-abliterated-Q4_0.gguf";
sha256 = "d47047ff6fabb02e8aa8bea1d3fd32a551382016bd7d91f45f74615ada670a21";
}
);
port = service_configs.ports.llama_cpp;