diff options
| author | Philip Taron <philip.taron@gmail.com> | 2025-02-26 09:47:44 -0800 |
|---|---|---|
| committer | Philip Taron <philip.taron@gmail.com> | 2025-02-26 09:47:44 -0800 |
| commit | 2596b70a88e82f72b667ea9b532d50b868a32acc (patch) | |
| tree | b1ecb8fcac7314dbf9ff5a2c376c850003e015fa /pkgs/development/python-modules/llama-cpp-python | |
| parent | 4234f966e8078257593556293abecc0879fce5e6 (diff) | |
llama-cpp: switch to ggml-org
See https://github.com/ggml-org/llama.cpp/discussions/11801 for the announcement.
Diffstat (limited to 'pkgs/development/python-modules/llama-cpp-python')
| -rw-r--r-- | pkgs/development/python-modules/llama-cpp-python/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/llama-cpp-python/default.nix b/pkgs/development/python-modules/llama-cpp-python/default.nix index 12ee8778bebb..db736284c427 100644 --- a/pkgs/development/python-modules/llama-cpp-python/default.nix +++ b/pkgs/development/python-modules/llama-cpp-python/default.nix @@ -55,7 +55,7 @@ buildPythonPackage rec { patches = [ # fix segfault when running tests due to missing default Metal devices (fetchpatch2 { - url = "https://github.com/ggerganov/llama.cpp/commit/acd38efee316f3a5ed2e6afcbc5814807c347053.patch?full_index=1"; + url = "https://github.com/ggml-org/llama.cpp/commit/acd38efee316f3a5ed2e6afcbc5814807c347053.patch?full_index=1"; stripLen = 1; extraPrefix = "vendor/llama.cpp/"; hash = "sha256-71+Lpg9z5KPlaQTX9D85KS2LXFWLQNJJ18TJyyq3/pU="; |
