Skip to content

Commit c613fe6

Browse files
chongruogyshi
authored andcommitted
typo in docs (apache#16094)
* typo for NCCL * retrigger CI
1 parent 919137f commit c613fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/build_from_source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ There is a configuration file for make,
197197

198198
``` bash
199199
echo "USE_NCCL=1" >> make/config.mk
200-
echo "USE_NCCP_PATH=path-to-nccl-installation-folder" >> make/config.mk
200+
echo "USE_NCCL_PATH=path-to-nccl-installation-folder" >> make/config.mk
201201
cp make/config.mk .
202202
```
203203
- Run make command

0 commit comments

Comments
 (0)