pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
llama.cpp: update to 0.0.2.9969.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Jul 13 16:09:03 2026 +0200
Changeset: e8c5dc8a923c40e50078f39aa63dca605c41e7fe
Modified Files:
llama.cpp/Makefile.common
llama.cpp/distinfo
Removed Files:
llama.cpp/patches/patch-ggml_src_ggml-cpu_ggml-cpu.cpp
Log Message:
llama.cpp: update to 0.0.2.9969.
(newer versions need unreleased ggml)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e8c5dc8a923c40e50078f39aa63dca605c41e7fe
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
llama.cpp/Makefile.common | 4 ++--
llama.cpp/distinfo | 13 ++++++-------
llama.cpp/patches/patch-ggml_src_ggml-cpu_ggml-cpu.cpp | 17 -----------------
3 files changed, 8 insertions(+), 26 deletions(-)
diffs:
diff --git a/llama.cpp/Makefile.common b/llama.cpp/Makefile.common
index a60f1c733a..4813e720e6 100644
--- a/llama.cpp/Makefile.common
+++ b/llama.cpp/Makefile.common
@@ -9,5 +9,5 @@ GITHUB_PROJECT= llama.cpp
GITHUB_TAG= b${LLAMA_BUILD_NUMBER}
# embedded in version string in binary
-LLAMA_BUILD_NUMBER= 9857
-LLAMA_BUILD_COMMIT= 13e673863b36993d9e80c0a9ee3c1e02f8b9ace4
+LLAMA_BUILD_NUMBER= 9969
+LLAMA_BUILD_COMMIT= 76f2798059575a96a12e4d34342165a4b6a6a312
diff --git a/llama.cpp/distinfo b/llama.cpp/distinfo
index b6ce4063d3..db930cd5b4 100644
--- a/llama.cpp/distinfo
+++ b/llama.cpp/distinfo
@@ -1,11 +1,10 @@
$NetBSD$
-BLAKE2s (llama-b9857-ui.tar.gz) = 9bb3cfc38f9c5da1337cc9ed67d8a00b8f41ef6a55afd13dcffc234d40d6be10
-SHA512 (llama-b9857-ui.tar.gz) = b6ce680017287f3566b339f2a85682e98ac598010f68eb24bc36180a63c91fce9541b03c50d2626b28ee4e1d6139c00cfa452500e0e04a8c35b44c4c70be5679
-Size (llama-b9857-ui.tar.gz) = 2731386 bytes
-BLAKE2s (llama.cpp-b9857.tar.gz) = 44f6aea6d63f4c66a26baa6ec9df5dc32aa0a3b036333a31377a3883f1e8cd22
-SHA512 (llama.cpp-b9857.tar.gz) = 85d251707b879cb4dbfdd64a4e5d910894474b72e4223bf0cf32117e1df6a29e6825da246f6de5dff2ad202fb9eec2eb1f655477504b6d32b42ab5454b1a7c60
-Size (llama.cpp-b9857.tar.gz) = 35106659 bytes
+BLAKE2s (llama-b9969-ui.tar.gz) = ac3740204f6e61f625ac27bfa7f5194b7b7c4ad14c020d1c3e04fd985e3224c6
+SHA512 (llama-b9969-ui.tar.gz) = 4530ddbfdd4162f7e52631a3204d33a47cd6a29ae3804c4d06fe053df3075a4a4547e05c6acb9f5451446d4b6a9f2010a2ce282cea480a48f217e0277acc32c7
+Size (llama-b9969-ui.tar.gz) = 2740951 bytes
+BLAKE2s (llama.cpp-b9969.tar.gz) = 5ecb39651785a268f2cc24f746c49167527fcaf8547cb684ff7a648db1ff793e
+SHA512 (llama.cpp-b9969.tar.gz) = d1f03f6908e0e3a01b3ced9cbfb4a5f0f36f8cacde069c5a8a3984a16a14bae87ed511f0b5511d7e7e33987d9a1d684adaa6db967520fd8bb03dc23e9c83543c
+Size (llama.cpp-b9969.tar.gz) = 35704979 bytes
SHA1 (patch-common_common.cpp) = 57a375ff17c8c97cfadd4196b3a368b6abd65ce6
-SHA1 (patch-ggml_src_ggml-cpu_ggml-cpu.cpp) = cc5f9840919818b824eb52585a3c5a8ee40a2835
SHA1 (patch-src_llama-vocab.cpp) = b97f36b85855ccf1385dfdd9fd5417e1abf77024
diff --git a/llama.cpp/patches/patch-ggml_src_ggml-cpu_ggml-cpu.cpp b/llama.cpp/patches/patch-ggml_src_ggml-cpu_ggml-cpu.cpp
deleted file mode 100644
index 3681e277ce..0000000000
--- a/llama.cpp/patches/patch-ggml_src_ggml-cpu_ggml-cpu.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
---- ggml/src/ggml-cpu/ggml-cpu.cpp.orig 2025-05-16 09:51:15.207576848 +0000
-+++ ggml/src/ggml-cpu/ggml-cpu.cpp
-@@ -276,10 +276,10 @@ struct ggml_backend_cpu_device_context {
- char * p = strchr(buf, ':');
- if (p) {
- p++;
-- while (std::isspace(*p)) {
-+ while (std::isspace((unsigned char)(*p))) {
- p++;
- }
-- while (std::isspace(p[strlen(p) - 1])) {
-+ while (std::isspace((unsigned char)(p[strlen(p) - 1]))) {
- p[strlen(p) - 1] = '\0';
- }
- description = p;
Home |
Main Index |
Thread Index |
Old Index