Skip to content

Commit

Permalink
Merge branch 'main' into MMdet-Language-Vision-models-support
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Aug 9, 2024
2 parents 32e9bdb + 16c45ac commit c2311b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@ jobs:
if: matrix.operating-system == 'macos-latest'
run: pip install torch==1.13.1 torchvision==0.14.1

- name: Install MMDetection(3.3.0) with OpenMIM
- name: Install MMDetection(3.0.0) with MMCV(2.0.0)
run: |
pip install openmim
mim install mmdet==3.3.0
pip install nltk
pip install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13.0/index.html
pip install mmengine==0.7.3 mmdet==3.3.0 nltk
- name: Install YOLOv5(7.0.13)
run: >
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/package_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ jobs:
if: matrix.operating-system == 'macos-latest'
run: pip install torch==1.13.1 torchvision==0.14.1

- name: Install MMDetection(3.3.0) with OpenMIM
- name: Install MMDetection(3.0.0) with MMCV(2.0.0)
run: |
pip install openmim
mim install mmdet==3.3.0
pip install nltk
pip install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13.0/index.html
pip install mmengine==0.7.3 mmdet==3.3.0 nltk
- name: Install YOLOv5(7.0.13)
run: >
Expand Down

0 comments on commit c2311b4

Please sign in to comment.