Fix broken link to RCCL Replayer GitHub info (#1655)

This commit is contained in:
Jeffrey Novotny
2025-04-23 14:17:31 -04:00
committed by GitHub
parent ee85a70bb4
commit df778b4ea1
+1 -1
View File
@@ -133,7 +133,7 @@ Using the RCCL Replayer
The RCCL Replayer is a debugging tool designed to analyze and replay the collective logs obtained from RCCL runs.
It can be helpful when trying to reproduce problems, because it uses dummy data and doesn't have any dependencies
on non-RCCL calls. For more information,
see `RCCL Replayer GitHub documentation <https://github.com/ROCm/rccl/tree/develop/tools/rccl_replayer>`_.
see `RCCL Replayer GitHub documentation <https://github.com/ROCm/rccl/tree/develop/tools/RcclReplayer>`_.
You must build the RCCL Replayer before you can use it. To build it, run these commands. Ensure ``MPI_DIR`` is set to
the path where MPI is installed.