Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mingw-w64-ggml/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=ggml
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.9.4.r371.gd80bac55
pkgver=0.9.4.r395.gac0c8be4
pkgrel=1
pkgdesc="Tensor library for machine learning (mingw-w64)"
arch=('any')
Expand All @@ -27,9 +27,9 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-vulkan-headers"
"git"
)
_commit="d80bac55f6d0c57e57143f80cbb6e3155dec1cc7"
_commit="ac0c8be49c7458bcc6eae164244d7335ce9cc184"
source=("git+https://github.com/ggml-org/ggml.git#commit=${_commit}")
sha256sums=('5fa00aa8ebfc085dfd97e2f5deaa53245afbd48ad2ab202907f25e978d388de1')
sha256sums=('21bec313f7b8d8a41f7e7975056fdbb8649014a822eb8a5f6c6846719735bcce')

pkgver() {
cd "${_realname}"
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-llama.cpp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=llama.cpp
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
epoch=1
pkgver=b7376
pkgver=b7525
pkgrel=1
pkgdesc="Library and tools for running inference with Meta's LLaMA model (and derivatives) in C/C++ (mingw-w64)"
arch=('any')
Expand All @@ -23,7 +23,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-ninja"
)
source=("https://github.com/ggml-org/llama.cpp/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('66b400cafd0742e1d1bf47617f9c8eacd7ef1dbab0c07ca0badbaec962c2429d')
sha256sums=('71274debd4a5237bbcb36e0e1327422092a2dcec0f2994477aa938028fd74da6')

prepare() {
cd ${_realname}-${pkgver}
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-whisper.cpp/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=whisper.cpp
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
epoch=1
pkgver=1.8.2.r320.gf0c9017a
pkgver=1.8.2.r344.g6c22e792
pkgrel=1
pkgdesc="Port of OpenAI's Whisper model in C/C++ (mingw-w64)"
arch=('any')
Expand All @@ -22,10 +22,10 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-ninja"
"git"
)
_commit=f0c9017a2f5913b68295e7be9444f79e0c7de7eb
_commit=6c22e792cb0ee155b6587ce71a8410c3aeb06949
source=("git+https://github.com/ggml-org/whisper.cpp#commit=${_commit}")
#source=("https://github.com/ggml-org/whisper.cpp/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('03424b16ac0eb465575e1c91fbfa376eb09d573dfd5e042c23ca43607c94c564')
sha256sums=('605838b761320f7d6f186a70fee1daf7d0835a7380e4f6d860fb6a32f6a67585')

pkgver() {
cd "${_realname}"
Expand Down