You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: intermediate_source/pipelining_tutorial.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ processes using ``torchrun``.
234
234
Additional Resources
235
235
--------------------
236
236
237
-
We have successfully integrated torch.distributed.pipelining into the torchtitan repository. TorchTitan is a clean, minimal code base for
237
+
We have successfully integrated ``torch.distributed.pipelining`` into the `torchtitan repository<https://github.com/pytorch/torchtitan>`__. TorchTitan is a clean, minimal code base for
238
238
Large-scale LLM training using native PyTorch. For a production ready usage of pipeline
239
239
parallelism as well as composition with other distributed techniques, see
240
240
`TorchTitan end to end example of 3D parallelism <https://github.com/pytorch/torchtitan>`__.
0 commit comments