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: docs/hub/enterprise-hub-gating-group-collections.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ This feature is part of the <a href="https://huggingface.co/enterprise">Enterpri
6
6
7
7
Gating Group Collections allow organizations to configure gated access to all the repos in a collection, enabling **a single access request** for all the models and datasets in it.
8
8
9
+
To enable gating group in a collection:
10
+
11
+
- collection owner must be an organization
12
+
- organization must be subscribed to Enterprise Hub
13
+
- all models and datasets in the collection must be owned by the same organization as the collection
14
+
- all models and datasets in the collection can only be in one gating group collection at once
15
+
9
16
## Manage gating group as an organization admin
10
17
11
18
To enable access requests, go to the collection page and click on **Gating group** in the bottom-right corner.
@@ -74,6 +81,8 @@ If you want to manually approve which users can access repos in your collection,
74
81
75
82
Once access requests are enabled, you have full control of who can access repos in your gating group collection or not, whether the approval mode is manual or automatic. You can review and manage requests either from the UI or via the API.
76
83
84
+
**Approving a request for a repo in a gating group collection will automatically approve access to all repos in that collection.**
85
+
77
86
#### From the UI
78
87
79
88
You can review who has access to the repos in your gating group collection from the settings page of one of the repos of the collection by clicking on the **Review access requests** button:
@@ -113,6 +122,22 @@ This will open a modal with 3 lists of users:
113
122
114
123
#### Via the API
115
124
125
+
Automating the approval of access requests by using the API works the same as gated models or repos.
126
+
127
+
Visit our [gated models](https://huggingface.co/docs/hub/models-gated#via-the-api) or [gated datasets](https://huggingface.co/docs/hub/datasets-gated#via-the-api) documentation to know more about it.
128
+
129
+
#### Download access report
130
+
131
+
Access report download for repos in gating group collection works the same as gated models or repos.
132
+
133
+
Visit our [gated models](https://huggingface.co/docs/hub/models-gated#download-access-report) or [gated datasets](https://huggingface.co/docs/hub/datasets-gated#download-access-report) documentation to know more about it.
134
+
135
+
#### Customize requested information
136
+
137
+
Customized information requests for repos in gating group collection works the same way as gated models or repos.
138
+
139
+
Visit our [gated models](https://huggingface.co/docs/hub/models-gated#customize-requested-information) or [gated datasets](https://huggingface.co/docs/hub/datasets-gated#customize-requested-information) documentation to know more about it.
140
+
116
141
## Access gated repos in a gating group as a user
117
142
118
143
As a user, if you want to use a gated repo in a gating group collection, you will need to request access to it. This means that you must be logged in to a Hugging Face user account.
0 commit comments