summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-10-16 00:27:27 +0200
committersL1pKn072023-10-16 00:27:27 +0200
commitf2d7062c2d28df6cb1ce868452b36fcfc91f6ba5 (patch)
tree6044571cfda6fa058b06ac6cc545af4ec6593bdb
parentf94a73760096864287022cb033e09315fe486b13 (diff)
downloadaur-f2d7062c2d28df6cb1ce868452b36fcfc91f6ba5.tar.gz
Update to 1.16.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83f470fa249f..09ed5e51c581 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-onnxruntime
pkgdesc = Cross-platform, high performance scoring engine for ML models
- pkgver = 1.16.0
+ pkgver = 1.16.1
pkgrel = 1
url = https://github.com/microsoft/onnxruntime
arch = x86_64
@@ -32,7 +32,7 @@ pkgbase = python-onnxruntime
makedepends = cudnn
makedepends = nccl
options = debug
- source = git+https://github.com/microsoft/onnxruntime#tag=v1.16.0
+ source = git+https://github.com/microsoft/onnxruntime#tag=v1.16.1
source = install-orttraining-files.diff
source = system-dnnl.diff
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f4d339e405e7..2507f7894d5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgname=(
'onnxruntime'
'python-onnxruntime'
)
-pkgver=1.16.0
+pkgver=1.16.1
pkgdesc='Cross-platform, high performance scoring engine for ML models'
pkgrel=1
arch=('x86_64')