summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-05-03 21:59:59 +0300
committerDaniel Bershatsky2024-05-03 21:59:59 +0300
commit495db7649ada2f59374fe2c488336b8410e7d990 (patch)
treef9ed1d06c35a3d952f2b962a09a348bb790315e4 /PKGBUILD
parent8907d4ff3156de9efdad1ad9b4a0834bf54198ef (diff)
downloadaur-python-accelerate.tar.gz
Bump version to 0.30.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ff20be06089..b35f7094792d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-accelerate
_pkgname=${pkgname#python-}
-pkgver=0.29.3
+pkgver=0.30.0
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=('dd80bc4f4095b9fc4d0fba357a4fe36ef64f37b90d433ff6b58e4fe95da896bc')
+sha256sums=('de084ded81e81749c569cdd5269e5f58ce006716565ed61e95f699997e70a6a7')
build() {
cd $_pkgname-$pkgver