Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
torch>=2.3.1
|
| 2 |
torchvision>=0.18.1
|
|
|
|
| 3 |
numpy>=1.24.4
|
| 4 |
tqdm>=4.66.1
|
| 5 |
hydra-core>=1.3.2
|
|
|
|
| 1 |
torch>=2.3.1
|
| 2 |
torchvision>=0.18.1
|
| 3 |
+
--index-url https://download.pytorch.org/whl/cu118
|
| 4 |
numpy>=1.24.4
|
| 5 |
tqdm>=4.66.1
|
| 6 |
hydra-core>=1.3.2
|