jasongzy commited on
Commit
b3fca5e
Β·
1 Parent(s): 4655284

🐳 chore: update requirements.txt

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +6 -6
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: πŸ’ƒ
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 5.20.1
8
  python_version: 3.10.13
9
  app_file: app.py
10
  pinned: true
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: 5.25.2
8
  python_version: 3.10.13
9
  app_file: app.py
10
  pinned: true
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu117
2
- torch==2.0.1
3
- torchvision==0.15.2
4
 
5
  einops
6
  timm
7
- -f https://data.pyg.org/whl/torch-2.0.1+cu117.html
8
  torch-cluster
9
  PyMCubes
10
 
@@ -23,6 +23,6 @@ tensorboard~=2.11.2
23
  tqdm
24
  trimesh
25
  # git+https://github.com/facebookresearch/pytorch3d.git@stable
26
- # pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu117_pyt201/download.html
27
  --extra-index-url https://miropsota.github.io/torch_packages_builder
28
- pytorch3d==0.7.7+pt2.0.1cu117
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu121
2
+ torch==2.1.2
3
+ torchvision==0.16.2
4
 
5
  einops
6
  timm
7
+ -f https://data.pyg.org/whl/torch-2.1.2+cu121.html
8
  torch-cluster
9
  PyMCubes
10
 
 
23
  tqdm
24
  trimesh
25
  # git+https://github.com/facebookresearch/pytorch3d.git@stable
26
+ # pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt212/download.html
27
  --extra-index-url https://miropsota.github.io/torch_packages_builder
28
+ pytorch3d==0.7.7+pt2.1.2cu121