Skip to content

Commit f12bd92

Browse files
committed
move submodule stuff into comment until
Signed-off-by: Terry Kong <[email protected]>
1 parent 805181c commit f12bd92

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
<!-- markdown all in one -->
44
- [Nemo RL: A Scalable and Efficient Post-Training Library](#nemo-rl-a-scalable-and-efficient-post-training-library)
5+
- [📣 News](#-news)
56
- [Features](#features)
67
- [Prerequisites](#prerequisites)
78
- [GRPO](#grpo)
89
- [GRPO Single Node](#grpo-single-node)
910
- [GRPO Multi-node](#grpo-multi-node)
1011
- [GRPO Qwen2.5-32B](#grpo-qwen25-32b)
11-
- [GRPO Multi-Turn/Tool-Use](#grpo-multi-turn)
12+
- [GRPO Multi-Turn](#grpo-multi-turn)
1213
- [Supervised Fine-Tuning (SFT)](#supervised-fine-tuning-sft)
1314
- [SFT Single Node](#sft-single-node)
1415
- [SFT Multi-node](#sft-multi-node)
@@ -62,6 +63,12 @@ Clone **NeMo RL**.
6263
```sh
6364
git clone [email protected]:NVIDIA/NeMo-RL.git nemo-rl
6465
cd nemo-rl
66+
```
67+
68+
<!--
69+
```sh
70+
git clone [email protected]:NVIDIA/NeMo-RL.git nemo-rl
71+
cd nemo-rl
6572
6673
# If you are using the Megatron backend, download the pinned versions of Megatron-LM and NeMo submodules
6774
# by running:
@@ -74,6 +81,7 @@ cd nemo-rl
7481
# **NOTE**: this setting will not download **new** or remove **old** submodules with the branch's changes.
7582
# You will have to run the full `git submodule update --init --recursive` command in these situations.
7683
```
84+
-->
7785

7886
Install `uv`.
7987
```sh

0 commit comments

Comments
 (0)