mirror of
https://github.com/open-mmlab/mmcv.git
synced 2025-06-03 21:54:52 +08:00
* Use mdformat pre-commit hook * allows consecutive numbering * improve .mdformat.toml * test mdformat * format markdown * minor fix * fix codespecll * fix circleci * add linkify-it-py dependency for cicleci * add comments * replace flake8 url * add mdformat-myst dependency * remove mdformat-myst dependency * update contributing.md
48 lines
1.1 KiB
Markdown
48 lines
1.1 KiB
Markdown
## OTHER VERSIONS OF PYTORCH BUILT FOR MMCV-FULL
|
|
|
|
We no longer provide `mmcv-full` packages compiled under lower versions of `PyTorch`, but for your convenience, you can find them below.
|
|
|
|
### PyTorch 1.4
|
|
|
|
| 1.0.0 \<= mmcv_version \<= 1.2.1
|
|
|
|
#### CUDA 10.1
|
|
|
|
```bash
|
|
pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.4.0/index.html
|
|
```
|
|
|
|
#### CUDA 9.2
|
|
|
|
```bash
|
|
pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.4.0/index.html
|
|
```
|
|
|
|
#### CPU
|
|
|
|
```bash
|
|
pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.4.0/index.html
|
|
```
|
|
|
|
### PyTorch v1.3
|
|
|
|
| 1.0.0 \<= mmcv_version \<= 1.3.16
|
|
|
|
#### CUDA 10.1
|
|
|
|
```bash
|
|
pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.3.0/index.html
|
|
```
|
|
|
|
#### CUDA 9.2
|
|
|
|
```bash
|
|
pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.3.0/index.html
|
|
```
|
|
|
|
#### CPU
|
|
|
|
```bash
|
|
pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.3.0/index.html
|
|
```
|