diff --git a/beginner_source/dist_overview.rst b/beginner_source/dist_overview.rst index 148d118f338..502961e20c3 100644 --- a/beginner_source/dist_overview.rst +++ b/beginner_source/dist_overview.rst @@ -2,6 +2,9 @@ PyTorch Distributed Overview ============================ **Author**: `Will Constable `_ +.. note:: + |edit| View and edit this tutorial in `github `__. + This is the overview page for the ``torch.distributed`` package. The goal of this page is to categorize documents into different topics and briefly describe each of them. If this is your first time building distributed training @@ -89,6 +92,3 @@ PyTorch Distributed Developers If you'd like to contribute to PyTorch Distributed, refer to our `Developer Guide `_. - -.. note:: - |edit| View and edit this tutorial in `github `__.