Skip to content

Commit 639d6c0

Browse files
Merge pull request #276769 from ssalgadodev/patch-110
Update how-to-deploy-models-from-huggingface.md
2 parents 896d09a + 1a3b15e commit 639d6c0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/machine-learning/how-to-deploy-models-from-huggingface.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ description: Deploy and score transformers based large language models from the
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: training
8-
ms.custom: devx-track-python
8+
ms.custom: devx-track-python, update-code
99
ms.topic: how-to
1010
ms.reviewer: ssalgado
1111
author: ManojBableshwar
1212
ms.author: swatig
13-
ms.date: 05/15/2023
13+
ms.date: 12/15/2023
1414
---
1515

1616
# Deploy models from HuggingFace hub to Azure Machine Learning online endpoints for real-time inference
@@ -28,7 +28,7 @@ Managed online endpoints in Azure Machine Learning help you deploy models to pow
2828

2929
## Deploy HuggingFace hub models using Studio
3030

31-
To find a model to deploy, open the model catalog in Azure Machine Learning studio. Select on the HuggingFace hub collection. Filter by task or license and search the models. Select the model tile to open the model page.
31+
To find a model to deploy, open the model catalog in Azure Machine Learning studio. Select 'All Filters', then select 'HuggingFace' in the Filter by collections section. Select the model tile to open the model page.
3232

3333
### Deploy the model
3434

@@ -39,8 +39,6 @@ Choose the real-time deployment option to open the quick deploy dialog. Specify
3939
* Optionally specify an endpoint and deployment name.
4040
* Select deploy. You're then navigated to the endpoint page which, might take a few seconds. The deployment takes several minutes to complete based on the model size and instance type.
4141

42-
:::image type="content" source="media/how-to-deploy-models-from-huggingface/deploy-models-from-huggingface.gif" lightbox="media/how-to-deploy-models-from-huggingface/deploy-models-from-huggingface.gif" alt-text="Animation showing the location of the model catalog within the Azure Machine learning studio":::
43-
4442
Note: If you want to deploy to en existing endpoint, select `More options` from the quick deploy dialog and use the full deployment wizard.
4543

4644
### Test the deployed model

0 commit comments

Comments
 (0)