File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import hpc_launcher.torch
3636## CLI options for HPC-Launcher ` launch ` and ` torchrun-hpc ` commands
3737
3838- [ ` launch ` ] ( ./launch_cli.md ) - General purpose HPC job launcher
39- - [ ` torchrun-hpc ` ] ( ./torchrun-hpc_cli_2 .md ) - PyTorch-specific distributed training launcher
39+ - [ ` torchrun-hpc ` ] ( ./torchrun-hpc_cli .md ) - PyTorch-specific distributed training launcher
4040
4141# LBANN: Livermore Big Artificial Neural Network Toolkit
4242
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ The launcher automatically detects the available scheduler. Override with `--sch
296296
297297# # See Also
298298
299- - ` torchrun-hpc` - PyTorch-specific distributed training launcher
299+ - [ ` torchrun-hpc` ](./torchrun-hpc_cli.md) - PyTorch-specific distributed training launcher
300300- HPC-launcher documentation: https://github.com/LBANN/HPC-launcher
301301- LBANN documentation: https://lbann.readthedocs.io
302302
Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ if __name__ == "__main__":
438438
439439# # See Also
440440
441- - ` launch` - General purpose HPC job launcher
441+ - [ ` launch` ](./launch_cli.md) - General purpose HPC job launcher
442442- PyTorch Distributed Documentation: https://pytorch.org/docs/stable/distributed.html
443443- HPC-launcher Repository: https://github.com/LBANN/HPC-launcher
444444- LBANN Documentation: https://lbann.readthedocs.io
You can’t perform that action at this time.
0 commit comments