Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
-
torch==1.
|
3 |
-
torchvision==0.
|
4 |
-
torchaudio==0.
|
5 |
-
|
6 |
-
detectron2==0.6
|
7 |
transformers
|
8 |
timm==0.4.12
|
9 |
openai
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
+
torch==1.11.0
|
3 |
+
torchvision==0.12.0
|
4 |
+
torchaudio==0.11.0
|
5 |
+
git+https://github.com/facebookresearch/detectron2.git
|
|
|
6 |
transformers
|
7 |
timm==0.4.12
|
8 |
openai
|