Spaces:
Build error
Build error
Ahsen Khaliq commited on
Commit ·
e7e3c9c
1
Parent(s): ce4f864
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
pyyaml==5.1
|
| 2 |
-
torch==1.9.0+cu102
|
| 3 |
-
torchvision==0.10.0+cu102
|
| 4 |
detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html
|
|
|
|
| 1 |
pyyaml==5.1
|
| 2 |
+
torch==1.9.0+cu102 -f https://download.pytorch.org/whl/torch_stable.html
|
| 3 |
+
torchvision==0.10.0+cu102 -f https://download.pytorch.org/whl/torch_stable.html
|
| 4 |
detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html
|