From: Mathieu Baudier Date: Sat, 18 Oct 2025 12:24:22 +0000 (+0200) Subject: Update upstream X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c4b0a79a4504f3a562b1aeca3b7b887f08cd4626;p=pkg%2Fggml Update upstream --- diff --git a/sources/create-ubuntu-pbuilder b/sources/create-ubuntu-pbuilder new file mode 100755 index 0000000..7e9729c --- /dev/null +++ b/sources/create-ubuntu-pbuilder @@ -0,0 +1,14 @@ +#!/bin/sh + +#sudo cowbuilder \ +# create \ +# --distribution noble --architecture amd64 \ +# --mirror http://archive.ubuntu.com/ubuntu/ \ +# --components "main,universe,restricted,multiverse" \ + +sudo pbuilder \ + create \ + --distribution $1 --architecture $2 \ + --mirror http://archive.ubuntu.com/ubuntu/ \ + --components "main universe restricted multiverse" \ + --basetgz /var/cache/pbuilder/$1.tgz diff --git a/sources/ggml b/sources/ggml index 825c867..ed1620c 160000 --- a/sources/ggml +++ b/sources/ggml @@ -1 +1 @@ -Subproject commit 825c8671fd48ca43760a79b1a9c94e6af1328e0f +Subproject commit ed1620c8bda50cd6903c80bb0e04cac6a5669d97 diff --git a/sources/llama.cpp b/sources/llama.cpp index 2b5410c..b075147 160000 --- a/sources/llama.cpp +++ b/sources/llama.cpp @@ -1 +1 @@ -Subproject commit 2b5410c8ca83f56af5b8ff79ac8c5ecd41e9e129 +Subproject commit b075147195839aa19a670ce06e44dccb094edd11 diff --git a/sources/whisper.cpp b/sources/whisper.cpp index 5d9ba4f..1afb02f 160000 --- a/sources/whisper.cpp +++ b/sources/whisper.cpp @@ -1 +1 @@ -Subproject commit 5d9ba4f4db30b73cacdbdc22721b3cff435b4a52 +Subproject commit 1afb02f552a468e07301e98c7e4ed048da487931