multimodalart HF Staff commited on
Commit
f5d8861
·
verified ·
1 Parent(s): 78345b5

[Admin maintenance] Support new ZeroGPU hardware

Browse files

Thank you so much for having shared this Space with the community on this demo. We have upgraded the ZeroGPU infra-structure to run on modern blackwell architecture.
For that, we need to upgrade your demo to support that. This PR fixes your demo to work with the new architecture. As this is something we broke on our end, we may merge this PR autonomously. If this breaks unexpectedly or brings unintended consequences, feel free to revert, modify or otherwise. Any issues you can email apolinario@huggingface.co

Files changed (1) hide show
  1. requirements.txt +3 -5
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu114
2
- torch
3
- torchvision
4
- torchaudio==2.3.1
5
  diffusers==0.32.2
6
  easydict==1.13
7
  einops==0.8.1
@@ -18,4 +16,4 @@ invisible_watermark
18
  xformers
19
  google-genai==1.5.0
20
  gradio
21
- pydantic==2.10.6
 
1
+ torch==2.8.0
2
+ torchvision==0.23.0
 
 
3
  diffusers==0.32.2
4
  easydict==1.13
5
  einops==0.8.1
 
16
  xformers
17
  google-genai==1.5.0
18
  gradio
19
+ pydantic