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:
25
25
os : ['ubuntu-latest', 'windows-2022']
26
26
opset_version : [18, 15]
27
27
ort_version : ['1.16.3']
28
+ onnx_version : ['1.16.1']
29
+ skip_tflite : ['False']
28
30
include :
29
31
- name : ' py38-tf2.9'
30
32
tf_version : ' 2.9.0'
31
33
python_version : ' 3.8'
32
- onnx_version : ' 1.16.1'
33
- skip_tflite : ' False'
34
34
- name : ' py39-tf2.15'
35
35
tf_version : ' 2.15.0'
36
36
python_version : ' 3.9'
37
- # opset_version: '18'
38
- # ort_version: '1.16.3'
39
- onnx_version : ' 1.16.1'
40
- skip_tflite : ' False'
41
37
- name : ' py310-tf2.15'
42
38
tf_version : ' 2.15.0'
43
39
python_version : ' 3.10'
44
- # opset_version: '18'
45
- # ort_version: '1.16.3'
46
- onnx_version : ' 1.16.1'
47
- skip_tflite : ' False'
48
40
- name : ' py37-tf1.15'
49
41
tf_version : ' 1.15.5'
50
42
python_version : ' 3.7'
You can’t perform that action at this time.
0 commit comments