Skip to content

Commit 2f05287

Browse files
authored
Update README.md
1 parent 9b4a430 commit 2f05287

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,15 @@ py-RFCN-priv supports:
6666
# NCCL (https://github.com/NVIDIA/nccl) is necessary for multi-GPU training with python layer
6767
USE_NCCL := 1
6868
```
69-
69+
70+
**How to install nccl**
71+
```
72+
git clone https://github.com/NVIDIA/nccl.git
73+
cd nccl
74+
sudo make install -j
75+
sudo ldconfig
76+
```
77+
7078
### License
7179

7280
py-RFCN-priv and caffe-priv are released under the MIT License (refer to the LICENSE file for details).

0 commit comments

Comments
 (0)