Skip to content

Commit

Permalink
[Docs] Add IPU installation documentation (#1904)
Browse files Browse the repository at this point in the history
* add doc for mmcv installation

* Update docs/en/get_started/build.md

Co-authored-by: Zaida Zhou <[email protected]>

Co-authored-by: Zaida Zhou <[email protected]>
  • Loading branch information
HuDi2018 and zhouzaida authored Apr 28, 2022
1 parent 30057a6 commit 4efec73
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/en/get_started/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [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.

0 comments on commit 4efec73

Please sign in to comment.