git: d2fb6a386c5a - main - misc/llama-cpp: update 3916 → 4053
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Nov 2024 06:06:22 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2fb6a386c5a5c5cbb66c3a6fde32d8d7f9f431c commit d2fb6a386c5a5c5cbb66c3a6fde32d8d7f9f431c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-09 05:09:10 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-09 06:06:09 +0000 misc/llama-cpp: update 3916 → 4053 Reported by: portscout --- misc/llama-cpp/Makefile | 2 +- misc/llama-cpp/distinfo | 6 +++--- misc/llama-cpp/pkg-plist | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index 03aaf9785ba4..dbba901488ff 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= llama-cpp DISTVERSIONPREFIX= b -DISTVERSION= 3916 +DISTVERSION= 4053 CATEGORIES= misc # machine-learning PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/misc/llama-cpp/distinfo b/misc/llama-cpp/distinfo index c9b33de3678b..d30ee6b711f5 100644 --- a/misc/llama-cpp/distinfo +++ b/misc/llama-cpp/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1730607519 -SHA256 (ggerganov-llama.cpp-b3916_GH0.tar.gz) = 495ade9c5b880e189ba05463d62263d9a80709d9c21eb8380724e472c59fd45a -SIZE (ggerganov-llama.cpp-b3916_GH0.tar.gz) = 19157900 +TIMESTAMP = 1731128521 +SHA256 (ggerganov-llama.cpp-b4053_GH0.tar.gz) = 1183e88f141f1aca6ff9fda860f524deb33375f74f0c155a2bb7e5135aaaa3ab +SIZE (ggerganov-llama.cpp-b4053_GH0.tar.gz) = 19546594 SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496 SHA256 (121f915a09c1117d34aff6e8faf6d252aaf11027.patch) = 9a0c47ae3cb7dd51b6ce19187dafd48578210f69558f7c8044ee480471f1fd33 diff --git a/misc/llama-cpp/pkg-plist b/misc/llama-cpp/pkg-plist index f8ca95a47713..4bbe10e07004 100644 --- a/misc/llama-cpp/pkg-plist +++ b/misc/llama-cpp/pkg-plist @@ -1,5 +1,4 @@ bin/convert_hf_to_gguf.py -bin/llama-baby-llama bin/llama-batched bin/llama-batched-bench bin/llama-bench @@ -7,6 +6,7 @@ bin/llama-cli bin/llama-convert-llama2c-to-ggml bin/llama-cvector-generator bin/llama-embedding +bin/llama-simple-chat %%EXAMPLES%%bin/llama-eval-callback %%EXAMPLES%%bin/llama-export-lora %%EXAMPLES%%bin/llama-gbnf-validator @@ -39,6 +39,7 @@ include/ggml-alloc.h include/ggml-backend.h include/ggml-blas.h include/ggml-cann.h +include/ggml-cpu.h include/ggml-cuda.h include/ggml-kompute.h include/ggml-metal.h