Unverified Commit 4efec732 authored by Hu Di's avatar Hu Di Committed by GitHub
Browse files

[Docs] Add IPU installation documentation (#1904)



* add doc for mmcv installation

* Update docs/en/get_started/build.md
Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
parent 30057a61
...@@ -244,3 +244,22 @@ If you are compiling against PyTorch 1.6.0, you might meet some errors from PyTo ...@@ -244,3 +244,22 @@ If you are compiling against PyTorch 1.6.0, you might meet some errors from PyTo
``` ```
If you meet issues when running or compiling mmcv, we list some common issues in [Frequently Asked Question](../faq.html). If you meet issues when running or compiling mmcv, we list some common issues in [Frequently Asked Question](../faq.html).
## [Optional] Build MMCV on IPU machine
Firstly, you need to apply for an IPU cloud machine, see [here](https://www.graphcore.ai/ipus-in-the-cloud).
### Option 1: Docker
1. Pull docker
```shell
docker pull graphcore/pytorch
```
2. Build MMCV under same python environment
### Option 2: Install from SDK
1. Build MMCV
2. Use pip to install sdk according to [IPU PyTorch document](https://docs.graphcore.ai/projects/poptorch-user-guide/en/latest/installation.html). Also, you need to apply for machine and sdk to Graphcore.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment