diff --git a/docs/install/build_from_source.md b/docs/install/build_from_source.md index 6fbfa247c037..8101dd3a4ac1 100644 --- a/docs/install/build_from_source.md +++ b/docs/install/build_from_source.md @@ -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