Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
-
torch==1.9.
|
3 |
-
torchvision==0.10.
|
4 |
-
torchaudio==0.9.
|
5 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
6 |
detectron2==0.6
|
7 |
transformers
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
+
torch==1.9.1+cu111
|
3 |
+
torchvision==0.10.1+cu111
|
4 |
+
torchaudio==0.9.1
|
5 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
6 |
detectron2==0.6
|
7 |
transformers
|