Merge pull request #25420 from lazka/ggml-0.0.2576

Update ggml/llama.cpp/whisper.cpp
This commit is contained in:
Christoph Reiter
2025-09-07 22:30:13 +02:00
committed by GitHub
parent 978e7ca113
commit a4f6eafb82
3 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
_realname=ggml
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.0.2470
pkgver=0.0.2576
pkgrel=1
pkgdesc="Tensor library for machine learning (mingw-w64)"
arch=('any')
@@ -27,9 +27,9 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-vulkan-headers"
'git'
)
_commit='baf5574bc768f614bdc4c0fce3c7bd20306bb26e'
_commit='5fdc78fff274094e2a1b155928131983362d8a71'
source=("${_realname}"::"git+${url}.git#commit=${_commit}")
sha256sums=('8cec24834ef5fb7a827e407f0ef135a0b99acf307f7564dbd004b157b9ed3546')
sha256sums=('84f7a3e63cb5a3378842cb7e81beacab02370acca3b71e25485860faa602860c')
pkgver() {
cd "${_realname}"

View File

@@ -4,7 +4,7 @@ _realname=llama.cpp
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
epoch=1
pkgver=b6199
pkgver=b6390
pkgrel=1
pkgdesc="Library and tools for running inference with Meta's LLaMA model (and derivatives) in C/C++ (mingw-w64)"
arch=('any')
@@ -22,7 +22,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-ninja"
)
source=("https://github.com/ggml-org/llama.cpp/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('c1d5220e34feb61f1e10b3496b205d50d85b0e4c6372ee12fcf50729f18aca82')
sha256sums=('2c3f2c75e6b88e9972b63186b3195df9c207e53f2a69ffa7530ebd5eed15fc50')
build() {
mkdir -p "${srcdir}/build-${MSYSTEM}" && cd "${srcdir}/build-${MSYSTEM}"

View File

@@ -4,7 +4,7 @@ _realname=whisper.cpp
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
epoch=1
pkgver=1.7.6.r254.gfc45bb86
pkgver=1.7.6.r258.gbb0e1fc6
pkgrel=1
pkgdesc="Port of OpenAI's Whisper model in C/C++ (mingw-w64)"
arch=('any')
@@ -22,9 +22,9 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-ninja"
"git"
)
_commit=fc45bb86251f774ef817e89878bb4c2636c8a58f
_commit=bb0e1fc60f26a707cabf724edcf7cfcab2a269b6
source=("git+https://github.com/ggml-org/whisper.cpp#commit=${_commit}")
sha256sums=('962f65f154baddb5f0cc04213c20476cbcc0105515ea135fcb2e36728ebbb94f')
sha256sums=('fbd1fb53b3c6591826ab21ab5c27c993274c7fbaf00986ece2c8496c5208dc23')
pkgver() {
cd "${_realname}"