Skip to content

Commit 5059085

Browse files
authored
Update pip install instructions for keras and keras-nlp (google#265)
1 parent ca06e4c commit 5059085

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/en/gemma/docs/lit_gemma.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@
208208
"outputs": [],
209209
"source": [
210210
"!pip install -q -U lit-nlp\n",
211-
"!pip install -q -U keras keras-nlp"
211+
"!pip uninstall -y umap-learn\n",
212+
"!pip install -q -U keras-nlp\n",
213+
"!pip install -q -U keras"
212214
]
213215
},
214216
{

0 commit comments

Comments
 (0)