Skip to content

Commit 5dd5f65

Browse files
authored
Update README.md (#2843)
1 parent f8f2bc7 commit 5dd5f65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ what it was tested against.
9797
#### Python Op Compatibility Matrix
9898
| TensorFlow Addons | TensorFlow | Python |
9999
|:----------------------- |:---|:---------- |
100-
| tfa-nightly | 2.10, 2.11, 2.12 |3.8, 3.9, 3.10, 3.11 |
100+
| tfa-nightly | 2.11, 2.12, 2.13 |3.8, 3.9, 3.10, 3.11 |
101+
| tensorflow-addons-0.21.0 | 2.11, 2.12, 2.13 |3.8, 3.9, 3.10, 3.11 |
101102
| tensorflow-addons-0.20.0 | 2.10, 2.11, 2.12 |3.8, 3.9, 3.10, 3.11 |
102103
| tensorflow-addons-0.19.0 | 2.9, 2.10, 2.11 |3.7, 3.8, 3.9, 3.10 |
103104
| tensorflow-addons-0.18.0 | 2.8, 2.9, 2.10 |3.7, 3.8, 3.9, 3.10 |
@@ -132,7 +133,8 @@ is compiled differently. A typical example of this would be `conda`-installed Te
132133
#### C++ Custom Op Compatibility Matrix
133134
| TensorFlow Addons | TensorFlow | Compiler | cuDNN | CUDA |
134135
|:----------------------- |:---- |:---------|:---------|:---------|
135-
| tfa-nightly | 2.12 | GCC 9.3.1 | 8.6 | 11.8 |
136+
| tfa-nightly | 2.13 | GCC 9.3.1 | 8.6 | 11.8 |
137+
| tensorflow-addons-0.21.0 | 2.13 | GCC 9.3.1 | 8.6 | 11.8 |
136138
| tensorflow-addons-0.20.0 | 2.12 | GCC 9.3.1 | 8.6 | 11.8 |
137139
| tensorflow-addons-0.19.0 | 2.11 | GCC 9.3.1 | 8.1 | 11.2 |
138140
| tensorflow-addons-0.18.0 | 2.10 | GCC 9.3.1 | 8.1 | 11.2 |

0 commit comments

Comments
 (0)