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_pytorch_llama3_2_deployment.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -914,7 +914,7 @@
914
914
"# @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",
915
915
"from vertexai import model_garden\n",
916
916
"\n",
917
-
"if REGION == \"us-central1\":\n",
917
+
"if REGION == \"us-central1\" and \"3.2-11B\" in PUBLISHER_MODEL_NAME:\n",
0 commit comments