Spaces:
Runtime error
Runtime error
fcakyon
commited on
Commit
•
c41eb3b
1
Parent(s):
2f356cf
install torch from url
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
torch==1.10.0+cpu
|
2 |
torchvision==0.11.1+cpu
|
|
|
3 |
yolov5==6.0.4
|
4 |
-
sahi==0.8.9
|
|
|
1 |
torch==1.10.0+cpu
|
2 |
torchvision==0.11.1+cpu
|
3 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|
4 |
yolov5==6.0.4
|
5 |
+
sahi==0.8.9
|