llama-cpp: 4731 -> 4783 (#385333)

This commit is contained in:
Pol Dellaiera
2025-02-26 19:27:40 +01:00
committed by GitHub
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -82,13 +82,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "llama-cpp";
version = "4731";
version = "4783";
src = fetchFromGitHub {
owner = "ggerganov";
owner = "ggml-org";
repo = "llama.cpp";
tag = "b${finalAttrs.version}";
hash = "sha256-XB7TI1/Ui9BGdsD5TVH5MMZalgEGquW9wYcAhxgAcP0=";
hash = "sha256-C/yDquq6fsrUW50R6CBo7xx5rgOiOxY1Cexmr+XgMo4=";
leaveDotGit = true;
postFetch = ''
git -C "$out" rev-parse --short HEAD > $out/COMMIT
@@ -194,7 +194,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "Inference of Meta's LLaMA model (and others) in pure C/C++";
homepage = "https://github.com/ggerganov/llama.cpp/";
homepage = "https://github.com/ggml-org/llama.cpp";
license = licenses.mit;
mainProgram = "llama";
maintainers = with maintainers; [
+1 -1
View File
@@ -149,7 +149,7 @@ let
final: prev: {
name = "llama-cpp-grpc";
src = fetchFromGitHub {
owner = "ggerganov";
owner = "ggml-org";
repo = "llama.cpp";
rev = "ba8a1f9c5b675459c55a83e3f97f10df3a66c788";
hash = "sha256-YunQh1760AcknBFwHc6uMZJ7V4OzEAKiwB9HBH1n4bc=";
@@ -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=";