Date: Mon, 15 Apr 2024 08:57:57 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 52b1cb75e621 - main - misc/llama-cpp: update 2646 =?utf-8?Q?=E2=86=92?= 2674 Message-ID: <202404150857.43F8vvwr045089@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=52b1cb75e621c8da4e5aa11f7ec0ecb4a440599a commit 52b1cb75e621c8da4e5aa11f7ec0ecb4a440599a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-15 08:55:54 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-15 08:57:49 +0000 misc/llama-cpp: update 2646 → 2674 Reported by: portscout --- misc/llama-cpp/Makefile | 4 +++- misc/llama-cpp/distinfo | 6 +++--- misc/llama-cpp/pkg-plist | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index fd804182718a..7e8eec7936db 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= llama-cpp DISTVERSIONPREFIX= b -DISTVERSION= 2646 +DISTVERSION= 2674 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -33,4 +33,6 @@ EXAMPLES_CMAKE_BOOL= LLAMA_BUILD_EXAMPLES BINARY_ALIAS= git=false +# 1 test fails dur to a missing model file stories260K.gguf + .include <bsd.port.mk> diff --git a/misc/llama-cpp/distinfo b/misc/llama-cpp/distinfo index 8a3fb2ff2035..d09da9ea5941 100644 --- a/misc/llama-cpp/distinfo +++ b/misc/llama-cpp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1712807655 -SHA256 (ggerganov-llama.cpp-b2646_GH0.tar.gz) = 02953cc03455bac1fcb337ff841600654712f6f6bbed54c31078eead530ff1fa -SIZE (ggerganov-llama.cpp-b2646_GH0.tar.gz) = 8950915 +TIMESTAMP = 1713157622 +SHA256 (ggerganov-llama.cpp-b2674_GH0.tar.gz) = 2ef8051526f8d877c4e041892a64f99f91ba4d4c131d8d4473407a8ab35f2a1f +SIZE (ggerganov-llama.cpp-b2674_GH0.tar.gz) = 8961141 SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496 diff --git a/misc/llama-cpp/pkg-plist b/misc/llama-cpp/pkg-plist index bb040edf25a2..4756609c3163 100644 --- a/misc/llama-cpp/pkg-plist +++ b/misc/llama-cpp/pkg-plist @@ -7,6 +7,7 @@ %%EXAMPLES%%bin/convert-lora-to-ggml.py %%EXAMPLES%%bin/convert.py %%EXAMPLES%%bin/embedding +%%EXAMPLES%%bin/eval-callback %%EXAMPLES%%bin/export-lora %%EXAMPLES%%bin/finetune %%EXAMPLES%%bin/gguf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404150857.43F8vvwr045089>