File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- markdown all in one -->
4
4
- [ Nemo RL: A Scalable and Efficient Post-Training Library] ( #nemo-rl-a-scalable-and-efficient-post-training-library )
5
+ - [ 📣 News] ( #-news )
5
6
- [ Features] ( #features )
6
7
- [ Prerequisites] ( #prerequisites )
7
8
- [ GRPO] ( #grpo )
8
9
- [ GRPO Single Node] ( #grpo-single-node )
9
10
- [ GRPO Multi-node] ( #grpo-multi-node )
10
11
- [ GRPO Qwen2.5-32B] ( #grpo-qwen25-32b )
11
- - [ GRPO Multi-Turn/Tool-Use ] ( #grpo-multi-turn )
12
+ - [ GRPO Multi-Turn] ( #grpo-multi-turn )
12
13
- [ Supervised Fine-Tuning (SFT)] ( #supervised-fine-tuning-sft )
13
14
- [ SFT Single Node] ( #sft-single-node )
14
15
- [ SFT Multi-node] ( #sft-multi-node )
@@ -62,6 +63,12 @@ Clone **NeMo RL**.
62
63
``` sh
63
64
git clone
[email protected] :NVIDIA/NeMo-RL.git nemo-rl
64
65
cd nemo-rl
66
+ ```
67
+
68
+ <!--
69
+ ```sh
70
+ git clone [email protected] :NVIDIA/NeMo-RL.git nemo-rl
71
+ cd nemo-rl
65
72
66
73
# If you are using the Megatron backend, download the pinned versions of Megatron-LM and NeMo submodules
67
74
# by running:
@@ -74,6 +81,7 @@ cd nemo-rl
74
81
# **NOTE**: this setting will not download **new** or remove **old** submodules with the branch's changes.
75
82
# You will have to run the full `git submodule update --init --recursive` command in these situations.
76
83
```
84
+ -->
77
85
78
86
Install ` uv ` .
79
87
``` sh
You can’t perform that action at this time.
0 commit comments