Skip to content

Commit

Permalink
Update quickstart.md (#333)
Browse files Browse the repository at this point in the history
Fixed a broken documentation link.
  • Loading branch information
chhwang authored Jul 25, 2024
1 parent f131fae commit a920a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $ mpirun -np 16 -npernode 8 -hostfile hostfile ./test/mp_unit_tests -ip_port 10.

### Python Benchmark

[Install the MSCCL++ Python package](https://github.com/microsoft/mscclpp/blob/chhwang/docs/docs/quickstart.md#install-from-source-python-module) and run our Python AllReduce benchmark as follows. It requires MPI on the system.
[Install the MSCCL++ Python package](#install-from-source-python-module) and run our Python AllReduce benchmark as follows. It requires MPI on the system.

```bash
# Choose `requirements_*.txt` according to your CUDA/ROCm version.
Expand Down

0 comments on commit a920a6c

Please sign in to comment.