Skip to content

Commit

Permalink
Try other scenarios.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Jun 21, 2024
1 parent d73aa75 commit 8407a63
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pretrained_model_tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
python_version: '3.9'
- tf_version: '2.15.0'
python_version: '3.9'
- tf_version: '2.15.0'
python_version: '3.10'
- tf_version: '1.15.5'
python_version: '3.7'
os: 'ubuntu-latest'
opset_version: '15'
ort_version: '1.14.1'
onnx_version: '1.14.1'
# - tf_version: '2.15.0'
# python_version: '3.10'
# - tf_version: '1.15.5'
# python_version: '3.7'
# os: 'ubuntu-latest'
# opset_version: '15'
# ort_version: '1.14.1'
# onnx_version: '1.14.1'

runs-on: ubuntu-latest

Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/unit_tests_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
python_version: '3.9'
- tf_version: '2.15.0'
python_version: '3.9'
- tf_version: '2.15.0'
python_version: '3.10'
- tf_version: '1.15.5'
python_version: '3.7'
os: 'ubuntu-latest'
opset_version: '15'
ort_version: '1.14.1'
onnx_version: '1.14.1'
skip_tflite: 'True'
# - tf_version: '2.15.0'
# python_version: '3.10'
# - tf_version: '1.15.5'
# python_version: '3.7'
# os: 'ubuntu-latest'
# opset_version: '15'
# ort_version: '1.14.1'
# onnx_version: '1.14.1'
# skip_tflite: 'True'

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 8407a63

Please sign in to comment.