Replies: 5 comments
-
Hi @wqh17101 , thanks for your suggestions. In fact, you can install mmcv-full with pip install -U openmim
mim install mmcv-full |
Beta Was this translation helpful? Give feedback.
-
@zhouzaida Yeah, that is a good tool for now. |
Beta Was this translation helpful? Give feedback.
-
@zhouzaida Any plan to do this enhancement |
Beta Was this translation helpful? Give feedback.
-
Hi, like PyTorch, we also put pre-compiled packages on our host's service, e.g. https://download.openmmlab.com/mmcv/dist/cu102/torch1.8.0/index.html. We don't put all packages on PyPI because the MMCV packages have different combinations of torch and CUDA versions. Putting them on PyPI would require a new package for each torch and CUDA combination. |
Beta Was this translation helpful? Give feedback.
-
@zhouzaida Right.However there is an enhancement for you. There is an advice for you. |
Beta Was this translation helpful? Give feedback.
-
Describe the feature
Add the pre-built wheel to pypi
Motivation
It is better for you to add the pre-built wheesl to pypi that will make users convenient to download and install
Related resources
It seems that your packages have the same version for different cuda or cpu.
https://download.pytorch.org/whl/torch/
Like torch, you can add + to version like mmcv-1.6.1+cpu / mmcv-1.6.1+cu102. So that users can choose the whl easily
Additional context
Add any other context or screenshots about the feature request here.
If you would like to implement the feature and create a PR, please leave a comment here and that would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions