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: docs/source/tutorial_sources/zero-to-forge/3_Monarch_101.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Part 3: The Forge-Monarch Connection
2
2
3
-
This is part 3 of our series, in the previous sections: we learned Part 1: [RL Concepts and how they map to Forge](./1_RL_and_Forge_Fundamentals.MD), Part 2: [Forge Internals](./2_Forge_Internals.MD).
3
+
This is part 3 of our series, in the previous sections: we learned Part 1: [RL Concepts and how they map to Forge](./1_RL_and_Forge_Fundamentals), Part 2: [Forge Internals](./2_Forge_Internals).
4
4
5
5
Now let's peel back the layers. Forge services are built on top of **Monarch**, PyTorch's distributed actor framework. Understanding this connection is crucial for optimization and debugging.
# Zero to Forge: From RL Theory to Production-Scale Implementation
2
+
3
+
A comprehensive guide for ML Engineers building distributed RL systems for language models.
4
+
5
+
Some of the examples mentioned below will be conceptual in nature for understanding.
6
+
Please refer to [API Docs](./api) for more details.
7
+
8
+
Welcome to the Tutorials section! This section is inspired by the A-Z
9
+
PyTorch tutorial, shoutout to our PyTorch friends that remember!
10
+
11
+
## Tutorial Structure
12
+
13
+
This section currently is structured in 3 detailed parts:
14
+
15
+
1.[RL Fundamentals and Understanding Forge Terminology](tutorials/zero-to-forge/1_RL_and_Forge_Fundamentals): This gives a quick refresher of Reinforcement Learning and teaches you Forge Fundamentals
16
+
2.[Forge Internals](tutorials/zero-to-forge/2_Forge_Internals): Goes a layer deeper and explains the internals of Forge
17
+
3.[Monarch 101](tutorials/zero-to-forge/3_Monarch_101): It's a 101 to Monarch and how Forge Talks to Monarch
18
+
19
+
Each part builds upon the next and the entire section can be consumed in roughly an hour - Grab a Chai and Enjoy!
20
+
21
+
If you're eager, please checkout our SFT Tutorial too (Coming soon!)!
0 commit comments