From: Mathieu Baudier Date: Mon, 22 Sep 2025 13:25:00 +0000 (+0200) Subject: Update upstream X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;p=pkg%2Fggml Update upstream --- diff --git a/Makefile b/Makefile index 99621dc..4b58039 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +# FIXME update, now that ggml has proper versions + # Pinned commits / tags GGML_CHECKOUT=323951f LLAMA_CPP_CHECKOUT=f08c4c0 @@ -7,10 +9,10 @@ LLAMA_CPP_BASE=sources/llama.cpp WHISPER_CPP_BASE=sources/whisper.cpp define publish_updates # (repobase) - git -C $(1) push --tags origin master +# git -C $(1) push --tags origin master git -C $(1) push --tags origin upstream/latest git -C $(1) push --tags origin debian/latest - git -C $(1) push --tags mbaudier@github master +# git -C $(1) push --tags mbaudier@github master git -C $(1) push --tags mbaudier@github upstream/latest git -C $(1) push --tags mbaudier@github debian/latest endef diff --git a/sources/ggml b/sources/ggml index 5a89d3d..82ac878 160000 --- a/sources/ggml +++ b/sources/ggml @@ -1 +1 @@ -Subproject commit 5a89d3ddb410abeba7313f11411180359b72b33c +Subproject commit 82ac87802931443e515a129ae535c0c7d06e9272 diff --git a/sources/llama.cpp b/sources/llama.cpp index 49c1488..b927966 160000 --- a/sources/llama.cpp +++ b/sources/llama.cpp @@ -1 +1 @@ -Subproject commit 49c14887229ab1528efee14d91827b5439cb555b +Subproject commit b927966cbcb767aed5e34eba0dc3e0786bba6c86