Skip to content

Commit d04c79b

Browse files
vertex-mg-botcopybara-github
authored andcommitted
additional check for fast deploy option
PiperOrigin-RevId: 775677059
1 parent ff8a9b9 commit d04c79b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/community/model_garden/model_garden_pytorch_llama3_2_deployment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@
914914
"# @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",
915915
"from vertexai import model_garden\n",
916916
"\n",
917-
"if REGION == \"us-central1\":\n",
917+
"if REGION == \"us-central1\" and \"3.2-11B\" in PUBLISHER_MODEL_NAME:\n",
918918
" fast_tryout_enabled = True\n",
919919
"else:\n",
920920
" fast_tryout_enabled = False\n",

0 commit comments

Comments
 (0)