We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791bc34 commit 7f12198Copy full SHA for 7f12198
site/en/tutorials/load_data/text.ipynb
@@ -82,11 +82,7 @@
82
},
83
"outputs": [],
84
"source": [
85
- "# Be sure you're using the stable versions of both `tensorflow` and\n",
86
- "# `tensorflow-text`, for binary compatibility.\n",
87
- "!pip uninstall -y tf-nightly keras-nightly\n",
88
- "!pip install tensorflow\n",
89
- "!pip install tensorflow-text"
+ "!pip install tensorflow_text==2.7.3"
90
]
91
92
{
0 commit comments