File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
28
28
python_version : ' 3.9'
29
29
- tf_version : ' 2.15.0'
30
30
python_version : ' 3.9'
31
- - tf_version : ' 2.15.0'
32
- python_version : ' 3.10'
33
- - tf_version : ' 1.15.5'
34
- python_version : ' 3.7'
35
- os : ' ubuntu-latest'
36
- opset_version : ' 15'
37
- ort_version : ' 1.14.1'
38
- onnx_version : ' 1.14.1'
31
+ # - tf_version: '2.15.0'
32
+ # python_version: '3.10'
33
+ # - tf_version: '1.15.5'
34
+ # python_version: '3.7'
35
+ # os: 'ubuntu-latest'
36
+ # opset_version: '15'
37
+ # ort_version: '1.14.1'
38
+ # onnx_version: '1.14.1'
39
39
40
40
runs-on : ubuntu-latest
41
41
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
30
30
python_version : ' 3.9'
31
31
- tf_version : ' 2.15.0'
32
32
python_version : ' 3.9'
33
- - tf_version : ' 2.15.0'
34
- python_version : ' 3.10'
35
- - tf_version : ' 1.15.5'
36
- python_version : ' 3.7'
37
- os : ' ubuntu-latest'
38
- opset_version : ' 15'
39
- ort_version : ' 1.14.1'
40
- onnx_version : ' 1.14.1'
41
- skip_tflite : ' True'
33
+ # - tf_version: '2.15.0'
34
+ # python_version: '3.10'
35
+ # - tf_version: '1.15.5'
36
+ # python_version: '3.7'
37
+ # os: 'ubuntu-latest'
38
+ # opset_version: '15'
39
+ # ort_version: '1.14.1'
40
+ # onnx_version: '1.14.1'
41
+ # skip_tflite: 'True'
42
42
43
43
runs-on : ${{ matrix.os }}
44
44
You can’t perform that action at this time.
0 commit comments