Skip to content

Commit

Permalink
Upgrade tf versions.
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 79cedf9 commit a4a6e30
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/keras_application_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Tests (Py38-TF2.9)
- name: Run Tests (Py38-TF2.12)
uses: ./.github/actions/keras_application_test
with:
tf_version: '2.9.0'
tf_version: '2.12.0'
python_version: '3.8'
ort_version: '1.16.3'
onnx_version: '1.16.1'
Expand All @@ -36,7 +36,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: Test Results (Py38-TF2.9-ubuntu)
name: Test Results (Py38-TF2.12-ubuntu)
path: ./**/test-results-*.xml

Test_max_py_with_latest_tf: # Do not change this name because it is used in Ruleset of this repo.
Expand All @@ -48,10 +48,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Tests (Py310-TF2.15)
- name: Run Tests (Py310-TF2.18)
uses: ./.github/actions/keras_application_test
with:
tf_version: '2.15.0'
tf_version: '2.18.0'
python_version: '3.10'
ort_version: '1.16.3'
onnx_version: '1.16.1'
Expand All @@ -60,7 +60,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: Test Results (Py310-TF2.15-ubuntu)
name: Test Results (Py310-TF2.18-ubuntu)
path: ./**/test-results-*.xml

Test_py37_with_tf1_15: # Do not change this name because it is used in Ruleset of this repo.
Expand Down Expand Up @@ -92,17 +92,17 @@ jobs:
fail-fast: false
matrix:
name:
- 'py39-tf2.10'
- 'py39-tf2.15'
- 'py39-tf2.16'
- 'py39-tf2.18'
os: ['ubuntu-latest', 'windows-2022']
ort_version: ['1.16.3']
onnx_version: ['1.16.1']
include:
- name: 'py39-tf2.10'
tf_version: '2.10.0'
- name: 'py39-tf2.16'
tf_version: '2.16.0'
python_version: '3.9'
- name: 'py39-tf2.15'
tf_version: '2.15.0'
- name: 'py39-tf2.18'
tf_version: '2.18.0'
python_version: '3.9'
runs-on: ${{ matrix.os }}

Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/keras_unit_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Tests (Py38-TF2.9)
- name: Run Tests (Py38-TF2.12)
uses: ./.github/actions/keras_unit_test
with:
tf_version: '2.9.0'
tf_version: '2.12.0'
python_version: '3.8'
ort_version: '1.16.3'
onnx_version: '1.16.1'
Expand All @@ -35,7 +35,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: Test Results (Py38-TF2.9-ubuntu)
name: Test Results (Py38-TF2.12-ubuntu)
path: ./**/test-results-*.xml

Test_max_py_with_latest_tf: # Do not change this name because it is used in Ruleset of this repo.
Expand All @@ -47,10 +47,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Tests (Py310-TF2.15)
- name: Run Tests (Py310-TF2.18)
uses: ./.github/actions/keras_unit_test
with:
tf_version: '2.15.0'
tf_version: '2.18.0'
python_version: '3.10'
ort_version: '1.16.3'
onnx_version: '1.16.1'
Expand All @@ -59,7 +59,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: Test Results (Py310-TF2.15-ubuntu)
name: Test Results (Py310-TF2.18-ubuntu)
path: ./**/test-results-*.xml

Test_py37_with_tf1_15: # Do not change this name because it is used in Ruleset of this repo.
Expand Down Expand Up @@ -91,17 +91,17 @@ jobs:
fail-fast: false
matrix:
name:
- 'py39-tf2.10'
- 'py39-tf2.15'
- 'py39-tf2.16'
- 'py39-tf2.18'
os: ['ubuntu-latest', 'windows-2022']
ort_version: ['1.16.3']
onnx_version: ['1.16.1']
include:
- name: 'py39-tf2.10'
tf_version: '2.10.0'
- name: 'py39-tf2.16'
tf_version: '2.16.0'
python_version: '3.9'
- name: 'py39-tf2.15'
tf_version: '2.15.0'
- name: 'py39-tf2.18'
tf_version: '2.18.0'
python_version: '3.9'
runs-on: ${{ matrix.os }}

Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/pretrained_model_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Tests (Py38-TF2.9-18)
- name: Run Tests (Py38-TF2.12-18)
uses: ./.github/actions/pretrained_model_test
with:
os: 'ubuntu-latest'
tf_version: '2.9.0'
tf_version: '2.12.0'
python_version: '3.8'
ort_version: '1.16.3'
onnx_version: '1.16.1'
Expand All @@ -39,7 +39,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: Test Results (Py38-TF2.9-18-ubuntu)
name: Test Results (Py38-TF2.12-18-ubuntu)
path: ./**/test-results-*.xml

Test_max_py_with_latest_tf: # Do not change this name because it is used in Ruleset of this repo.
Expand All @@ -51,11 +51,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Tests (Py310-TF2.15-18)
- name: Run Tests (Py310-TF2.18-18)
uses: ./.github/actions/pretrained_model_test
with:
os: 'ubuntu-latest'
tf_version: '2.15.0'
tf_version: '2.18.0'
python_version: '3.10'
ort_version: '1.16.3'
onnx_version: '1.16.1'
Expand All @@ -66,27 +66,27 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: Test Results (Py310-TF2.15-18-ubuntu)
name: Test Results (Py310-TF2.18-18-ubuntu)
path: ./**/test-results-*.xml

Extra_tests:
strategy:
fail-fast: false
matrix:
name:
- 'py38-tf2.13'
- 'py39-tf2.15'
- 'py38-tf2.16'
- '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.13'
tf_version: '2.13.0'
- name: 'py38-tf2.16'
tf_version: '2.16.0'
python_version: '3.8'
- name: 'py39-tf2.15'
tf_version: '2.15.0'
- name: 'py39-tf2.18'
tf_version: '2.18.0'
python_version: '3.9'
- name: 'py37-tf1.15'
tf_version: '1.15.5'
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/unit_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: ./.github/actions/unit_test
with:
os: 'ubuntu-latest'
tf_version: '2.9.0'
tf_version: '2.11.0'
python_version: '3.8'
ort_version: '1.16.3'
onnx_version: '1.16.1'
Expand All @@ -51,11 +51,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run Tests (Py310-TF2.15-18)
- name: Run Tests (Py310-TF2.18-18)
uses: ./.github/actions/unit_test
with:
os: 'ubuntu-latest'
tf_version: '2.15.0'
tf_version: '2.18.0'
python_version: '3.10'
ort_version: '1.16.3'
onnx_version: '1.16.1'
Expand All @@ -66,27 +66,27 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: Test Results (Py310-TF2.15-18-ubuntu)
name: Test Results (Py310-TF2.18-18-ubuntu)
path: ./**/test-results-*.xml

Extra_tests:
strategy:
fail-fast: false
matrix:
name:
- 'py38-tf2.13'
- 'py39-tf2.15'
- 'py38-tf2.16'
- '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.13'
tf_version: '2.13.0'
- name: 'py38-tf2.16'
tf_version: '2.16.0'
python_version: '3.8'
- name: 'py39-tf2.15'
tf_version: '2.15.0'
- name: 'py39-tf2.18'
tf_version: '2.18.0'
python_version: '3.9'
- name: 'py37-tf1.15'
tf_version: '1.15.5'
Expand Down

0 comments on commit a4a6e30

Please sign in to comment.