torch and torchvision for cu18
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
-
supervision
|
4 |
|
|
|
5 |
gradio==3.50.2
|
6 |
git+https://github.com/facebookresearch/segment-anything.git
|
7 |
git+https://github.com/facebookresearch/detectron2.git
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
torch
|
3 |
torchvision
|
|
|
4 |
|
5 |
+
supervision
|
6 |
gradio==3.50.2
|
7 |
git+https://github.com/facebookresearch/segment-anything.git
|
8 |
git+https://github.com/facebookresearch/detectron2.git
|