update
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
-
torch==2.4.1
|
3 |
-
torchvision==0.19.1
|
4 |
-
torchaudio==2.4.1
|
5 |
warp-lang==1.1.0
|
6 |
trimesh
|
7 |
pyyaml
|
@@ -27,3 +23,6 @@ timm
|
|
27 |
omegaconf
|
28 |
hydra-core
|
29 |
wandb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
warp-lang==1.1.0
|
2 |
trimesh
|
3 |
pyyaml
|
|
|
23 |
omegaconf
|
24 |
hydra-core
|
25 |
wandb
|
26 |
+
torch==2.4.1 --index-url https://download.pytorch.org/whl/cu124
|
27 |
+
torchvision==0.19.1 --index-url https://download.pytorch.org/whl/cu124
|
28 |
+
torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu124
|