summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bershatsky2023-06-30 15:18:55 +0300
committerDaniel Bershatsky2023-06-30 15:18:55 +0300
commiteb5954d58a48a8506055cf602c145509b46d437a (patch)
treeed73ecdcb6f5e7a2d645f4e3bbad9ac762cb0ff5
parent75dd020e7e6e767a6cd2c604bb1d65e0d1399bdc (diff)
downloadaur-eb5954d58a48a8506055cf602c145509b46d437a.tar.gz
Bump version to 1.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b50c7be2210c..c4618f2c10e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-optimum
pkgdesc = Accelerate training and inference of transformers and diffusers with easy to use hardware optimization tools
- pkgver = 1.8.8
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/huggingface/optimum/
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = python-optimum
optdepends = python-evaluate
optdepends = python-onnx
optdepends = python-onnxruntime
- source = optimum-1.8.8.tar.gz::https://github.com/huggingface/optimum/archive/refs/tags/v1.8.8.tar.gz
- sha256sums = 470a50fbb2c7d1c751746f200710fe59931a8703cfcf8da910be0fd109d0aae0
+ source = optimum-1.9.0.tar.gz::https://github.com/huggingface/optimum/archive/refs/tags/v1.9.0.tar.gz
+ sha256sums = 6094e508533411b0e865a37ad310f80829730e8850a395e3ba6a00af3074c4eb
pkgname = python-optimum
diff --git a/PKGBUILD b/PKGBUILD
index 794123070f00..54bdfaa98a05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-optimum'
_pkgname=${pkgname#python-}
-pkgver=1.8.8
+pkgver=1.9.0
pkgrel=1
pkgdesc='Accelerate training and inference of transformers and diffusers with easy to use hardware optimization tools'
arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=(
)
groups=('huggingface')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('470a50fbb2c7d1c751746f200710fe59931a8703cfcf8da910be0fd109d0aae0')
+sha256sums=('6094e508533411b0e865a37ad310f80829730e8850a395e3ba6a00af3074c4eb')
build() {
cd $_pkgname-$pkgver