multimodalart HF Staff commited on
Commit
04aa868
·
verified ·
1 Parent(s): e8f05e4

[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 +1 -4
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- xformers==0.0.26.post1
2
  tokenizers
3
  sentencepiece
4
  shortuuid
@@ -10,10 +9,8 @@ pydantic
10
  markdown2[all]
11
  numpy
12
  scikit-learn
13
- gradio==4.16.0
14
- gradio_client==0.8.1
15
  requests
16
- httpx==0.24.0
17
  uvicorn
18
  fastapi
19
  einops==0.6.1
 
 
1
  tokenizers
2
  sentencepiece
3
  shortuuid
 
9
  markdown2[all]
10
  numpy
11
  scikit-learn
 
 
12
  requests
13
+ httpx
14
  uvicorn
15
  fastapi
16
  einops==0.6.1