Spaces:
Runtime error
Runtime error
req
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -31,16 +31,17 @@ python-multipart==0.0.6
|
|
31 |
pytorch-lightning==1.5.0
|
32 |
safetensors==0.2.7
|
33 |
timm==0.6.12
|
34 |
-
transformers==4.
|
35 |
# torch
|
36 |
yapf==0.32.0
|
37 |
--extra-index-url https://download.pytorch.org/whl
|
38 |
-
torch==1.
|
39 |
-
torchvision==0.
|
40 |
-
torchaudio==0.
|
41 |
numpy==1.23
|
42 |
-
|
43 |
-
detectron2==0.6
|
|
|
44 |
opencv-python
|
45 |
git+https://github.com/cocodataset/panopticapi.git
|
46 |
git+https://github.com/mcordts/cityscapesScripts.git
|
|
|
31 |
pytorch-lightning==1.5.0
|
32 |
safetensors==0.2.7
|
33 |
timm==0.6.12
|
34 |
+
transformers==4.25.1
|
35 |
# torch
|
36 |
yapf==0.32.0
|
37 |
--extra-index-url https://download.pytorch.org/whl
|
38 |
+
torch==1.11.0+cu113
|
39 |
+
torchvision==0.12.0+cu113
|
40 |
+
torchaudio==0.11.0+cu113
|
41 |
numpy==1.23
|
42 |
+
#-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|
43 |
+
#detectron2==0.6
|
44 |
+
git+https://github.com/facebookresearch/detectron2.git
|
45 |
opencv-python
|
46 |
git+https://github.com/cocodataset/panopticapi.git
|
47 |
git+https://github.com/mcordts/cityscapesScripts.git
|