Skip to content

Commit

Permalink
Support TF 2.15 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-c authored Apr 10, 2024
1 parent 2bf9a59 commit a6228ab
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/run_comp_test_tf215_v13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Run Backward Compatibility Test - Tensorflow 2.15 MCTQ v1.3.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *

jobs:
run-comp-tensorflow-2_15-v1_3:
uses: ./.github/workflows/compatibility_keras_tests.yml
with:
save_version: "v1.3.0"
python_version: "3.10"
tf_version: "2.15.*"
13 changes: 13 additions & 0 deletions .github/workflows/run_comp_test_tf215_v14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Run Backward Compatibility Test - Tensorflow 2.15 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *

jobs:
run-comp-tensorflow-2_15-v1_4:
uses: ./.github/workflows/compatibility_keras_tests.yml
with:
save_version: "v1.4.0"
python_version: "3.10"
tf_version: "2.15.*"
13 changes: 13 additions & 0 deletions .github/workflows/run_forward_comp_test_tf215_v14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Run Forward Compatibility Test - Tensorflow 2.15 MCTQ v1.4.0
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *

jobs:
run-forward-comp-tensorflow-2_15-v1_4:
uses: ./.github/workflows/forward_compatibility_keras_tests.yml
with:
load_version: "v1.4.0"
python_version: "3.10"
tf_version: "2.15.*"
11 changes: 11 additions & 0 deletions .github/workflows/run_tests_tf215.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Run Tests - Tensorflow 2.15
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *

jobs:
run-tensorflow-2_15:
uses: ./.github/workflows/run_keras_tests.yml
with:
tf-version: "2.15.*"

0 comments on commit a6228ab

Please sign in to comment.