Skip to content

Commit

Permalink
Merge branch 'main' into add-readme-check
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck authored Nov 1, 2023
2 parents 48be270 + d99b12f commit 6aa863c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource_group_name="<RESOURCE_GROUP>"
workspace_name="<WORKSPACE_NAME>"

# This is the model from system registry that needs to be deployed
model_name="OpenAI-CLIP-Image-Text-Embeddings-vit-base-patch32"
model_name="OpenAI-CLIP-Image-Text-Embeddings-ViT-Base-Patch32"
model_label="latest"

deployment_compute="cpu-cluster"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource_group_name="<RESOURCE_GROUP>"
workspace_name="<WORKSPACE_NAME>"

# This is the model from system registry that needs to be deployed
model_name="OpenAI-CLIP-Image-Text-Embeddings-vit-base-patch32"
model_name="OpenAI-CLIP-Image-Text-Embeddings-ViT-Base-Patch32"
model_label="latest"

version=$(date +%s)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource_group_name="<RESOURCE_GROUP>"
workspace_name="<WORKSPACE_NAME>"

# This is the model from system registry that needs to be deployed
model_name="openai-clip-vit-base-patch32"
model_name="OpenAI-CLIP-ViT-Base-Patch32"
model_label="latest"

deployment_compute="cpu-cluster"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource_group_name="<RESOURCE_GROUP>"
workspace_name="<WORKSPACE_NAME>"

# This is the model from system registry that needs to be deployed
model_name="openai-clip-vit-base-patch32"
model_name="OpenAI-CLIP-ViT-Base-Patch32"
model_label="latest"

version=$(date +%s)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"metadata": {},
"outputs": [],
"source": [
"model_name = \"OpenAI-CLIP-Image-Text-Embeddings-vit-base-patch32\"\n",
"model_name = \"OpenAI-CLIP-Image-Text-Embeddings-ViT-Base-Patch32\"\n",
"\n",
"foundation_model = registry_ml_client.models.get(name=model_name, label=\"latest\")\n",
"print(\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"metadata": {},
"outputs": [],
"source": [
"model_name = \"OpenAI-CLIP-Image-Text-Embeddings-vit-base-patch32\"\n",
"model_name = \"OpenAI-CLIP-Image-Text-Embeddings-ViT-Base-Patch32\"\n",
"foundation_model = registry_ml_client.models.get(name=model_name, label=\"latest\")\n",
"print(\n",
" f\"\\n\\nUsing model name: {foundation_model.name}, version: {foundation_model.version}, id: {foundation_model.id} for inferencing\"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"metadata": {},
"outputs": [],
"source": [
"model_name = \"openai-clip-vit-base-patch32\"\n",
"model_name = \"OpenAI-CLIP-ViT-Base-Patch32\"\n",
"\n",
"foundation_model = registry_ml_client.models.get(name=model_name, label=\"latest\")\n",
"print(\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"metadata": {},
"outputs": [],
"source": [
"model_name = \"openai-clip-vit-base-patch32\"\n",
"model_name = \"OpenAI-CLIP-ViT-Base-Patch32\"\n",
"foundation_model = registry_ml_client.models.get(name=model_name, label=\"latest\")\n",
"print(\n",
" f\"\\n\\nUsing model name: {foundation_model.name}, version: {foundation_model.version}, id: {foundation_model.id} for inferencing\"\n",
Expand Down

0 comments on commit 6aa863c

Please sign in to comment.