Skip to content

Commit a937e1e

Browse files
authored
Update how-to-package-models.md
1 parent 7f92a7d commit a937e1e

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 or text generation 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)