Skip to content

Commit 1f61cd5

Browse files
committed
CI: upgrade onnxruntime to 0.2.1
1 parent 607d780 commit 1f61cd5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci_build/azure_pipelines/pretrained_model_test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
onnx_versions: ['1.3']
99
onnx_opsets: ['8', '7']
1010
onnx_backends:
11-
onnxruntime: ['0.1.4']
11+
onnxruntime: ['0.2.1']
1212
job:
1313
steps:
1414
- template: 'pretrained_model_test.yml'

ci_build/azure_pipelines/pretrained_model_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
tf_versions: ['1.12']
77
onnx_opsets: ['8', '7']
88
onnx_backends:
9-
onnxruntime: ['0.1.4']
9+
onnxruntime: ['0.2.1']
1010
job:
1111
steps:
1212
- template: 'pretrained_model_test.yml'

ci_build/azure_pipelines/unit_test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
onnx_versions: ['1.3']
99
onnx_opsets: ['8', '7']
1010
onnx_backends:
11-
onnxruntime: ['0.1.4']
11+
onnxruntime: ['0.2.1']
1212
job:
1313
steps:
1414
- template: 'unit_test.yml'

ci_build/azure_pipelines/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
tf_versions: ['1.12']
77
onnx_opsets: ['8', '7']
88
onnx_backends:
9-
onnxruntime: ['0.1.4']
9+
onnxruntime: ['0.2.1']
1010
job:
1111
steps:
1212
- template: 'unit_test.yml'

0 commit comments

Comments
 (0)