summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-04-28 05:41:00 +0800
committerlilac2022-04-28 05:41:00 +0800
commit7d7cb94685203169a7ae660620b35ed0bb484e26 (patch)
treeced435cfb48a5c4816761786ca0546d814cbfb43
parentb53e63132f766d7a4ac19cf44bef9838d0f38250 (diff)
downloadaur-7d7cb94685203169a7ae660620b35ed0bb484e26.tar.gz
[lilac] updated to 1.11.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3190713ee85..32255bdb9002 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-onnxruntime
pkgdesc = Cross-platform, high performance scoring engine for ML models
- pkgver = 1.11.0
+ pkgver = 1.11.1
pkgrel = 1
url = https://github.com/microsoft/onnxruntime
arch = x86_64
@@ -38,7 +38,7 @@ pkgbase = python-onnxruntime
optdepends = python-h5py: for orttraining
optdepends = python-sympy: for transformers and various tools
options = !lto
- source = git+https://github.com/microsoft/onnxruntime#tag=v1.11.0
+ source = git+https://github.com/microsoft/onnxruntime#tag=v1.11.1
source = git+https://github.com/onnx/onnx.git
source = git+https://github.com/dcleblanc/SafeInt.git
source = git+https://github.com/tensorflow/tensorboard.git
diff --git a/PKGBUILD b/PKGBUILD
index c59ef1b82a23..a79ea6429269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-onnxruntime
# Not split DNNL EP to another package as it's needed unconditionally at runtime if built at compile time
# https://github.com/microsoft/onnxruntime/blob/v1.9.1/onnxruntime/python/onnxruntime_pybind_state.cc#L533
pkgname=(python-onnxruntime python-onnxruntime-cuda)
-pkgver=1.11.0
+pkgver=1.11.1
pkgdesc='Cross-platform, high performance scoring engine for ML models'
pkgrel=1
arch=(x86_64)