You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/community/model_garden/model_garden_deployment_tutorial.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@
166
166
"outputs": [],
167
167
"source": [
168
168
"# @title Choose the model to deploy\n",
169
-
"from vertexai.preview import model_garden\n",
169
+
"from vertexai import model_garden\n",
170
170
"\n",
171
171
"# @markdown List all deployable models and then get the ID of the model to deploy.\n",
172
172
"\n",
@@ -222,7 +222,7 @@
222
222
"# @title Deploy with Model Garden SDK\n",
223
223
"\n",
224
224
"# @markdown Deploy with Gen AI model-centric SDK. This section uploads the prebuilt model to Model Registry and deploys it to a Vertex AI Endpoint. It takes 15 minutes to 1 hour to finish depending on the size of the model. See [use open models with Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/open-models/use-open-models) for documentation on other use cases.\n",
Copy file name to clipboardExpand all lines: notebooks/community/model_garden/model_garden_gemma2_deployment_on_vertex.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -554,7 +554,7 @@
554
554
"# @title [Option 1] Deploy with Model Garden SDK\n",
555
555
"\n",
556
556
"# @markdown Deploy with Gen AI model-centric SDK. This section uploads the prebuilt model to Model Registry and deploys it to a Vertex AI Endpoint. It takes 15 minutes to 1 hour to finish depending on the size of the model. See [use open models with Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/open-models/use-open-models) for documentation on other use cases.\n",
Copy file name to clipboardExpand all lines: notebooks/community/model_garden/model_garden_gemma3_deployment_on_vertex.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@
226
226
"\n",
227
227
"LABEL = \"sdk-deploy-1b\"\n",
228
228
"# @markdown Deploy with Gen AI model-centric SDK. This section uploads the prebuilt model to Model Registry and deploys it to a Vertex AI Endpoint. It takes 15 minutes to 1 hour to finish depending on the size of the model. See [use open models with Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/open-models/use-open-models) for documentation on other use cases.\n",
"# @markdown Deploy with Gen AI model-centric SDK. This section uploads the prebuilt model to Model Registry and deploys it to a Vertex AI Endpoint. It takes 15 minutes to 1 hour to finish depending on the size of the model. See [use open models with Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/open-models/use-open-models) for documentation on other use cases.\n",
Copy file name to clipboardExpand all lines: notebooks/community/model_garden/model_garden_hf_paligemma2_deployment.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@
228
228
"# @title [Option 1] Deploy with Model Garden SDK\n",
229
229
"\n",
230
230
"# @markdown Deploy with Gen AI model-centric SDK. This section uploads the prebuilt model to Model Registry and deploys it to a Vertex AI Endpoint. It takes 15 minutes to 1 hour to finish depending on the size of the model. See [use open models with Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/open-models/use-open-models) for documentation on other use cases.\n",
Copy file name to clipboardExpand all lines: notebooks/community/model_garden/model_garden_huggingface_tei_deployment.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@
193
193
"accelerator_count = 1\n",
194
194
"\n",
195
195
"# @markdown Deploy with Gen AI model-centric SDK. This section uploads the prebuilt model to Model Registry and deploys it to a Vertex AI Endpoint. It takes 15 minutes to 1 hour to finish depending on the size of the model. See [use open models with Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/open-models/use-open-models) for documentation on other use cases.\n",
Copy file name to clipboardExpand all lines: notebooks/community/model_garden/model_garden_huggingface_tgi_deployment.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@
202
202
"# @title [Option 1] Deploy with Model Garden SDK\n",
203
203
"\n",
204
204
"# @markdown Deploy with Gen AI model-centric SDK. This section uploads the prebuilt model to Model Registry and deploys it to a Vertex AI Endpoint. It takes 15 minutes to 1 hour to finish depending on the size of the model. See [use open models with Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/open-models/use-open-models) for documentation on other use cases.\n",
Copy file name to clipboardExpand all lines: notebooks/community/model_garden/model_garden_jax_paligemma_deployment.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@
299
299
"# @markdown Kindly note that the deployment using custom_paligemma_model_uri is not supported.\n",
300
300
"\n",
301
301
"# @markdown Deploy with Gen AI model-centric SDK. This section uploads the prebuilt model to Model Registry and deploys it to a Vertex AI Endpoint. It takes 15 minutes to 1 hour to finish depending on the size of the model. See [use open models with Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/open-models/use-open-models) for documentation on other use cases.\n",
Copy file name to clipboardExpand all lines: notebooks/community/model_garden/model_garden_llama_guard_deployment.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@
268
268
"# @title [Option 1] Deploy with Model Garden SDK\n",
269
269
"\n",
270
270
"# @markdown Deploy with Gen AI model-centric SDK. This section uploads the prebuilt model to Model Registry and deploys it to a Vertex AI Endpoint. It takes 15 minutes to 1 hour to finish depending on the size of the model. See [use open models with Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/open-models/use-open-models) for documentation on other use cases.\n",
Copy file name to clipboardExpand all lines: notebooks/community/model_garden/model_garden_pytorch_biomedclip.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@
217
217
"\n",
218
218
"LABEL = \"sdk-deploy\"\n",
219
219
"# @markdown Deploy with Gen AI model-centric SDK. This section uploads the prebuilt model to Model Registry and deploys it to a Vertex AI Endpoint. It takes 15 minutes to 1 hour to finish depending on the size of the model. See [use open models with Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/open-models/use-open-models) for documentation on other use cases.\n",
0 commit comments