Skip to content

Commit 4318d83

Browse files
committed
increase context len, decrease bsz for 8b (working)
1 parent bf3dbf0 commit 4318d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/grpo/qwen3_8b.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# Global configuration
55
group_size: 8
6-
local_batch_size: 12 # per-device batch size
6+
local_batch_size: 8 # per-device batch size
77
max_req_tokens: 1024
8-
max_res_tokens: 1024
8+
max_res_tokens: 2048
99
model: "Qwen/Qwen3-8B"
1010
off_by_n: 1 # Off by one by default
1111

0 commit comments

Comments
 (0)