Skip to content

Community mmcv builds with Github Actions

License

Notifications You must be signed in to change notification settings

mlhub-action/mmcv-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Community mmcv builds with Github Actions

Installation

Windows

Python 3.10

torch2.0.0+cu118
pip install -U https://github.com/mlhub-action/mmcv-builds/releases/download/v1.7.1/mmcv_full-1.7.1+git.7a13f99+torch2.0.0+cu118-cp310-cp310-win_amd64.whl
torch1.13.1+cu117
pip install -U https://github.com/mlhub-action/mmcv-builds/releases/download/v1.7.1/mmcv_full-1.7.1+git.7a13f99+torch1.13.1+cu117-cp310-cp310-win_amd64.whl

Linux

Python 3.10

torch2.0.0+cu118
pip install -U https://github.com/mlhub-action/mmcv-builds/releases/download/v1.7.1/mmcv_full-1.7.1+git.7a13f99+torch2.0.0+cu118-cp310-cp310-manylinux2014_x86_64.whl
torch1.13.1+cu117
pip install -U https://github.com/mlhub-action/mmcv-builds/releases/download/v1.7.1/mmcv_full-1.7.1+git.7a13f99+torch1.13.1+cu117-cp310-cp310-manylinux2014_x86_64.whl

Support

Credits