diff --git a/docs/hub/_toctree.yml b/docs/hub/_toctree.yml index e86b9a053..2604d40b4 100644 --- a/docs/hub/_toctree.yml +++ b/docs/hub/_toctree.yml @@ -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 diff --git a/docs/hub/academia-hub.md b/docs/hub/academia-hub.md index 1075c6daf..d8345e9a7 100644 --- a/docs/hub/academia-hub.md +++ b/docs/hub/academia-hub.md @@ -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. diff --git a/docs/hub/advanced-compute-options.md b/docs/hub/advanced-compute-options.md index 44df16128..be591ae85 100644 --- a/docs/hub/advanced-compute-options.md +++ b/docs/hub/advanced-compute-options.md @@ -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.
Enterprise Hub. -The Dataset Viewer is enabled on private datasets owned by an Enterprise Hub organization. +Data Studio is enabled on private datasets under your 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).
-screenshot of the Dataset Viewer on a private dataset owned by an Enterprise Hub organization. - +screenshot of Data Studio on a private dataset owned by an Enterprise Hub organization. +
diff --git a/docs/hub/security-resource-groups.md b/docs/hub/security-resource-groups.md index 02e94c450..19a48b697 100644 --- a/docs/hub/security-resource-groups.md +++ b/docs/hub/security-resource-groups.md @@ -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. diff --git a/docs/hub/security-sso.md b/docs/hub/security-sso.md index 83ff6a0f6..1efb07c60 100644 --- a/docs/hub/security-sso.md +++ b/docs/hub/security-sso.md @@ -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. ### Supported Identity Providers @@ -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. + +
+ + +
+ +- 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. diff --git a/docs/hub/storage-regions.md b/docs/hub/storage-regions.md index 8fa87a269..b76b464c5 100644 --- a/docs/hub/storage-regions.md +++ b/docs/hub/storage-regions.md @@ -39,6 +39,10 @@ This page displays: - An audit of your organization's repository locations - Options to select where new repositories will be stored + +Some [advanced compute options](./advanced-compute-options) for Spaces, such as ZeroGPU, may not be available in all regions. + + ## 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. @@ -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. \ No newline at end of file +Available hardware configurations vary by region, and some features may not be available in all regions, like persistent storage associated to a Space. \ No newline at end of file