gemma-3 27b
This commit is contained in:
parent
2d47c441fe
commit
06feb4e1e2
@ -25,9 +25,13 @@ in
|
||||
services.llama-cpp = {
|
||||
enable = true;
|
||||
model = builtins.toString (
|
||||
# pkgs.fetchurl {
|
||||
# url = "https://huggingface.co/bartowski/google_gemma-3-12b-it-GGUF/resolve/main/google_gemma-3-12b-it-Q4_0.gguf";
|
||||
# sha256 = "9a7b70be8727da9fb28523b35946dd42d4fe0f622cce03daa44fccff0775516d";
|
||||
# }
|
||||
pkgs.fetchurl {
|
||||
url = "https://huggingface.co/bartowski/google_gemma-3-12b-it-GGUF/resolve/main/google_gemma-3-12b-it-Q4_0.gguf";
|
||||
sha256 = "9a7b70be8727da9fb28523b35946dd42d4fe0f622cce03daa44fccff0775516d";
|
||||
url = "https://huggingface.co/bartowski/google_gemma-3-27b-it-GGUF/resolve/main/google_gemma-3-27b-it-Q4_0.gguf";
|
||||
sha256 = "a6edacc9e7bab200eea6dd9ff4568c5838e959235dd0da71309e68ff5c81d775";
|
||||
}
|
||||
);
|
||||
port = service_configs.ports.llama_cpp;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user