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 f286f4d commit 5e3f800Copy full SHA for 5e3f800
site/en/gemma/docs/paligemma/inference-with-keras.ipynb
@@ -200,7 +200,7 @@
200
},
201
"outputs": [],
202
"source": [
203
- "!pip install -U -q keras-hub kagglehub"
+ "!pip install -U -q keras-nlp keras-hub kagglehub"
204
]
205
206
{
@@ -260,7 +260,7 @@
260
261
262
263
- "paligemma = keras_hub.models.PaliGemmaCausalLM.from_preset(\"kaggle://keras/paligemma2/keras/pali_gemma_2_mix_3b_224\")\n",
+ "paligemma = keras_hub.models.PaliGemmaCausalLM.from_preset(\"kaggle://keras/paligemma2/keras/pali_gemma2_mix_3b_224\")\n",
264
"paligemma.summary()"
265
266
0 commit comments