Skip to content

Commit d21fc66

Browse files
committed
Fix Monarch tutorial links
1 parent 05c08f2 commit d21fc66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

intermediate_source/monarch_distributed_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Monarch is an actor framework designed to streamline the development of distribu
2222
- **Flexible resource management**: Support for multiple cluster schedulers including SLURM, Kubernetes, custom host management, and local processes
2323
- **Integrated monitoring**: Stream logs from remote processes back to your client for easy debugging and aggregation
2424

25-
For more details, see the `Monarch documentation <https://meta-pytorch.org/monarch/generated/examples/getting_started.html>`_.
25+
For more details, see the `Monarch documentation <https://meta-pytorch.org/monarch/v0.4.0/generated/examples/getting_started.html>`_.
2626

2727
Why Use Monarch?
2828
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -224,7 +224,7 @@ but here is some pseudocode with common usages:
224224
pass
225225
226226
Remote actor endpoints can also utilize Python native breakpoints, enabling interactive debugging sessions.
227-
For a complete deep-dive into Monarch debuggers, please `refer to the documentation <https://meta-pytorch.org/monarch/generated/examples/debugging.html>`_.
227+
For a complete deep-dive into Monarch debuggers, please `refer to the documentation <https://meta-pytorch.org/monarch/v0.4.0/generated/examples/debugging.html>`_.
228228

229229
.. code-block:: python
230230

0 commit comments

Comments
 (0)