Skip to content

Commit 031d9d2

Browse files
committed
reduce batch size to avoid oom
1 parent b78d82b commit 031d9d2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.claude/settings.local.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(source ~/.bashrc)",
5+
"Bash(conda activate forge-monarch-0-1-1)",
6+
"Bash(pip install:*)",
7+
"Bash(https_proxy=http://fwdproxy:8080 http_proxy=http://fwdproxy:8080 pip install:*)",
8+
"Bash(python -m pytest:*)",
9+
"Bash(https_proxy=http://fwdproxy:8080 http_proxy=http://fwdproxy:8080 git push:*)"
10+
],
11+
"deny": [],
12+
"ask": []
13+
}
14+
}

apps/grpo/qwen3_8b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Global configuration
55
group_size: 8
6-
local_batch_size: 16 # per-device batch size
6+
local_batch_size: 8 # per-device batch size
77
max_req_tokens: 1024
88
max_res_tokens: 1024
99
model: "Qwen/Qwen3-8B"

0 commit comments

Comments
 (0)