Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
torch==2.
|
| 3 |
-
torchvision==0.
|
| 4 |
|
| 5 |
-
# Detectron2 prebuilt CPU wheels for Torch 2.
|
| 6 |
-
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch2.
|
| 7 |
detectron2==0.6
|
| 8 |
|
| 9 |
gradio==4.44.0
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.1.2+cpu
|
| 3 |
+
torchvision==0.16.2+cpu
|
| 4 |
|
| 5 |
+
# Detectron2 prebuilt CPU wheels for Torch 2.1 (no compiling)
|
| 6 |
+
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch2.1/index.html
|
| 7 |
detectron2==0.6
|
| 8 |
|
| 9 |
gradio==4.44.0
|