From 35956e3230ca816c8e51fd116061c5e61c9ff4a4 Mon Sep 17 00:00:00 2001 From: Max Woolf Date: Sun, 1 Dec 2019 10:29:25 -0800 Subject: [PATCH] TF 2.0 note in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a29d185..dee671f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ gpt-2-simple can be installed [via PyPI](https://pypi.org/project/gpt_2_simple/) pip3 install gpt-2-simple ``` -You will also need to install the corresponding TensorFlow for your system (e.g. `tensorflow` or `tensorflow-gpu`). **TensorFlow 2.0 is currently not supported**, so TensorFlow 1.14 is recommended. +You will also need to install the corresponding TensorFlow for your system (e.g. `tensorflow` or `tensorflow-gpu`). **TensorFlow 2.0 is currently not supported** and the package will throw an assertion if loaded, so TensorFlow 1.14/1.15 is recommended. ## Usage