Skip to content

Commit 170dab0

Browse files
authored
Merge pull request #377 from nbcsm/ort_0.3
upgrade onnxruntime to 0.3.0 in CI
2 parents 10b8fc7 + 298ba93 commit 170dab0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci_build/azure_pipelines/onnxruntime_nightly_test.yml

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

ci_build/azure_pipelines/pretrained_model_test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
tf_versions: ['1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5']
88
onnx_opsets: ['8', '7']
99
onnx_backends:
10-
onnxruntime: ['0.2.1']
10+
onnxruntime: ['0.3.0']
1111
job:
1212
steps:
1313
- 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.2.1']
9+
onnxruntime: ['0.3.0']
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
@@ -7,7 +7,7 @@ jobs:
77
tf_versions: ['1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5']
88
onnx_opsets: ['8', '7']
99
onnx_backends:
10-
onnxruntime: ['0.2.1']
10+
onnxruntime: ['0.3.0']
1111
job:
1212
steps:
1313
- 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.2.1']
9+
onnxruntime: ['0.3.0']
1010
job:
1111
steps:
1212
- template: 'unit_test.yml'

0 commit comments

Comments
 (0)