Skip to content

Commit

Permalink
Change the version to 2.17.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Nov 20, 2024
1 parent a4a6e30 commit 445a89e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/keras_application_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ jobs:
fail-fast: false
matrix:
name:
- 'py39-tf2.16'
- 'py39-tf2.17'
- 'py39-tf2.18'
os: ['ubuntu-latest', 'windows-2022']
ort_version: ['1.16.3']
onnx_version: ['1.16.1']
include:
- name: 'py39-tf2.16'
tf_version: '2.16.0'
- name: 'py39-tf2.17'
tf_version: '2.17.0'
python_version: '3.9'
- name: 'py39-tf2.18'
tf_version: '2.18.0'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/keras_unit_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ jobs:
fail-fast: false
matrix:
name:
- 'py39-tf2.16'
- 'py39-tf2.17'
- 'py39-tf2.18'
os: ['ubuntu-latest', 'windows-2022']
ort_version: ['1.16.3']
onnx_version: ['1.16.1']
include:
- name: 'py39-tf2.16'
tf_version: '2.16.0'
- name: 'py39-tf2.17'
tf_version: '2.17.0'
python_version: '3.9'
- name: 'py39-tf2.18'
tf_version: '2.18.0'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pretrained_model_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ jobs:
fail-fast: false
matrix:
name:
- 'py38-tf2.16'
- 'py38-tf2.17'
- 'py39-tf2.18'
os: ['ubuntu-latest', 'windows-2022']
opset_version: ['18', '15']
ort_version: ['1.16.3']
onnx_version: ['1.16.1']
skip_tflite: ['False']
include:
- name: 'py38-tf2.16'
tf_version: '2.16.0'
- name: 'py38-tf2.17'
tf_version: '2.17.0'
python_version: '3.8'
- name: 'py39-tf2.18'
tf_version: '2.18.0'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/unit_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ jobs:
fail-fast: false
matrix:
name:
- 'py38-tf2.16'
- 'py38-tf2.17'
- 'py39-tf2.18'
os: ['ubuntu-latest', 'windows-2022']
opset_version: ['18', '15']
ort_version: ['1.16.3']
onnx_version: ['1.16.1']
skip_tflite: ['False']
include:
- name: 'py38-tf2.16'
tf_version: '2.16.0'
- name: 'py38-tf2.17'
tf_version: '2.17.0'
python_version: '3.8'
- name: 'py39-tf2.18'
tf_version: '2.18.0'
Expand Down

0 comments on commit 445a89e

Please sign in to comment.