File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -25,26 +25,18 @@ jobs:
2525 os : ['ubuntu-latest', 'windows-2022']
2626 opset_version : [18, 15]
2727 ort_version : ['1.16.3']
28+ onnx_version : ['1.16.1']
29+ skip_tflite : ['False']
2830 include :
2931 - name : ' py38-tf2.9'
3032 tf_version : ' 2.9.0'
3133 python_version : ' 3.8'
32- onnx_version : ' 1.16.1'
33- skip_tflite : ' False'
3434 - name : ' py39-tf2.15'
3535 tf_version : ' 2.15.0'
3636 python_version : ' 3.9'
37- # opset_version: '18'
38- # ort_version: '1.16.3'
39- onnx_version : ' 1.16.1'
40- skip_tflite : ' False'
4137 - name : ' py310-tf2.15'
4238 tf_version : ' 2.15.0'
4339 python_version : ' 3.10'
44- # opset_version: '18'
45- # ort_version: '1.16.3'
46- onnx_version : ' 1.16.1'
47- skip_tflite : ' False'
4840 - name : ' py37-tf1.15'
4941 tf_version : ' 1.15.5'
5042 python_version : ' 3.7'
You can’t perform that action at this time.
0 commit comments