summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/llama-cpp-python
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2025-02-26 19:27:40 +0100
committerGitHub <noreply@github.com>2025-02-26 19:27:40 +0100
commit4b4415282d11af3757b6fee549ca0cae7c72c88d (patch)
treef838e5dabe925e4efaea9892d39ef8a54430b7fe /pkgs/development/python-modules/llama-cpp-python
parent4ab4a58cc411af5639760f02551034999e2afdc8 (diff)
parent172075f664bb2a61482a15e86eeb9ff11b9cd050 (diff)
llama-cpp: 4731 -> 4783 (#385333)
Diffstat (limited to 'pkgs/development/python-modules/llama-cpp-python')
-rw-r--r--pkgs/development/python-modules/llama-cpp-python/default.nix2
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=";