summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-04-09 18:33:29 +0300
committerDaniel Bershatsky2024-04-09 18:33:29 +0300
commitaf7029bc0cdc493bf8460d62d503d9cc51002479 (patch)
treee5b305c8b7b842b2a0ea18ea88e7e6f5a2930320
parentd389b1a4ed4fb590bd1707df5d411f24f4ca8085 (diff)
downloadaur-af7029bc0cdc493bf8460d62d503d9cc51002479.tar.gz
Bump version to 0.29.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f154947ef429..2e8beb4fd482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-accelerate
pkgdesc = A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision
- pkgver = 0.29.0
+ pkgver = 0.29.1
pkgrel = 1
url = https://github.com/huggingface/accelerate
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-accelerate
depends = python-pytorch
depends = python-safetensors
depends = python-yaml
- source = accelerate-0.29.0.tar.gz::https://github.com/huggingface/accelerate/archive/refs/tags/v0.29.0.tar.gz
- sha256sums = ee6495d6aa0621af7804e1b4568adfd1999353df306e70640da5dae38de891cf
+ source = accelerate-0.29.1.tar.gz::https://github.com/huggingface/accelerate/archive/refs/tags/v0.29.1.tar.gz
+ sha256sums = 9f663f87aa7c1963e6e194958ba9477c20b7f471a26d57bd8727d8c74aa77911
pkgname = python-accelerate
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