Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
torchaudio
|
5 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
6 |
-
|
7 |
transformers
|
8 |
-
timm
|
9 |
openai
|
10 |
diffusers[torch]
|
11 |
-
setuptools
|
12 |
git+https://github.com/facebookresearch/segment-anything.git
|
13 |
openmim
|
14 |
mmcv
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl
|
2 |
+
torch==1.9.0+cu111
|
3 |
+
torchvision==0.10.0+cu111
|
4 |
+
torchaudio==0.9.0
|
5 |
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html
|
6 |
+
detectron2==0.6
|
7 |
transformers
|
8 |
+
timm==0.4.12
|
9 |
openai
|
10 |
diffusers[torch]
|
11 |
+
setuptools==59.5.0
|
12 |
git+https://github.com/facebookresearch/segment-anything.git
|
13 |
openmim
|
14 |
mmcv
|