Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
|
|
2 |
torch==1.11.0+cu113
|
3 |
torchvision==0.12.0+cu113
|
4 |
torchaudio==0.11.0
|
5 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
6 |
-
detectron2
|
7 |
transformers
|
8 |
timm==0.4.12
|
9 |
openai
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
+
--upgrade pip
|
3 |
torch==1.11.0+cu113
|
4 |
torchvision==0.12.0+cu113
|
5 |
torchaudio==0.11.0
|
6 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
7 |
+
detectron2
|
8 |
transformers
|
9 |
timm==0.4.12
|
10 |
openai
|