From 15a627907b207397639130a452e971448981fb0e Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Fri, 5 Sep 2025 10:12:58 +0530 Subject: [PATCH 1/3] Update spaces-zerogpu.md to include blog --- docs/hub/spaces-zerogpu.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/hub/spaces-zerogpu.md b/docs/hub/spaces-zerogpu.md index 5fb31291a2..06a41b862e 100644 --- a/docs/hub/spaces-zerogpu.md +++ b/docs/hub/spaces-zerogpu.md @@ -88,6 +88,11 @@ This sets the maximum function runtime to 120 seconds. Specifying shorter durati By leveraging ZeroGPU, developers can create more efficient and scalable Spaces, maximizing GPU utilization while minimizing costs. +## Recommendations + +If your demo uses a large model, we recommend [these optimizations](https://huggingface.co/blog/zerogpu-aoti) to maximize the advantages of ZeroGPU hours and +also to provide a better user experience. + ## Feedback You can share your feedback on Spaces ZeroGPU directly on the HF Hub: https://huggingface.co/spaces/zero-gpu-explorers/README/discussions From 2eee67a8b52aa51aa2d5dba2bb3b3c54f01eab9f Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Mon, 8 Sep 2025 19:14:15 +0530 Subject: [PATCH 2/3] Update spaces-zerogpu.md --- docs/hub/spaces-zerogpu.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/hub/spaces-zerogpu.md b/docs/hub/spaces-zerogpu.md index 06a41b862e..254e3c854d 100644 --- a/docs/hub/spaces-zerogpu.md +++ b/docs/hub/spaces-zerogpu.md @@ -90,8 +90,9 @@ By leveraging ZeroGPU, developers can create more efficient and scalable Spaces, ## Recommendations -If your demo uses a large model, we recommend [these optimizations](https://huggingface.co/blog/zerogpu-aoti) to maximize the advantages of ZeroGPU hours and -also to provide a better user experience. +If your demo uses a large model, we recommend using optimizations like ahead-of-time compilation and. flash-attention 3. You can learn how to leverage these in +ZeroGPU in [this post](https://huggingface.co/blog/zerogpu-aoti). These optimizations will help you to maximize the advantages of ZeroGPU hours and provide +a better user experience. ## Feedback From ae6e469949dd927ff8742d0b4ff1945811870d96 Mon Sep 17 00:00:00 2001 From: Sayak Paul Date: Mon, 8 Sep 2025 20:27:45 +0530 Subject: [PATCH 3/3] Update docs/hub/spaces-zerogpu.md Co-authored-by: vb --- docs/hub/spaces-zerogpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/spaces-zerogpu.md b/docs/hub/spaces-zerogpu.md index 254e3c854d..7bae8ac0ad 100644 --- a/docs/hub/spaces-zerogpu.md +++ b/docs/hub/spaces-zerogpu.md @@ -90,7 +90,7 @@ By leveraging ZeroGPU, developers can create more efficient and scalable Spaces, ## Recommendations -If your demo uses a large model, we recommend using optimizations like ahead-of-time compilation and. flash-attention 3. You can learn how to leverage these in +If your demo uses a large model, we recommend using optimizations like ahead-of-time compilation and flash-attention 3. You can learn how to leverage these with ZeroGPU in [this post](https://huggingface.co/blog/zerogpu-aoti). These optimizations will help you to maximize the advantages of ZeroGPU hours and provide a better user experience.