summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-04-09 18:33:29 +0300
committerDaniel Bershatsky2024-04-09 18:33:29 +0300
commitaf7029bc0cdc493bf8460d62d503d9cc51002479 (patch)
treee5b305c8b7b842b2a0ea18ea88e7e6f5a2930320 /PKGBUILD
parentd389b1a4ed4fb590bd1707df5d411f24f4ca8085 (diff)
downloadaur-af7029bc0cdc493bf8460d62d503d9cc51002479.tar.gz
Bump version to 0.29.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c744a900e903..4752b0e4b8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-accelerate
_pkgname=${pkgname#python-}
-pkgver=0.29.0
+pkgver=0.29.1
pkgrel=1
pkgdesc='A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision'
arch=('any')
@@ -22,7 +22,7 @@ depends=(
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
optdepends=()
source=("$_pkgname-$pkgver.tar.gz::https://github.com/huggingface/$_pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('ee6495d6aa0621af7804e1b4568adfd1999353df306e70640da5dae38de891cf')
+sha256sums=('9f663f87aa7c1963e6e194958ba9477c20b7f471a26d57bd8727d8c74aa77911')
build() {
cd $_pkgname-$pkgver