Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -13,13 +13,13 @@ regex
|
|
13 |
tqdm
|
14 |
gdown
|
15 |
# Torch
|
16 |
-
--find-links https://download.pytorch.org/whl/cu113
|
17 |
-
torch==1.
|
18 |
-
torchvision==0.
|
19 |
|
20 |
# Detectron
|
21 |
--find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|
22 |
-
detectron2
|
23 |
|
24 |
# Segment-anything
|
25 |
git+https://github.com/facebookresearch/segment-anything.git
|
|
|
13 |
tqdm
|
14 |
gdown
|
15 |
# Torch
|
16 |
+
--find-links https://download.pytorch.org/whl/cu113
|
17 |
+
torch==1.10.1+cu113
|
18 |
+
torchvision==0.11.2+cu113
|
19 |
|
20 |
# Detectron
|
21 |
--find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|
22 |
+
detectron2
|
23 |
|
24 |
# Segment-anything
|
25 |
git+https://github.com/facebookresearch/segment-anything.git
|