From e94e5e3db6cb83b4bbab987d64175d1440cd49c0 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Thu, 3 Sep 2020 09:05:18 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c483809120..dbbfe85811 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ what it was tested against. | TensorFlow Addons | TensorFlow | Python | |:----------------------- |:---|:---------- | | tfa-nightly | 2.2, 2.3 | 3.5, 3.6, 3.7, 3.8 | -| tensorflow-addons-0.11.1 | 2.2, 2.3 |3.5, 3.6, 3.7, 3.8 | +| tensorflow-addons-0.11.2 | 2.2, 2.3 |3.5, 3.6, 3.7, 3.8 | | tensorflow-addons-0.10.0 | 2.2 |3.5, 3.6, 3.7, 3.8 | | tensorflow-addons-0.9.1 | 2.1, 2.2 |3.5, 3.6, 3.7 | | tensorflow-addons-0.8.3 | 2.1 |3.5, 3.6, 3.7 | @@ -107,7 +107,7 @@ is compiled differently. A typical example of this would be `conda`-installed Te | TensorFlow Addons | TensorFlow | Compiler | cuDNN | CUDA | |:----------------------- |:---- |:---------|:---------|:---------| | tfa-nightly | 2.3 | GCC 7.3.1 | 7.6 | 10.1 | -| tensorflow-addons-0.11.1 | 2.3 | GCC 7.3.1 | 7.6 | 10.1 | +| tensorflow-addons-0.11.2 | 2.3 | GCC 7.3.1 | 7.6 | 10.1 | | tensorflow-addons-0.10.0 | 2.2 | GCC 7.3.1 | 7.6 | 10.1 | | tensorflow-addons-0.9.1 | 2.1 | GCC 7.3.1 | 7.6 | 10.1 | | tensorflow-addons-0.8.3 | 2.1 | GCC 7.3.1 | 7.6 | 10.1 |