Skip to content

Commit 5b3cd28

Browse files
authored
Small docs fixes (#336)
Signed-off-by: Brian Yu <bxyu@nvidia.com>
1 parent 5daf33f commit 5b3cd28

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

docs/tutorials/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,12 @@ Transform rollouts into training data for supervised fine-tuning (SFT) and direc
2424
{bdg-secondary}`sft` {bdg-secondary}`dpo`
2525
:::
2626

27+
:::{grid-item-card} {octicon}`workflow;1.5em;sd-mr-1` RL Training with NeMo RL
28+
:link: rl-training-with-nemo-rl
29+
:link-type: doc
30+
Train a model with NeMo RL. Learn how to set up NeMo Gym + NeMo RL training environment, run tests, prepare data, and launch single and multi-node training runs.
31+
+++
32+
{bdg-secondary}`sft` {bdg-secondary}`dpo`
33+
:::
34+
2735
::::

docs/tutorials/offline-training-w-rollouts.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,3 @@ You now know how to transform rollouts into training data:
352352
- **Quality filtering and curation** techniques
353353
- **Evaluation methods** to measure improvement
354354
- **Best practices** for sustainable offline training workflows
355-
356-
**Next steps**:
357-
<!-- TODO: Add link [Online Training with Rollouts (RL)](07-online-training.md) -->
358-
<!-- - **Online Training with Rollouts (RL) (Coming soon!)** - Learn real-time training approaches -->
359-
<!-- TODO: Add link [Building Custom Resource Servers](08-building-custom-resources.md) -->
360-
<!-- - **Building Custom Resource Servers (Coming soon!)** - Create domain-specific training data -->
361-
- **[Configuration Management]**

docs/tutorials/rl-training-with-nemo-rl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
(rl-training-with-nemo-rl)=
2+
13
# RL Training with NeMo RL
24

35
**Goal**: Train a model with NeMo RL. Learn how to set up NeMo Gym + NeMo RL training environment, run tests, prepare data, and launch single and multi-node training runs!

0 commit comments

Comments
 (0)