Spaces:
Running
on
Zero
Running
on
Zero
wondervictor
commited on
Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -10,16 +10,13 @@ opencv-python
|
|
10 |
pycocotools~=2.0.4
|
11 |
open_clip_torch==2.16.0
|
12 |
|
13 |
-
# Torch
|
14 |
--find-links https://download.pytorch.org/whl/cu118/torch_stable.html
|
15 |
-
|
16 |
torch==2.3.1+cu118
|
17 |
torchvision==0.18.1+cu118
|
18 |
|
19 |
-
|
20 |
-
|
21 |
|
22 |
-
# Segment-anything
|
23 |
git+https://github.com/facebookresearch/sam2.git
|
24 |
|
25 |
# open_clip
|
|
|
10 |
pycocotools~=2.0.4
|
11 |
open_clip_torch==2.16.0
|
12 |
|
|
|
13 |
--find-links https://download.pytorch.org/whl/cu118/torch_stable.html
|
|
|
14 |
torch==2.3.1+cu118
|
15 |
torchvision==0.18.1+cu118
|
16 |
|
17 |
+
--find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|
18 |
+
detectron2
|
19 |
|
|
|
20 |
git+https://github.com/facebookresearch/sam2.git
|
21 |
|
22 |
# open_clip
|