Skip to content

Commit 51e877f

Browse files
authored
Set TF 2.3 for nightly (#2061)
1 parent 38fb15a commit 51e877f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ what it was tested against.
7171
#### Python Op Compatibility Matrix
7272
| TensorFlow Addons | TensorFlow | Python |
7373
|:----------------------- |:---|:---------- |
74-
| tfa-nightly | 2.2 | 3.5, 3.6, 3.7, 3.8 |
74+
| tfa-nightly | 2.3 | 3.5, 3.6, 3.7, 3.8 |
7575
| tensorflow-addons-0.10.0 | 2.2 |3.5, 3.6, 3.7, 3.8 |
7676
| tensorflow-addons-0.9.1 | 2.1, 2.2 |3.5, 3.6, 3.7 |
7777
| tensorflow-addons-0.8.3 | 2.1 |3.5, 3.6, 3.7 |
@@ -96,7 +96,7 @@ is compiled differently. A typical example of this would be `conda`-installed Te
9696
#### C++ Custom Op Compatibility Matrix
9797
| TensorFlow Addons | TensorFlow | Compiler | cuDNN | CUDA |
9898
|:----------------------- |:---- |:---------|:---------|:---------|
99-
| tfa-nightly | 2.2 | GCC 7.3.1 | 7.6 | 10.1 |
99+
| tfa-nightly | 2.3 | GCC 7.3.1 | 7.6 | 10.1 |
100100
| tensorflow-addons-0.10.0 | 2.2 | GCC 7.3.1 | 7.6 | 10.1 |
101101
| tensorflow-addons-0.9.1 | 2.1 | GCC 7.3.1 | 7.6 | 10.1 |
102102
| tensorflow-addons-0.8.3 | 2.1 | GCC 7.3.1 | 7.6 | 10.1 |

0 commit comments

Comments
 (0)