summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-05-10 22:16:30 +0300
committerDaniel Bershatsky2024-05-10 22:16:30 +0300
commita95b03913f7ccbb6e58f0714fb2e3232ad63b967 (patch)
tree2b5bc54b167b5eea718d1c1fb167f1de450e46ff /PKGBUILD
parent495db7649ada2f59374fe2c488336b8410e7d990 (diff)
downloadaur-a95b03913f7ccbb6e58f0714fb2e3232ad63b967.tar.gz
Bump version to 0.30.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b35f7094792d..32da6faab6f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-accelerate
_pkgname=${pkgname#python-}
-pkgver=0.30.0
+pkgver=0.30.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=('de084ded81e81749c569cdd5269e5f58ce006716565ed61e95f699997e70a6a7')
+sha256sums=('5eeac90a7fe966b881c9c204ec3261e48ee339451f54a2b327d74ce5e66613e1')
build() {
cd $_pkgname-$pkgver