Skip to content

Commit be37979

Browse files
authored
[ZeroGPU] Tiers section + ZeroGPU in docs index (#2032)
1 parent fdebf05 commit be37979

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

docs/hub/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ The Hugging Face Hub is a platform with over 2M models, 500k datasets, and 1M de
7575
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-sdks-gradio">Gradio Spaces</a>
7676
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-sdks-static">Static HTML Spaces</a>
7777
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-sdks-docker">Docker Spaces</a>
78+
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-zerogpu">ZeroGPU Spaces</a>
7879
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-embed">Embed your Space</a>
7980
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-run-with-docker">Run with Docker</a>
8081
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-config-reference">Reference</a>
81-
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-changelog">Changelog</a>
8282
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-advanced">Advanced Topics</a>
8383
<a class="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px" href="./spaces-oauth">Sign in with HF</a>
8484
</div>
@@ -144,6 +144,8 @@ The [🤗 `datasets`](https://huggingface.co/docs/datasets/index) library allows
144144

145145
We currently support two awesome Python SDKs (**[Gradio](https://gradio.app/)** and **[Streamlit](./spaces-sdks-streamlit)**) that let you build cool apps in a matter of minutes. Users can also create static Spaces, which are simple HTML/CSS/JavaScript pages, or deploy any Docker-based application.
146146

147+
If you need GPU power for your demos, try [**ZeroGPU**](./spaces-zerogpu): it dynamically provides NVIDIA H200 GPUs, in real-time, only when needed.
148+
147149
After you've explored a few Spaces (take a look at our [Space of the Week!](https://huggingface.co/spaces)), dive into the [**Spaces documentation**](./spaces-overview) to learn all about how you can create your own Space. You'll also be able to upgrade your Space to run on a GPU or other accelerated hardware. ⚡️
148150

149151
## Organizations

docs/hub/spaces-zerogpu.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Unlike traditional single-GPU allocations, ZeroGPU's efficient system lowers bar
1313

1414
- **Using existing ZeroGPU Spaces**
1515
- ZeroGPU Spaces are available to use for free to all users. (Visit [the curated list](https://huggingface.co/spaces/enzostvs/zero-gpu-spaces)).
16-
- [PRO users](https://huggingface.co/subscribe/pro) get x5 more daily usage quota and highest priority in GPU queues when using any ZeroGPU Spaces.
16+
- [PRO users](https://huggingface.co/subscribe/pro) get x7 more daily usage quota and highest priority in GPU queues when using any ZeroGPU Spaces.
1717
- **Hosting your own ZeroGPU Spaces**
1818
- Personal accounts: [Subscribe to PRO](https://huggingface.co/settings/billing/subscription) to access ZeroGPU in the hardware options when creating a new Gradio SDK Space.
19-
- Organizations: [Subscribe to the Enterprise Hub](https://huggingface.co/enterprise) to enable ZeroGPU Spaces for all organization members.
19+
- Organizations: [Subscribe to a Team or Enterprise plan](https://huggingface.co/enterprise) to enable ZeroGPU Spaces for all organization members.
2020

2121
## Technical Specifications
2222

@@ -119,6 +119,21 @@ ZeroGPU does not support `torch.compile`, but you can use PyTorch **ahead-of-tim
119119

120120
Check out this [blogpost](https://huggingface.co/blog/zerogpu-aoti) for a complete guide on ahead-of-time compilation on ZeroGPU.
121121

122+
## Usage Tiers
123+
124+
GPU usage is subject to **daily** quotas, per account tier:
125+
126+
| Account type | Daily GPU quota | Queue priority |
127+
| ------------------------------ | ---------------- | --------------- |
128+
| Unauthenticated | 2 minutes | Low |
129+
| Free account | 3.5 minutes | Medium |
130+
| PRO account | 25 minutes | Highest |
131+
| Team organization member | 25 minutes | Highest |
132+
| Enterprise organization member | 45 minutes | Highest |
133+
134+
> [!NOTE]
135+
> Remaining quota directly impacts priority in ZeroGPU queues.
136+
122137
## Hosting Limitations
123138

124139
- **Personal accounts ([PRO subscribers](https://huggingface.co/subscribe/pro))**: Maximum of 10 ZeroGPU Spaces.

0 commit comments

Comments
 (0)