Skip to content

Commit 5e3f800

Browse files
update preset name
1 parent f286f4d commit 5e3f800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/gemma/docs/paligemma/inference-with-keras.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
},
201201
"outputs": [],
202202
"source": [
203-
"!pip install -U -q keras-hub kagglehub"
203+
"!pip install -U -q keras-nlp keras-hub kagglehub"
204204
]
205205
},
206206
{
@@ -260,7 +260,7 @@
260260
},
261261
"outputs": [],
262262
"source": [
263-
"paligemma = keras_hub.models.PaliGemmaCausalLM.from_preset(\"kaggle://keras/paligemma2/keras/pali_gemma_2_mix_3b_224\")\n",
263+
"paligemma = keras_hub.models.PaliGemmaCausalLM.from_preset(\"kaggle://keras/paligemma2/keras/pali_gemma2_mix_3b_224\")\n",
264264
"paligemma.summary()"
265265
]
266266
},

0 commit comments

Comments
 (0)