Skip to content

Commit 2a07099

Browse files
committed
Updated default group
1 parent 3c880dd commit 2a07099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/grpo/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ async def pad_token(self):
328328

329329
async def main():
330330
"""Main GRPO training loop with rollout and training processes."""
331-
group_size = 1
331+
group_size = 4
332332
model = "Qwen/Qwen3-1.7B-Base"
333333
max_req_tokens = 512
334334
max_res_tokens = 128

0 commit comments

Comments
 (0)