summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2024-04-09 18:20:55 +0300
committerDaniel Bershatsky2024-04-09 18:20:55 +0300
commitd389b1a4ed4fb590bd1707df5d411f24f4ca8085 (patch)
treedc6d05a851299bb631dfbd330bb80abb7b624b86
parent6e6fe9ea4e1e4c6554121fb0e5b3524da444e66b (diff)
downloadaur-d389b1a4ed4fb590bd1707df5d411f24f4ca8085.tar.gz
Bump version to 0.29.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97435f8dc50..f154947ef429 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.28.0
+ pkgver = 0.29.0
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.28.0.tar.gz::https://github.com/huggingface/accelerate/archive/refs/tags/v0.28.0.tar.gz
- sha256sums = ef2023b521084dc2e5f390211cbdf836f904457ef678d5b13961e903e4eebba7
+ source = accelerate-0.29.0.tar.gz::https://github.com/huggingface/accelerate/archive/refs/tags/v0.29.0.tar.gz
+ sha256sums = ee6495d6aa0621af7804e1b4568adfd1999353df306e70640da5dae38de891cf
pkgname = python-accelerate
diff --git a/PKGBUILD b/PKGBUILD
index e18dd776c9c2..c744a900e903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-accelerate
_pkgname=${pkgname#python-}
-pkgver=0.28.0
+pkgver=0.29.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=('ef2023b521084dc2e5f390211cbdf836f904457ef678d5b13961e903e4eebba7')
+sha256sums=('ee6495d6aa0621af7804e1b4568adfd1999353df306e70640da5dae38de891cf')
build() {
cd $_pkgname-$pkgver