Upload folder using huggingface_hub
Browse files- requirements.txt +3 -5
- runtime.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 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
|