From 2596b70a88e82f72b667ea9b532d50b868a32acc Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Wed, 26 Feb 2025 09:47:44 -0800 Subject: llama-cpp: switch to ggml-org See https://github.com/ggml-org/llama.cpp/discussions/11801 for the announcement. --- pkgs/development/python-modules/llama-cpp-python/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/llama-cpp-python') 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="; -- cgit v1.2.3