testing new requirements for hugging face spaces compatibility
Browse files- requirements.txt +0 -8
requirements.txt
CHANGED
@@ -1,13 +1,5 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
|
3 |
-
# Core dependencies - PyTorch first
|
4 |
-
torch==2.0.1+cpu
|
5 |
-
torchvision==0.15.2+cpu
|
6 |
-
torchaudio==2.0.2+cpu
|
7 |
|
8 |
-
# CORRECT: Use detectron2 wheel for torch 2.0 CPU (not 1.10)
|
9 |
-
--find-links https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch2.0/index.html
|
10 |
-
detectron2==0.6
|
11 |
|
12 |
# Rest of your dependencies
|
13 |
numpy>=1.23.0
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
3 |
|
4 |
# Rest of your dependencies
|
5 |
numpy>=1.23.0
|