Update requirements.txt
Browse files- requirements.txt +12 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,15 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
-
torch==1.13.1
|
| 3 |
-
torchvision==0.14.1
|
| 4 |
xformers==0.0.16
|
| 5 |
numpy==1.23.5
|
| 6 |
matplotlib==3.7.1
|
| 7 |
-
pillow==9.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==1.13.1
|
| 3 |
+
torchvision==0.14.1
|
| 4 |
xformers==0.0.16
|
| 5 |
numpy==1.23.5
|
| 6 |
matplotlib==3.7.1
|
| 7 |
+
pillow==9.4.0
|
| 8 |
+
gradio==3.29.0
|
| 9 |
+
datasets==4.5.0
|
| 10 |
+
transformers==4.35.0
|
| 11 |
+
|
| 12 |
+
# Git 依赖
|
| 13 |
+
git+https://github.com/NVlabs/ODISE.git
|
| 14 |
+
git+https://github.com/facebookresearch/Mask2Former.git
|
| 15 |
+
git+https://github.com/facebookresearch/detectron2.git
|