2021-11-10 21:02:40 +08:00
|
|
|
## 其他版本的 PyTorch
|
|
|
|
|
|
|
|
我们不再提供在较低的 `PyTorch` 版本下编译的 `mmcv-full` 包,但为了您的方便,您可以在下面找到它们。
|
|
|
|
|
|
|
|
### PyTorch 1.4
|
|
|
|
|
2022-05-16 20:47:56 +08:00
|
|
|
| 1.0.0 \<= mmcv_version \<= 1.2.1
|
2021-11-10 21:02:40 +08:00
|
|
|
|
|
|
|
#### 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
|
|
|
|
|
2022-05-16 20:47:56 +08:00
|
|
|
| 1.0.0 \<= mmcv_version \<= 1.3.16
|
2021-11-10 21:02:40 +08:00
|
|
|
|
|
|
|
#### 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
|
|
|
|
```
|