From 9cb732ca7da4d8fca14fff435952ec5ada71dab3 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Mon, 16 Oct 2023 22:51:36 -0700 Subject: [PATCH] Update Compatibility Matrix --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5679b764cb..a1c419b79b 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ what it was tested against. #### Python Op Compatibility Matrix | TensorFlow Addons | TensorFlow | Python | |:----------------------- |:---|:---------- | -| tfa-nightly | 2.11, 2.12, 2.13 |3.8, 3.9, 3.10, 3.11 | +| tfa-nightly | 2.12, 2.13, 2.14 |3.9, 3.10, 3.11 | +| tensorflow-addons-0.22.0 | 2.12, 2.13, 2.14 |3.9, 3.10, 3.11 | | tensorflow-addons-0.21.0 | 2.11, 2.12, 2.13 |3.8, 3.9, 3.10, 3.11 | | tensorflow-addons-0.20.0 | 2.10, 2.11, 2.12 |3.8, 3.9, 3.10, 3.11 | | tensorflow-addons-0.19.0 | 2.9, 2.10, 2.11 |3.7, 3.8, 3.9, 3.10 | @@ -133,7 +134,8 @@ is compiled differently. A typical example of this would be `conda`-installed Te #### C++ Custom Op Compatibility Matrix | TensorFlow Addons | TensorFlow | Compiler | cuDNN | CUDA | |:----------------------- |:---- |:---------|:---------|:---------| -| tfa-nightly | 2.13 | GCC 9.3.1 | 8.6 | 11.8 | +| tfa-nightly | 2.14 | GCC 9.3.1 | 8.6 | 11.8 | +| tensorflow-addons-0.22.0 | 2.14 | GCC 9.3.1 | 8.6 | 11.8 | | tensorflow-addons-0.21.0 | 2.13 | GCC 9.3.1 | 8.6 | 11.8 | | tensorflow-addons-0.20.0 | 2.12 | GCC 9.3.1 | 8.6 | 11.8 | | tensorflow-addons-0.19.0 | 2.11 | GCC 9.3.1 | 8.1 | 11.2 |