We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9113f38 commit 16c45acCopy full SHA for 16c45ac
2 files changed
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
run: pip install torch==1.13.1 torchvision==0.14.1
86
87
- name: Install MMDetection(3.0.0) with MMCV(2.0.0)
88
- run: >
+ run: |
89
pip install mmengine==0.7.3
90
pip install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13.0/index.html
91
pip install mmdet==3.0.0
.github/workflows/package_testing.yml
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments