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

typo in docs #16094

Merged
merged 2 commits into from
Sep 5, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install/build_from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ There is a configuration file for make,

``` bash
echo "USE_NCCL=1" >> make/config.mk
echo "USE_NCCP_PATH=path-to-nccl-installation-folder" >> make/config.mk
echo "USE_NCCL_PATH=path-to-nccl-installation-folder" >> make/config.mk
cp make/config.mk .
```
- Run make command
Expand Down