File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ Standard deployments can deploy both Microsoft and non-Microsoft offered models.
156
156
157
157
```python
158
158
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" "
160
160
161
161
marketplace_subscription = MarketplaceSubscription(
162
162
model_id=model_id,
@@ -184,7 +184,7 @@ Standard deployments can deploy both Microsoft and non-Microsoft offered models.
184
184
"type": "String"
185
185
},
186
186
"subscription_name": {
187
- "defaultValue": "Meta-Llama-3-8B-Instruct ",
187
+ "defaultValue": "Bria-2.3-Fast ",
188
188
"type": "String"
189
189
},
190
190
"model_id": {
@@ -483,7 +483,7 @@ To delete the associated model subscription:
483
483
484
484
``` azurecli
485
485
az ml marketplace-subscription delete \
486
- --name "Meta-Llama-3-8B-Instruct "
486
+ --name "bria-2.3-Fast "
487
487
```
488
488
489
489
# [ Python SDK] ( #tab/python )
You can’t perform that action at this time.
0 commit comments