dxm21 commited on
Commit
381a72a
·
verified ·
1 Parent(s): aad6334

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. requirements.txt +3 -5
  2. runtime.txt +1 -0
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- # Install PyTorch with CUDA 11.8 separately using:
2
- # pip install torch==2.5.1 torchvision==0.20.1 --index-url https://download.pytorch.org/whl/cu118
3
- torch
4
- torchvision
5
  numpy==1.26.3
6
  roma
7
  gradio==5.17.1
@@ -19,4 +17,4 @@ jaxtyping
19
  hydra-submitit-launcher
20
  scikit-learn
21
  plotly
22
- git+https://github.com/facebookresearch/vggt.git@44b3afb
 
1
+ torch==2.5.1
2
+ torchvision==0.20.1
 
 
3
  numpy==1.26.3
4
  roma
5
  gradio==5.17.1
 
17
  hydra-submitit-launcher
18
  scikit-learn
19
  plotly
20
+ git+https://github.com/facebookresearch/vggt.git@44b3afb
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.12