- Customize the installation if necessary. As a recommendation, skip the driver installation if a newer version is already installed.
- Customize the installation if necessary. As a recommendation, skip the driver installation if a newer version is already installed.
**You should know how to set up environment variables, especially `Path`, on Windows. The following instruction relies heavily on this skill.**
```{note}
You should know how to set up environment variables, especially `Path`, on Windows. The following instruction relies heavily on this skill.
```
#### Setup Python Environment
#### Setup Python Environment
...
@@ -225,7 +227,8 @@ Check your the compute capability of your GPU from [here](https://developer.nvid
...
@@ -225,7 +227,8 @@ Check your the compute capability of your GPU from [here](https://developer.nvid
pip list
pip list
```
```
**Note**: If you are compiling against PyTorch 1.6.0, you might meet some errors from PyTorch as described in [this issue](https://github.com/pytorch/pytorch/issues/42467).
```{note}
Follow [this pull request](https://github.com/pytorch/pytorch/pull/43380/files) to modify the source code in your local PyTorch installation.
If you are compiling against PyTorch 1.6.0, you might meet some errors from PyTorch as described in [this issue](https://github.com/pytorch/pytorch/issues/42467). Follow [this pull request](https://github.com/pytorch/pytorch/pull/43380/files) to modify the source code in your local PyTorch installation.
```
If you meet issues when running or compiling mmcv, we list some common issues in [TROUBLESHOOTING](./trouble_shooting.html).
If you meet issues when running or compiling mmcv, we list some common issues in [Frequently Asked Question](../faq.html).