Skip to content

Commit 8091594

Browse files
committed
removed Meta references in CLI
1 parent 5f316e7 commit 8091594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-deploy-models-serverless.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Standard deployments can deploy both Microsoft and non-Microsoft offered models.
156156
157157
```python
158158
model_id="azureml://registries/azureml-bria/models/Bria-2.3-Fast"
159-
subscription_name="Meta-Llama-3-8B-Instruct"
159+
subscription_name="Bria-2.3-Fast""
160160
161161
marketplace_subscription = MarketplaceSubscription(
162162
model_id=model_id,
@@ -184,7 +184,7 @@ Standard deployments can deploy both Microsoft and non-Microsoft offered models.
184184
"type": "String"
185185
},
186186
"subscription_name": {
187-
"defaultValue": "Meta-Llama-3-8B-Instruct",
187+
"defaultValue": "Bria-2.3-Fast",
188188
"type": "String"
189189
},
190190
"model_id": {
@@ -483,7 +483,7 @@ To delete the associated model subscription:
483483

484484
```azurecli
485485
az ml marketplace-subscription delete \
486-
--name "Meta-Llama-3-8B-Instruct"
486+
--name "bria-2.3-Fast"
487487
```
488488

489489
# [Python SDK](#tab/python)

0 commit comments

Comments
 (0)