previous_versions.md 1.08 KB
Newer Older
Zaida Zhou's avatar
Zaida Zhou committed
1
2
3
4
5
6
## 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

limm's avatar
limm committed
7
| 1.0.0 <= mmcv_version <= 1.2.1
Zaida Zhou's avatar
Zaida Zhou committed
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

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

limm's avatar
limm committed
29
| 1.0.0 <= mmcv_version <= 1.3.16
Zaida Zhou's avatar
Zaida Zhou committed
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

#### 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
```