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 70b34b1 commit 7023339Copy full SHA for 7023339
site/en/gemma/docs/distributed_tuning.ipynb
@@ -204,7 +204,7 @@
204
"# Work around an import error with tensorflow-hub. The library is not used.\n",
205
"!pip install -q -U tensorflow-hub\n",
206
"# Install tensorflow-cpu so tensorflow does not attempt to access the TPU.\n",
207
- "!pip install -q -U tensorflow-cpu\n",
+ "!pip install -q -U tensorflow-cpu tensorflow-text\n",
208
"# Install keras 3 last. See https://keras.io/getting_started for details.\n",
209
"!pip install -q -U keras"
210
]
0 commit comments