Skip to content

Commit 5ecc178

Browse files
authored
Update README.md
1 parent 67d2d2a commit 5ecc178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ torch.save(trained_model.state_dict(), "output/model.pth")
136136
> - [Automatic detection of SLURM environments.](https://torchrun.xyz/usage/slurm.html)
137137
> - Start multi-node training from Python notebooks!
138138
> - Our library is fully typed!
139-
> - Custom, fine-grained handling of logging, environment variables, and exception propagation. We have nice defaults too: no more interleaved logs and irrelevant exceptions!
139+
> - Custom, fine-grained handling of [logging](https://torchrun.xyz/usage/logging.html), [environment variables](https://torchrun.xyz/usage/general.html#environment-variables), and [exception propagation](https://torchrun.xyz/usage/general.html#exceptions). We have nice defaults too: no more interleaved logs and irrelevant exceptions!
140140
141141
**On our [roadmap](https://github.com/apoorvkh/torchrunx/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement): higher-order parallelism, support for debuggers, and more!**

0 commit comments

Comments
 (0)