DeclK commited on
Commit
b953b97
·
1 Parent(s): 8c9e8d0

try mmcv 2.0 cpu -f

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -11
requirements.txt CHANGED
@@ -1,15 +1,17 @@
1
- openmim
2
- torch
3
- torch==1.10.0+cpu
4
- torchvision==0.11.0+cpu
5
- torchaudio==0.10.0
6
- mmengine
7
- mmcv==2.00rc4 -f https://download.openmmlab.com/mmcv/dist/cu113/torch1.10/index.html
8
- mmdet
9
- mmpose
10
- mmdeploy
11
  onnxruntime
12
  tqdm
13
  scikit-image
14
  easydict
15
- gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  onnxruntime
2
  tqdm
3
  scikit-image
4
  easydict
5
+ gradio
6
+ mmdet
7
+ mmpose
8
+ mmdeploy
9
+ mmengine
10
+ -f https://download.pytorch.org/whl/torch_stable.html
11
+ torch==1.10.0+cpu
12
+ -f https://download.pytorch.org/whl/torch_stable.html
13
+ torchvision==0.11.0+cpu
14
+ -f https://download.pytorch.org/whl/torch_stable.html
15
+ torchaudio==0.10.0
16
+ -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.10/index.html
17
+ mmcv==2.00