Spaces:
Runtime error
Runtime error
Tried modifying torch requirement in requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -18,9 +18,9 @@ psutil==5.9.4
|
|
18 |
PyYAML==6.0
|
19 |
regex==2022.10.31
|
20 |
requests==2.28.1
|
21 |
-
torch
|
22 |
-
torchaudio
|
23 |
-
torchvision
|
24 |
tqdm==4.64.1
|
25 |
typing_extensions==4.4.0
|
26 |
urllib3==1.26.13
|
|
|
18 |
PyYAML==6.0
|
19 |
regex==2022.10.31
|
20 |
requests==2.28.1
|
21 |
+
torch
|
22 |
+
torchaudio
|
23 |
+
torchvision
|
24 |
tqdm==4.64.1
|
25 |
typing_extensions==4.4.0
|
26 |
urllib3==1.26.13
|