pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/llama.cpp: Update to 0.0.2.3878



Module Name:	pkgsrc-wip
Committed By:	Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By:	ryoon
Date:		Fri Oct 4 12:52:48 2024 +0900
Changeset:	9cb95778ce3921c771e7ce538bd2821d36d4cdc4

Modified Files:
	llama.cpp/Makefile
	llama.cpp/PLIST
	llama.cpp/distinfo

Log Message:
wip/llama.cpp: Update to 0.0.2.3878

* Support llama 3.2 instruct at least.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9cb95778ce3921c771e7ce538bd2821d36d4cdc4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 llama.cpp/Makefile | 2 +-
 llama.cpp/PLIST    | 2 +-
 llama.cpp/distinfo | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/llama.cpp/Makefile b/llama.cpp/Makefile
index d957eb97fb..9832a2ea9a 100644
--- a/llama.cpp/Makefile
+++ b/llama.cpp/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	llama.cpp-${GITHUB_TAG}
 PKGNAME=	${DISTNAME:S/-b/-0.0.2./}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=ggerganov/}
-GITHUB_TAG=	b3547
+GITHUB_TAG=	b3878
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/ggerganov/llama.cpp/
diff --git a/llama.cpp/PLIST b/llama.cpp/PLIST
index fc148b73dd..23dbcc97c6 100644
--- a/llama.cpp/PLIST
+++ b/llama.cpp/PLIST
@@ -4,7 +4,6 @@ bin/llama-baby-llama
 bin/llama-batched
 bin/llama-batched-bench
 bin/llama-bench
-bin/llama-bench-matmult
 bin/llama-cli
 bin/llama-convert-llama2c-to-ggml
 bin/llama-cvector-generator
@@ -24,6 +23,7 @@ bin/llama-lookup
 bin/llama-lookup-create
 bin/llama-lookup-merge
 bin/llama-lookup-stats
+bin/llama-minicpmv-cli
 bin/llama-parallel
 bin/llama-passkey
 bin/llama-perplexity
diff --git a/llama.cpp/distinfo b/llama.cpp/distinfo
index fbc827c3c1..1a3016ebc5 100644
--- a/llama.cpp/distinfo
+++ b/llama.cpp/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (llama.cpp-b3547.tar.gz) = 85d42530214ee3703d4e8682cc12792c3076d2c4b1bf7dbc37d58510a9422234
-SHA512 (llama.cpp-b3547.tar.gz) = 38714bc499d4bff392e6dc65681e0532bc1a7f99f0682318b9e114bab3aadc5bac88ac559986df8920dddfa1e5688fb58e073274eb52cd82d12e9b7e027e3265
-Size (llama.cpp-b3547.tar.gz) = 19015162 bytes
+BLAKE2s (llama.cpp-b3878.tar.gz) = 545b05db754c41dbe95e9a8f6d8847cae26ea9522851bf812328bc40e8d2d750
+SHA512 (llama.cpp-b3878.tar.gz) = 6852917eee5b30e257713299dfc85049782182dd760e2076c290684c2cfffd3f54e35e31611b405fe9bde40493f75d6663edfbcace14c6437dd44dab6f8af0b1
+Size (llama.cpp-b3878.tar.gz) = 19153299 bytes


Home | Main Index | Thread Index | Old Index