Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hub/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
- local: storage-regions
title: Storage Regions
- local: enterprise-hub-datasets
title: Dataset viewer for Private datasets
title: Data Studio for Private datasets
- local: enterprise-hub-resource-groups
title: Resource Groups (Access Control)
- local: advanced-compute-options
Expand Down
2 changes: 1 addition & 1 deletion docs/hub/academia-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Academia Hub is designed for:
Key Features of Academia Hub:

- **ZeroGPU:** Get 5x usage quota and highest GPU queue priority.
- **Spaces Hosting:** Create ZeroGPU Spaces with A100 hardware.
- **Spaces Hosting:** Create ZeroGPU Spaces with H200 hardware.
- **Spaces Dev Mode:** Fast iterations via SSH/VS Code for Spaces.
- **Inference Providers:** Get monthly included credits across all Inference Providers.
- **Dataset Viewer:** Activate it on private datasets.
Expand Down
6 changes: 3 additions & 3 deletions docs/hub/advanced-compute-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Enterprise Hub organizations gain access to advanced compute options to accelera

## Host ZeroGPU Spaces in your organization

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.
ZeroGPU is a dynamic GPU allocation system that optimizes AI deployment on Hugging Face Spaces. By automatically allocating and releasing NVIDIA H200 GPU slices (70GB VRAM) as needed, organizations can efficiently serve their AI applications without dedicated GPU instances.

<div class="flex justify-center" style="max-width: 550px">
<img
Expand All @@ -25,9 +25,9 @@ ZeroGPU is a dynamic GPU allocation system that optimizes AI deployment on Huggi

**Key benefits for organizations**

- **Free GPU Access**: Access powerful NVIDIA A100 GPUs at no additional cost through dynamic allocation
- **Free GPU Access**: Access powerful NVIDIA H200 GPUs at no additional cost through dynamic allocation
- **Enhanced Resource Management**: Host up to 50 ZeroGPU Spaces for efficient team-wide AI deployment
- **Simplified Deployment**: Easy integration with PyTorch-based models, Gradio apps, and other Hugging Face libraries
- **Enterprise-Grade Infrastructure**: Access to high-performance NVIDIA A100 GPUs with 40GB VRAM per workload
- **Enterprise-Grade Infrastructure**: Access to high-performance NVIDIA H200 GPUs with 70GB VRAM per workload

[Learn more about ZeroGPU →](https://huggingface.co/docs/hub/spaces-zerogpu)
2 changes: 1 addition & 1 deletion docs/hub/enterprise-hub-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Download a comprehensive CSV file containing analytics for all your repositories

### Response Structure

The CSV file is made of daily download records for each of your model and dataset.
The CSV file is made of daily download records for each of your models and datasets.

```csv
repoType,repoName,total,timestamp,downloads
Expand Down
10 changes: 5 additions & 5 deletions docs/hub/enterprise-hub-datasets.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! cc @cfahlgren1 for viz

Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>.
</Tip>

The Dataset Viewer is enabled on private datasets owned by an Enterprise Hub organization.
Data Studio is enabled on private datasets owned by an Enterprise Hub organization.

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.
Data Studio allows teams to understand their data and to help them build better data processing and filtering for AI. This powerful viewer allows you to explore dataset content, inspect data distributions, filter by values, search for keywords, or even run SQL queries on your data without leaving your browser.

[More information about the Dataset Viewer](./datasets-viewer)
[More information about Data Studio](./datasets-viewer)

<div class="flex justify-center">
<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."/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/private-dataset-viewer-dark.png" alt="screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization."/>
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/private-dataset-viewer.png" alt="screenshot of Data Studio on a private dataset owned by an Enterprise Hub organization."/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/private-dataset-viewer-dark.png" alt="screenshot of Data Studio on a private dataset owned by an Enterprise Hub organization."/>
</div>
4 changes: 1 addition & 3 deletions docs/hub/security-resource-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ In your Hugging Face organization, you can use Resource Groups to control which

## How does it work?

Resource Groups allow organizations administrators to group related repositories together, and manage access to those repos.

Resource Groups allow different teams to work on their respective repositories within the same organization.
Resource Groups allow organization administrators to group related repositories together, allowing different teams in your organization to work on independent sets of repositories.

A repository can belong to only one Resource Group.

Expand Down
21 changes: 20 additions & 1 deletion docs/hub/security-sso.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @Kakulukian on this one

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ When users log in, they will be prompted to complete the Single Sign-On authenti

Single Sign-On only applies to your organization. Members may belong to other organizations on Hugging Face.

We support [role mapping](#role-mapping): you can automatically assign [roles](./organizations-security#access-control-in-organizations) to organization members based on attributes provided by your Identity Provider.
We support [role mapping](#role-mapping) and [resource group mapping](#resource-group-mapping). Based on attributes provided by your Identity Provider, you can dynamically assign [roles](./organizations-security#access-control-in-organizations) to organization members, or give them access to [resource groups](./enterprise-hub-resource-groups) defined in your organization.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


### Supported Identity Providers

Expand Down Expand Up @@ -73,6 +73,25 @@ If there is no match, a user will be assigned the default role for your organiza

Role synchronization is performed on login.

#### Resource Group Mapping

When enabled, Resource Group Mapping allows you to dynamically assign members to [resource groups](./enterprise-hub-resource-groups) in your organization, based on data provided by your Identity Provider.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When enabled, Resource Group Mapping allows you to dynamically assign members to [resource groups](./enterprise-hub-resource-groups) in your organization, based on data provided by your Identity Provider.
When enabled, Resource Group Mapping allows you to dynamically assign members to [resource groups](./enterprise-hub-resource-groups) in your organization, based on data provided by your Identity Provider (IdP).


<div class="flex justify-center">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/resource-group-mapping.png"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/enterprise/resource-group-mapping-dark.png"/>
</div>

- IdP Attribute Path

A JSON path to an attribute in your user's IdP profile data.

- Resource Group Mapping

A mapping from the IdP attribute value to a resource group in your Hugging Face organization.

If there is no match, the user will not be assigned to any resource group.

#### Matching email domains

When enabled, Matching email domains only allow organization members to complete SSO if the email provided by your identity provider matches one of their emails on Hugging Face.
Expand Down
6 changes: 5 additions & 1 deletion docs/hub/storage-regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ This page displays:
- An audit of your organization's repository locations
- Options to select where new repositories will be stored

<Tip>
Some [advanced compute options](./advanced-compute-options) for Spaces, such as ZeroGPU, may not be available in all regions.
</Tip>

## Repository Tag

Any repository (model or dataset) stored in a non-default location displays its Region as a tag, allowing organization members to quickly identify repository locations.
Expand Down Expand Up @@ -87,4 +91,4 @@ For example, European users storing repositories in the EU region can expect app

Both Spaces's storage and runtime use the chosen region.

Available hardware configurations vary by region, and some features may not be avaialble in all regions, like persistent storage associated to a Space.
Available hardware configurations vary by region, and some features may not be available in all regions, like persistent storage associated to a Space.