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/guides/grpo-audio.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Audio Post-training with NeMo RL
2
2
3
+
> **Audio dependencies are not pre-installed in the NeMo-RL container.**
4
+
> Run the following script once before training or evaluation:
5
+
>
6
+
> ```bash
7
+
> bash tools/install_audio_deps.sh
8
+
>```
9
+
>
10
+
> The script is a no-op if they are already installed. Audio tests run it automatically.
11
+
3
12
This guide explains how to use NeMo RL to train [Qwen2.5-Omni](https://huggingface.co/Qwen) (3B or 7B) and [Qwen3-Omni-30B-A3B-Instruct](https://huggingface.co/Qwen/Qwen3-Omni-30B-A3B-Instruct) with GRPO on audio question-answering data, convert the resulting Megatron checkpoint to Hugging Face format, and evaluate it on the [MMAU benchmark](https://huggingface.co/datasets/TwinkStart/MMAU).
4
13
5
14
NeMo RL ships three recipes out of the box, but the pieces are independent and can be mixed:
0 commit comments