Skip to content

Commit 7d032d2

Browse files
authored
Update how-to-deploy-models-mistral.md
1 parent 8bd663e commit 7d032d2

File tree

1 file changed

+3
-33
lines changed

1 file changed

+3
-33
lines changed

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

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -62,43 +62,14 @@ Certain models in the model catalog can be deployed as a service with pay-as-you
6262

6363
### Prerequisites
6464

65-
# [Mistral Large](#tab/mistral-large)
66-
6765
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
68-
- An Azure Machine Learning workspace. If you don't have a workspace, use the steps in the [Quickstart: Create workspace resources](quickstart-create-resources.md) article to create one. The serverless API model deployment offering for _Mistral Large_ is only available with workspaces created in these regions:
66+
- An Azure Machine Learning workspace. If you don't have a workspace, use the steps in the [Quickstart: Create workspace resources](quickstart-create-resources.md) article to create one.
6967

70-
* East US
71-
* East US 2
72-
* France Central
73-
* North Central US
74-
* South Central US
75-
* West US
76-
* West US 3
77-
* Sweden Central
78-
79-
For a list of regions that are available for each of the models supporting serverless API endpoint deployments, see [Region availability for models in serverless API endpoints](concept-endpoint-serverless-availability.md).
68+
> [!IMPORTANT]
69+
> The pay-as-you-go model deployment offering for eligible models in the Mistral family is only available in workspaces created in the **East US 2** and **Sweden Central** regions. For _Mistral Large_, the pay-as-you-go offering is also available in the **France Central** region.
8070
8171
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure Machine Learning. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
8272

83-
# [Mistral Small](#tab/mistral-small)
84-
85-
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
86-
- An Azure Machine Learning workspace. If you don't have a workspace, use the steps in the [Quickstart: Create workspace resources](quickstart-create-resources.md) article to create one. The serverless API model deployment offering for _Mistral Small_ is only available with workspaces created in these regions:
87-
88-
* East US
89-
* East US 2
90-
* North Central US
91-
* South Central US
92-
* West US
93-
* West US 3
94-
* Sweden Central
95-
96-
For a list of regions that are available for each of the models supporting serverless API endpoint deployments, see [Region availability for models in serverless API endpoints](concept-endpoint-serverless-availability.md).
97-
98-
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure Machine Learning. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
99-
100-
---
101-
10273
### Create a new deployment
10374

10475
The following steps demonstrate the deployment of Mistral Large, but you can use the same steps to deploy Mistral Small by replacing the model name.
@@ -315,4 +286,3 @@ Models deployed as a service with pay-as-you-go are protected by Azure AI conten
315286
- [Model Catalog and Collections](concept-model-catalog.md)
316287
- [Deploy and score a machine learning model by using an online endpoint](how-to-deploy-online-endpoints.md)
317288
- [Plan and manage costs for Azure AI Studio](concept-plan-manage-cost.md)
318-
- [Region availability for models in serverless API endpoints](concept-endpoint-serverless-availability.md)

0 commit comments

Comments
 (0)