Skip to content

Commit 17bbe52

Browse files
author
Loïc Say
committed
adding multiple sections
1 parent f7ccf91 commit 17bbe52

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/hub/enterprise-hub-gating-group-collections.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This feature is part of the <a href="https://huggingface.co/enterprise">Enterpri
66

77
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.
88

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+
916
## Manage gating group as an organization admin
1017

1118
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,
7481

7582
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.
7683

84+
**Approving a request for a repo in a gating group collection will automatically approve access to all repos in that collection.**
85+
7786
#### From the UI
7887

7988
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:
113122

114123
#### Via the API
115124

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+
116141
## Access gated repos in a gating group as a user
117142

118143
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

Comments
 (0)