Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug Fixed] Install nccl to system path (#57)
**Description** Closes #53 . If we use "make install" to install nccl, it will install nccl to /usr/local/lib. And if we want pytorch or extension link to the nccl we build, we need to change LD_LIBRARY_PATH and persist it. Another solution is we just install nccl to the system path and suggest user to use docker. **Major Revision** - Install nccl to system path. - Recommend to use PyTorch Container. --------- Co-authored-by: JackieWu <wkcn@live.cn>
- Loading branch information