multimodalart HF Staff commited on
Commit
31008e6
·
verified ·
1 Parent(s): be5fa21

[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 (2) hide show
  1. README.md +1 -0
  2. requirements.txt +6 -7
README.md CHANGED
@@ -6,6 +6,7 @@ colorTo: red
6
  sdk: gradio
7
  sdk_version: 5.31.0
8
  app_file: app.py
 
9
  pinned: false
10
  license: mit
11
  short_description: Official Space for SpatialTrackerV2
 
6
  sdk: gradio
7
  sdk_version: 5.31.0
8
  app_file: app.py
9
+ python_version: "3.10"
10
  pinned: false
11
  license: mit
12
  short_description: Official Space for SpatialTrackerV2
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
  gradio==5.31.0
2
- pydantic==2.10.6
3
  opencv-python-headless
4
  einops
5
  einx
@@ -17,18 +16,18 @@ albumentations
17
  matplotlib
18
  mediapy
19
  scikit-image
 
 
20
  pycolmap==3.11.1
21
  git+https://github.com/facebookresearch/segment-anything.git
22
- git+https://github.com/EasternJournalist/utils3d.git#egg=utils3d
23
- huggingface_hub
24
- pyceres
25
  kornia==0.8.1
26
- xformers==0.0.28
27
  timm
28
  PyJWT
29
  gdown
30
  rich
31
- decord
32
  ray[default]
33
  jaxtyping
34
- transformers
 
1
  gradio==5.31.0
 
2
  opencv-python-headless
3
  einops
4
  einx
 
16
  matplotlib
17
  mediapy
18
  scikit-image
19
+ torch==2.10.0
20
+ torchvision==0.25.0
21
  pycolmap==3.11.1
22
  git+https://github.com/facebookresearch/segment-anything.git
23
+ git+https://github.com/EasternJournalist/utils3d.git@d790d337638ce478972da01e42d7ee255796f7b4#egg=utils3d
24
+ pyceres==2.4
 
25
  kornia==0.8.1
26
+ https://huggingface.co/datasets/multimodalart/zerogpu-blackwell-wheels/resolve/main/wheels/pt210-cu128-cp310/xformers-0.0.34+3da0fc92.d20260528-cp39-abi3-linux_x86_64.whl
27
  timm
28
  PyJWT
29
  gdown
30
  rich
 
31
  ray[default]
32
  jaxtyping
33
+ transformers