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