Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# please make sure you have already a pytorch install that is cuda enabled!
|
2 |
-
|
3 |
-
torch
|
4 |
torchvision
|
5 |
torchaudio
|
6 |
spaces
|
|
|
1 |
# please make sure you have already a pytorch install that is cuda enabled!
|
2 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
3 |
+
#torch
|
4 |
torchvision
|
5 |
torchaudio
|
6 |
spaces
|