Skip to content

Commit

Permalink
adding support for tf 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Chizkiyahu committed Mar 19, 2024
1 parent 8b02f1b commit e6fb433
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
py_ver: ["3.8", "3.9", "3.10", "3.11"]
tf_ver: ["2.10", "2.11", "2.12", "2.13", "2.14", "2.15"]
tf_ver: ["2.10", "2.11", "2.12", "2.13", "2.14", "2.15", "2.16"]
exclude:
- py_ver: "3.11"
tf_ver: "2.10"
Expand All @@ -29,6 +29,13 @@ jobs:
tf_ver: "2.14"
- py_ver: "3.8"
tf_ver: "2.15"
- py_ver: "3.8"
tf_ver: "2.16"
include:
- py_ver: "3.12"
tf_ver: "2.16"


steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Currently, SCL is being tested on a matrix of Python and TensorFlow versions:
| TensorFlow | 2.13 | 3.8-3.11 | .keras |
| TensorFlow | 2.14 | 3.9-3.11 | .keras |
| TensorFlow | 2.15 | 3.9-3.11 | .keras |
| TensorFlow | 2.16 | 3.9-3.12 | .keras |

## Implemented Layers
SCL currently includes implementations of the following layers:
Expand Down

0 comments on commit e6fb433

Please sign in to comment.