Skip to content

Commit fa5547e

Browse files
committed
Merge branch 'main' into regenerate-api-inference-docs
2 parents a4f51f5 + 23a1d86 commit fa5547e

20 files changed

+329
-121
lines changed

docs/hub/_toctree.yml

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@
279279
title: Tabby on Spaces
280280
- local: spaces-sdks-docker-giskard
281281
title: Giskard on Spaces
282+
- local: spaces-sdks-docker-evidence
283+
title: Evidence on Spaces
284+
- local: spaces-sdks-docker-marimo
285+
title: marimo on Spaces
282286
- local: spaces-embed
283287
title: Embed your Space
284288
- local: spaces-run-with-docker
@@ -321,27 +325,27 @@
321325
title: Organization Cards
322326
- local: organizations-security
323327
title: Access Control in Organizations
324-
- local: enterprise-hub
325-
title: Enterprise Hub
326-
sections:
327-
- local: enterprise-sso
328-
title: Single Sign-On (SSO)
329-
- local: audit-logs
330-
title: Audit Logs
331-
- local: storage-regions
332-
title: Storage Regions
333-
- local: enterprise-hub-datasets
334-
title: Dataset viewer for Private datasets
335-
- local: enterprise-hub-resource-groups
336-
title: Resource Groups (Access Control)
337-
- local: advanced-compute-options
338-
title: Advanced Compute Options
339-
- local: enterprise-hub-advanced-security
340-
title: Advanced Security
341-
- local: enterprise-hub-tokens-management
342-
title: Tokens Management
343-
- local: enterprise-hub-analytics
344-
title: Analytics
328+
- local: enterprise-hub
329+
title: Enterprise Hub
330+
sections:
331+
- local: enterprise-sso
332+
title: Single Sign-On (SSO)
333+
- local: audit-logs
334+
title: Audit Logs
335+
- local: storage-regions
336+
title: Storage Regions
337+
- local: enterprise-hub-datasets
338+
title: Dataset viewer for Private datasets
339+
- local: enterprise-hub-resource-groups
340+
title: Resource Groups (Access Control)
341+
- local: advanced-compute-options
342+
title: Advanced Compute Options
343+
- local: enterprise-hub-advanced-security
344+
title: Advanced Security
345+
- local: enterprise-hub-tokens-management
346+
title: Tokens Management
347+
- local: enterprise-hub-analytics
348+
title: Analytics
345349
- local: billing
346350
title: Billing
347351
- local: security

docs/hub/advanced-compute-options.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
11
# Advanced Compute Options
22

3-
Enterprise Hub organizations gain access to advanced compute options to accelerate their machine learning journey.
4-
53
<Tip warning={true}>
6-
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
4+
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>.
75
</Tip>
86

7+
Enterprise Hub organizations gain access to advanced compute options to accelerate their machine learning journey.
8+
99
## Host ZeroGPU Spaces in your organization
1010

1111
ZeroGPU is a dynamic GPU allocation system that optimizes AI deployment on Hugging Face Spaces. By automatically allocating and releasing NVIDIA A100 GPUs (40GB VRAM) as needed, organizations can efficiently serve their AI applications without dedicated GPU instances.
1212

13+
<div class="flex justify-center" style="max-width: 550px">
14+
<img
15+
class="block dark:hidden !m-0"
16+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/advanced-compute-options-zero.png"
17+
alt="screenshot of Hugging Face Advanced Compute Options (ZeroGPU)"
18+
/>
19+
<img
20+
class="hidden dark:block !m-0"
21+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-advanced-compute-options-zero.png"
22+
alt="screenshot of Hugging Face Advanced Compute Options (ZeroGPU)"
23+
/>
24+
</div>
25+
1326
**Key benefits for organizations**
1427

1528
- **Free GPU Access**: Access powerful NVIDIA A100 GPUs at no additional cost through dynamic allocation

docs/hub/audit-logs.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Audit Logs
22

33
<Tip warning={true}>
4-
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
4+
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>.
55
</Tip>
66

77
Audit Logs enable organization admins to easily review actions taken by members, including organization membership, repository settings and billing changes.
88

9-
![](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/audit-logs.png)
9+
<div class="flex justify-center" style="max-width: 550px">
10+
<img
11+
class="block dark:hidden !m-0"
12+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/audit-logs.png"
13+
alt="screenshot of Hugging Face Audit Logs feature"
14+
/>
15+
<img
16+
class="hidden dark:block !m-0"
17+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-audit-logs.png"
18+
alt="screenshot of Hugging Face Audit Logs feature"
19+
/>
20+
</div>
1021

1122
## Accessing Audit Logs
1223

docs/hub/enterprise-hub-advanced-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Advanced Security
22

33
<Tip warning={true}>
4-
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
4+
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>.
55
</Tip>
66

77
Enterprise Hub organizations can improve their security with advanced security controls for both members and repositories.
88

9-
<div class="flex justify-center">
9+
<div class="flex justify-center" style="max-width: 550px">
1010
<img class="block dark:hidden !m-0" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/advanced-security.png" alt="screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization."/>
1111
<img class="hidden dark:block !m-0" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/advanced-security-dark.png" alt="screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization."/>
1212
</div>

docs/hub/enterprise-hub-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Analytics
22

33
<Tip warning={true}>
4-
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
4+
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>.
55
</Tip>
66

77
## Analytics Dashboard
88

99
Track all your repository activity with a detailed downloads overview that shows total downloads for all your Models and Datasets. Toggle between "All Time" and "Last Month" views to gain insights into your repository's downloads over different periods.
1010

11-
<div class="flex justify-center">
11+
<div class="flex justify-center" style="max-width: 550px">
1212
<img class="block dark:hidden !m-0" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise-analytics.png" alt="screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization."/>
1313
<img class="hidden dark:block !m-0" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise-analytics-dark.png" alt="screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization."/>
1414
</div>

docs/hub/enterprise-hub-datasets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Datasets
22

33
<Tip warning={true}>
4-
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
4+
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>.
55
</Tip>
66

7-
The Dataset Viewer is enabled on private datasets owned by an Enterprise Hub organization.
7+
The Dataset Viewer is enabled on private datasets owned by an Enterprise Hub organization.
88

99
The Dataset Viewer allows teams to understand their data and to help them build better data processing and filtering for AI. The Viewer allows to explore the datasets content, inspect data distributions, filter by values and even search for keywords. It also includes the datasets conversion to Parquet which can be used for programmatic data visualization.
1010

11-
See [Dataset Viewer](./datasets-viewer) for more information.
11+
[More information about the Dataset Viewer](./datasets-viewer)
1212

1313
<div class="flex justify-center">
1414
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/private-dataset-viewer.png" alt="screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization."/>
Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
11
# Resource groups
22

33
<Tip warning={true}>
4-
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
4+
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>.
55
</Tip>
66

7-
Resource Groups allow Enterprise Hub organizations to enforce fine-grained access control to their repositories.
7+
Resource Groups allow organizations to enforce fine-grained access control to their repositories.
88

9-
Read the [documentation for Resource Groups under the Security section](./security-resource-groups).
9+
<div class="flex justify-center" style="max-width: 550px">
10+
<img
11+
class="block dark:hidden !m-0"
12+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/resource-groups.png"
13+
alt="screenshot of Hugging Face Single Sign-On (SSO) feature"
14+
/>
15+
<img
16+
class="hidden dark:block !m-0"
17+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-resource-groups.png"
18+
alt="screenshot of Hugging Face Single Sign-On (SSO) feature"
19+
/>
20+
</div>
21+
22+
This feature allows organization administrators to:
23+
24+
- Group related repositories together for better organization
25+
- Control member access at a group level rather than individual repository level
26+
- Assign different permission roles (read, contributor, write, admin) to team members
27+
- Keep private repositories visible only to authorized group members
28+
- Enable multiple teams to work independently within the same organization
29+
30+
This Enterprise Hub feature helps organizations manage complex team structures and maintain proper access control over their repositories.
31+
32+
[Getting started with Resource Groups →](./security-resource-groups)

docs/hub/enterprise-hub-tokens-management.md

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,54 @@
11
# Tokens Management
22

33
<Tip warning={true}>
4-
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
4+
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>.
55
</Tip>
66

7-
Tokens Management allows organization administrators to control access tokens within their organization, ensuring that only authorized users have access to organization resources.
8-
7+
Tokens Management enables organization administrators to oversee access tokens within their organization, ensuring secure access to organization resources.
98

109
## Viewing and Managing Access Tokens
1110

12-
The token listing feature provides a view of all access tokens within your organization. Administrators can:
11+
The token listing feature displays all access tokens within your organization. Administrators can:
1312

1413
- Monitor token usage and identify or prevent potential security risks:
15-
- unauthorized access to private resources ("leak")
16-
- scopes of access that are too wide
17-
- improvable token hygienics (tokens that have not been rotated in a long time, for example)
18-
- Identify inactive or unused tokens that can be revoked
14+
- Unauthorized access to private resources ("leaks")
15+
- Overly broad access scopes
16+
- Suboptimal token hygiene (e.g., tokens that have not been rotated in a long time)
17+
- Identify and revoke inactive or unused tokens
1918

2019
<div class="flex justify-center">
2120
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/tokens-management-list.png" />
2221
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/tokens-management-list-dark.png" />
2322
</div>
2423

25-
26-
Fine-grained tokens can be reviewed to see their permissions:
24+
Fine-grained tokens display their specific permissions:
2725

2826
<div class="flex justify-center">
2927
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/tokens-management-detail.png" />
3028
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/tokens-management-detail-dark.png" />
3129
</div>
3230

31+
## Token Policy
3332

34-
## Token policy
35-
36-
With Tokens Management, Enterprise org admins can decide which of the following policies they want to enforce:
37-
38-
| **Policy** | **Unscoped (Read/Write) Access Tokens** | **Fine-Grained Tokens** |
39-
| --- | --- | --- |
40-
| **Allow access via User Access Tokens (default)** | Authorized | Authorized |
41-
| **Only access via fine-grained tokens** | Unauthorized | Authorized |
42-
| **Do not require administrator approval** | Unauthorized | Authorized |
43-
| **Require administrator approval** | Unauthorized | Unauthorized without an approval (except for admin-created) |
33+
Enterprise organization administrators can enforce the following policies:
4434

35+
| **Policy** | **Unscoped (Read/Write) Access Tokens** | **Fine-Grained Tokens** |
36+
| ------------------------------------------------- | --------------------------------------- | ----------------------------------------------------------- |
37+
| **Allow access via User Access Tokens (default)** | Authorized | Authorized |
38+
| **Only access via fine-grained tokens** | Unauthorized | Authorized |
39+
| **Do not require administrator approval** | Unauthorized | Authorized |
40+
| **Require administrator approval** | Unauthorized | Unauthorized without an approval (except for admin-created) |
4541

4642
<div class="flex justify-center">
4743
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/tokens-management-policy.png" />
4844
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/tokens-management-policy.png" />
4945
</div>
5046

51-
5247
## Reviewing Token Authorization
5348

54-
When your token policy is set to "Require administrator approval", organization administrators can view the details of all fine-grained tokens with access to resources owned by the organization. They can also revoke access to those tokens. Organization administrators will receive an email when an authorization is requested for a fine-grained token.
49+
When token policy is set to "Require administrator approval", organization administrators can review details of all fine-grained tokens accessing organization-owned resources and revoke access if needed. Administrators receive email notifications for token authorization requests.
5550

56-
When a token is revoked or denied, the user who created the token will receive an email notification.
51+
When a token is revoked or denied, the user who created the token receives an email notification.
5752

5853
<div class="flex justify-center">
5954
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/tokens-management-review.png" />

docs/hub/enterprise-hub.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Enterprise Hub
22

3+
<Tip>
4+
<a href="https://huggingface.co/enterprise" target="_blank">Subscribe to Enterprise Hub</a> to get access to advanced features for your organization.
5+
</Tip>
6+
37
Enterprise Hub adds advanced capabilities to organizations, enabling safe, compliant and managed collaboration for companies and teams on Hugging Face.
48

5-
![](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/enterprise-hub.png)
9+
<a href="https://huggingface.co/enterprise" class="flex justify-center">
10+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/enterprise-header.png" />
11+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-enterprise-header.png" />
12+
</a>
613

714
In this section we will document the following Enterprise Hub features:
815

9-
- [SSO](./enterprise-sso)
16+
- [Single Sign-On (SSO)](./enterprise-sso)
1017
- [Audit Logs](./audit-logs)
1118
- [Storage Regions](./storage-regions)
1219
- [Dataset viewer for Private datasets](./enterprise-hub-datasets)

docs/hub/enterprise-sso.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
# Single Sign-On (SSO)
22

33
<Tip warning={true}>
4-
This feature is part of the <a href="https://huggingface.co/enterprise" target="_blank">Enterprise Hub</a>.
4+
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>.
55
</Tip>
66

7-
Read the [documentation for SSO under the Security section](./security-sso).
7+
Single sign-on (SSO) allows organizations to securely manage user authentication through their own identity provider (IdP). Both SAML 2.0 and OpenID Connect (OIDC) protocols are supported.
8+
9+
<div class="flex justify-center" style="max-width: 550px">
10+
<img
11+
class="block dark:hidden !m-0"
12+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/SSO.png"
13+
alt="screenshot of Hugging Face Single Sign-On (SSO) feature"
14+
/>
15+
<img
16+
class="hidden dark:block !m-0"
17+
src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/dark-SSO.png"
18+
alt="screenshot of Hugging Face Single Sign-On (SSO) feature"
19+
/>
20+
</div>
21+
22+
This feature allows organizations to:
23+
24+
- Enforce mandatory authentication through your company's IdP
25+
- Automatically manage user access and roles based on your IdP attributes
26+
- Support popular providers like Okta, OneLogin, and Azure Active Directory
27+
- Maintain security while allowing external collaborators when needed
28+
- Control session timeouts and role mappings
29+
30+
This Enterprise Hub feature helps organizations maintain consistent security policies while giving their teams seamless access to Hugging Face resources.
31+
32+
[Getting started with SSO →](./security-sso)

0 commit comments

Comments
 (0)