You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<aclass="no-underline! hover:opacity-60 transform transition-colors hover:translate-x-px"href="./spaces-oauth">Sign in with HF</a>
84
84
</div>
@@ -144,6 +144,8 @@ The [🤗 `datasets`](https://huggingface.co/docs/datasets/index) library allows
144
144
145
145
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.
146
146
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
+
147
149
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. ⚡️
Copy file name to clipboardExpand all lines: docs/hub/spaces-zerogpu.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ Unlike traditional single-GPU allocations, ZeroGPU's efficient system lowers bar
13
13
14
14
-**Using existing ZeroGPU Spaces**
15
15
- 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.
17
17
-**Hosting your own ZeroGPU Spaces**
18
18
- 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.
20
20
21
21
## Technical Specifications
22
22
@@ -119,6 +119,21 @@ ZeroGPU does not support `torch.compile`, but you can use PyTorch **ahead-of-tim
119
119
120
120
Check out this [blogpost](https://huggingface.co/blog/zerogpu-aoti) for a complete guide on ahead-of-time compilation on ZeroGPU.
121
121
122
+
## Usage Tiers
123
+
124
+
GPU usage is subject to **daily** quotas, per account tier:
0 commit comments