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
Copy file name to clipboardExpand all lines: docs/hub/advanced-compute-options.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Team & Enterprise organizations gain access to advanced compute options to accel
7
7
8
8
## Host ZeroGPU Spaces in your organization
9
9
10
-
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.
10
+
ZeroGPU is a dynamic GPU allocation system that optimizes AI deployment on Hugging Face Spaces. By automatically allocating and releasing NVIDIA RTX Pro 6000 Blackwell GPUs (96GB VRAM) as needed, organizations can efficiently serve their AI applications without dedicated GPU instances.
Copy file name to clipboardExpand all lines: docs/hub/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ The [🤗 `datasets`](https://huggingface.co/docs/datasets/index) library allows
184
184
185
185
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.
186
186
187
-
If you need GPU power for your demos, try [**ZeroGPU**](./spaces-zerogpu): it dynamically provides NVIDIA H200 GPUs, in real-time, only when needed.
187
+
If you need GPU power for your demos, try [**ZeroGPU**](./spaces-zerogpu): it dynamically provides NVIDIA RTX Pro 6000 Blackwell GPUs, in real-time, only when needed.
188
188
189
189
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-api-endpoints.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,15 +228,15 @@ ZeroGPU Spaces have usage quotas based on your account type:
228
228
| Account Type | Included Daily GPU Quota |
229
229
|-------------|--------------------------|
230
230
| Unauthenticated | 2 minutes |
231
-
| Free account |3.5 minutes |
232
-
| PRO account |25 minutes |
231
+
| Free account | 5 minutes |
232
+
| PRO account |40 minutes |
233
233
234
234
When you authenticate with your token, your account's GPU quota is consumed. Unauthenticated requests use a shared pool with stricter limits.
235
235
236
236
PRO, Team, and Enterprise users can go beyond their included daily quota using pre-paid credits at the rate of **$1 per 10 minutes** of GPU time.
237
237
238
238
> [!TIP]
239
-
> You can [subscribe to PRO](https://huggingface.co/subscribe/pro) for 25 minutes of daily GPU quota, higher queue priority, and the ability to extend your quota with credits.
239
+
> You can [subscribe to PRO](https://huggingface.co/subscribe/pro) for 40 minutes of daily GPU quota, higher queue priority, and the ability to extend your quota with credits.
Copy file name to clipboardExpand all lines: docs/hub/spaces-mcp-servers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ From your [Hub MCP settings](https://huggingface.co/settings/mcp), select your M
28
28
If your MCP client is configured correctly, the Spaces you added will be available instantly without changing anything (if it doesn't restart your client and it should appear). Most MCP clients will list what tools are currently loaded so you can make sure the Space is available.
29
29
30
30
> [!TIP]
31
-
> For ZeroGPU Spaces, your quota will be used when the tool is called, if you run out of quota you can <ahref="https://huggingface.co/subscribe/pro?from=ZeroGPU"target="_blank">subscribe to PRO</a> to get 25 minutes of daily quota (x8 more quota than free users). For example your PRO account lets you generate up to 600 images per day using FLUX.1-schnell.
31
+
> For ZeroGPU Spaces, your quota will be used when the tool is called, if you run out of quota you can <ahref="https://huggingface.co/subscribe/pro?from=ZeroGPU"target="_blank">subscribe to PRO</a> to get 40 minutes of daily quota (x8 more quota than free users). For example your PRO account lets you generate up to 600 images per day using FLUX.1-schnell.
ZeroGPU is a shared infrastructure that optimizes GPU usage for AI models and demos on Hugging Face Spaces. It dynamically allocates and releases NVIDIA H200 GPUs as needed, offering:
5
+
ZeroGPU is a shared infrastructure that optimizes GPU usage for AI models and demos on Hugging Face Spaces. It dynamically allocates and releases NVIDIA RTX Pro 6000 Blackwell GPUs as needed, offering:
6
6
7
7
1.**Free GPU Access**: Enables cost-effective GPU usage for Spaces.
8
8
2.**Multi-GPU Support**: Allows Spaces to leverage multiple GPUs concurrently on a single application.
@@ -22,10 +22,10 @@ Unlike traditional single-GPU allocations, ZeroGPU's efficient system lowers bar
0 commit comments