Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[Dependency Update] [Doc] move the general prerequisite software to t…
Browse files Browse the repository at this point in the history
…he top (#15896)

* move the general prerequisite software to the top

* retrigger CI
  • Loading branch information
stu1130 authored and roywei committed Aug 21, 2019
1 parent bdeb7bc commit 681cfc4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tools/dependencies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,8 @@ The dependencies could be categorized by several groups: BLAS libraries, CPU-bas

## How to update them?

### MKL, MKLDNN

@pengzhao-intel (https://github.com/apache/incubator-mxnet/commits?author=pengzhao-intel) and his team are tracking and updating these versions. Kudos to them!

### CUDA, cuDNN, NCCL
#### 1. Environment Setup
We will install all the prerequsite software.
We demonstrate with CUDA10/cuDNN7.5/NCCL 2.4.2.
You might want to change these versions to suit your needs.

#### 0. Prerequisite Software
```
# Take Ubuntu 16.04 for example.
sudo apt update
sudo apt-get install -y git \
cmake \
Expand All @@ -109,9 +99,21 @@ sudo apt-get install -y git \
pandoc \
python3-pip \
automake \
pkg-config \
openjdk-8-jdk
pkg-config
```

### MKL, MKLDNN

@pengzhao-intel (https://github.com/apache/incubator-mxnet/commits?author=pengzhao-intel) and his team are tracking and updating these versions. Kudos to them!

### CUDA, cuDNN, NCCL

#### 1. Environment Setup
We will install all the prerequsite software.
We demonstrate with CUDA10/cuDNN7.5/NCCL 2.4.2.
You might want to change these versions to suit your needs.

```
# CUDA installation
# Take CUDA 10 for example, please follow the instructions on https://developer.nvidia.com/cuda-downloads
# Install NVIDIA Accelerated Graphics Driver for Linux-x86_64 410.48?
Expand Down Expand Up @@ -272,8 +274,7 @@ sudo apt-get install -y git \
pandoc \
python3-pip \
automake \
pkg-config \
openjdk-8-jdk
pkg-config
```
2. Build PyPi package
```
Expand Down Expand Up @@ -322,8 +323,7 @@ sudo apt-get install -y git \
pandoc \
python3-pip \
automake \
pkg-config \
openjdk-8-jdk
pkg-config
```
2. Build PyPi package
```
Expand Down

0 comments on commit 681cfc4

Please sign in to comment.