Skip to content

Commit

Permalink
typo in docs (apache#16094)
Browse files Browse the repository at this point in the history
* typo for NCCL

* retrigger CI
  • Loading branch information
chongruo authored and gyshi committed Sep 7, 2019
1 parent 919137f commit c613fe6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c613fe6

Please sign in to comment.