You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-network-isolation-model-catalog.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Use Model Catalog Collections with workspace managed virtual network
2
+
title: Use Model Catalog collections with workspace managed virtual network
3
3
titleSuffix: Azure Machine Learning
4
4
description: Learn how to use the Model Catalog in an isolated network.
5
5
services: machine-learning
@@ -12,7 +12,7 @@ ms.reviewer: ssalgadodev
12
12
ms.date: 12/15/2023
13
13
---
14
14
15
-
# Use Model Catalog Collections with workspace managed virtual network
15
+
# Use Model Catalog collections with workspace managed virtual network
16
16
17
17
In this article, you learn how you can use the various collections in the Model Catalog within an isolated network.
18
18
@@ -63,14 +63,14 @@ Today, these models involve dynamic installation of dependencies at runtime. The
63
63
> [!WARNING]
64
64
> FQDN outbound rules are implemented using Azure Firewall. If you use outbound FQDN rules, charges for Azure Firewall are included in your billing. For more information, see [Pricing](./how-to-managed-network.md#pricing).
65
65
66
-
### Meta Collection
66
+
### Meta collection
67
67
68
68
Users can work with this collection in network isolated workspaces with no other user defined outbound rules required.
69
69
70
70
> [!NOTE]
71
71
> New curated collections are added to the Model Catalog frequently. We will update this documentation to reflect the support in private networks for various collections.
72
72
73
-
## Work with Hugging Face Collection
73
+
## Work with Hugging Face collection
74
74
75
75
The model weights aren't hosted on Azure if you're using the Hugging Face registry. The model weights are downloaded directly from Hugging Face hub to the online endpoints in your workspace during deployment.
76
76
Users need to add the following outbound FQDNs rules for Hugging Face Hub, Docker Hub and their CDNs to allow traffic to the following hosts:
@@ -81,7 +81,7 @@ Users need to add the following outbound FQDNs rules for Hugging Face Hub, Docke
0 commit comments