update
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -23,7 +23,7 @@ timm
|
|
23 |
omegaconf
|
24 |
hydra-core
|
25 |
wandb
|
26 |
-
torch==2.
|
27 |
-
torchvision==0.
|
28 |
-
torchaudio==2.
|
29 |
torchdata==0.7.1
|
|
|
23 |
omegaconf
|
24 |
hydra-core
|
25 |
wandb
|
26 |
+
torch==2.4.0 --index-url https://download.pytorch.org/whl/cu124
|
27 |
+
torchvision==0.19.0 --index-url https://download.pytorch.org/whl/cu124
|
28 |
+
torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu124
|
29 |
torchdata==0.7.1
|