Skip to content

Commit 128934a

Browse files
Merge pull request #283602 from santiagxf/santiagxf-patch-3
Update how-to-package-models.md
2 parents 48896a2 + 35b0904 commit 128934a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/machine-learning/how-to-package-models.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Before following the steps in this article, make sure you have the following pre
3030

3131
* 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 owner or contributor role for the Azure Machine Learning workspace, or a custom role. For more information, see [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
3232

33+
* A model to package. This example, uses an MLflow model registered in the workspace.
34+
35+
> [!CAUTION]
36+
> Model packaging is not supported for models in the Azure AI model catalog, including large language models. Models in the Azure AI model catalog are optimized for inference on Azure AI deployment targets and are not suitable for packaging.
3337
3438
## About this example
3539

0 commit comments

Comments
 (0)