Skip to content

Commit 25224e3

Browse files
committed
onnxruntime version 1.19.0
1 parent 31c90ca commit 25224e3

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/android.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ver:
14-
- { onnx: v1.18.1, ndk: 26.1.10909125, python: 3.8.18, jdk: 11, gradle: 8.5 }
14+
- { onnx: v1.19.0, ndk: 26.1.10909125, python: 3.8.18, jdk: 11, gradle: 8.5 }
1515
list:
1616
- { arch: armeabi-v7a, min: 19 }
1717
- { arch: arm64-v8a, min: 21 }
@@ -120,7 +120,7 @@ jobs:
120120
fail-fast: false
121121
matrix:
122122
ver:
123-
- { onnx: v1.18.1 }
123+
- { onnx: v1.19.0 }
124124

125125
env:
126126
SHARED_PKG_NAME: onnxruntime-${{ matrix.ver.onnx }}-android-shared

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
ver:
13-
- { onnx: v1.18.1, python: 3.8.10, jdk: 11, gradle: 8.6 }
13+
- { onnx: v1.19.0, python: 3.8.10, jdk: 11, gradle: 8.6 }
1414
list:
1515
- { os_ver: 12, java: 8 }
1616
- { os_ver: 13, java: 8 }

.github/workflows/musl-gcc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ver:
14-
- { onnx: v1.18.1, musl: 13.2.0 }
14+
- { onnx: v1.19.0, musl: 13.2.0 }
1515
arch:
1616
[
1717
aarch64-linux-musl, #OK

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os_name: [ ubuntu ]
1414
ver:
15-
- { onnx: v1.18.1, cmake: 3.28.6, python: 3.8.18, gradle: 8.6, jdk: openjdk-11-jdk }
15+
- { onnx: v1.19.0, cmake: 3.28.6, python: 3.8.18, gradle: 8.6, jdk: openjdk-11-jdk }
1616
list:
1717
- { os_ver: 20.04, os_id: focal }
1818
- { os_ver: 22.04, os_id: jammy }

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
ver:
12-
- { onnx: v1.18.1, python: 3.8.10, jdk: 11, gradle: 8.6 }
12+
- { onnx: v1.19.0, python: 3.8.10, jdk: 11, gradle: 8.6 }
1313
list:
1414
- { win_ver: 2022, vs_name: vs2022, vs_ver: v143, vs_path: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise' }
1515
arch:

onnxruntime_cmake_options.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
-Donnxruntime_BUILD_APPLE_FRAMEWORK=OFF
1111
-Donnxruntime_USE_DNNL=OFF
1212
-Donnxruntime_USE_NNAPI_BUILTIN=OFF
13+
-Donnxruntime_USE_VSINPU=OFF
1314
-Donnxruntime_USE_RKNPU=OFF
1415
-Donnxruntime_USE_LLVM=OFF
1516
-Donnxruntime_ENABLE_MICROSOFT_INTERNAL=OFF
@@ -28,7 +29,6 @@
2829
-Donnxruntime_EXTENDED_MINIMAL_BUILD=OFF
2930
-Donnxruntime_MINIMAL_BUILD_CUSTOM_OPS=OFF
3031
-Donnxruntime_REDUCED_OPS_BUILD=OFF
31-
-Donnxruntime_ENABLE_LANGUAGE_INTEROP_OPS=OFF
3232
-Donnxruntime_USE_DML=OFF
3333
-Donnxruntime_USE_WINML=OFF
3434
-Donnxruntime_BUILD_MS_EXPERIMENTAL_OPS=OFF
@@ -52,7 +52,7 @@
5252
-Donnxruntime_USE_NCCL=OFF
5353
-Donnxruntime_BUILD_BENCHMARKS=OFF
5454
-Donnxruntime_USE_ROCM=OFF
55-
-DOnnxruntime_GCOV_COVERAGE=OFF
55+
-Donnxruntime_GCOV_COVERAGE=OFF
5656
-Donnxruntime_USE_MPI=OFF
5757
-Donnxruntime_ENABLE_MEMORY_PROFILE=OFF
5858
-Donnxruntime_ENABLE_CUDA_LINE_NUMBER_INFO=OFF

0 commit comments

Comments
 (0)