gemma-3 12b
This commit is contained in:
parent
d774568e01
commit
d5ac5c8cd8
@ -28,7 +28,7 @@
|
||||
# ./services/owntracks.nix
|
||||
./services/soulseek.nix
|
||||
|
||||
# ./services/llama-cpp.nix
|
||||
./services/llama-cpp.nix
|
||||
];
|
||||
|
||||
systemd.targets = {
|
||||
|
||||
@ -10,8 +10,8 @@
|
||||
enable = true;
|
||||
model = builtins.toString (
|
||||
pkgs.fetchurl {
|
||||
url = "https://huggingface.co/bartowski/google_gemma-3-27b-it-GGUF/resolve/main/google_gemma-3-27b-it-IQ4_XS.gguf";
|
||||
sha256 = "bd2f188c66d8ccb0bffcb0c91e4dbbb72754bb1732e0bca323a2f266a35e01c8";
|
||||
url = "https://huggingface.co/bartowski/google_gemma-3-12b-it-GGUF/resolve/main/google_gemma-3-12b-it-IQ4_XS.gguf";
|
||||
sha256 = "aa7b7ae0b17931c379ede82da59b01f246046925aeb752af1ab4285a3b0d69db";
|
||||
}
|
||||
);
|
||||
port = service_configs.ports.llama_cpp;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user