We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78d82b commit 031d9d2Copy full SHA for 031d9d2
.claude/settings.local.json
@@ -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
@@ -3,7 +3,7 @@
# Global configuration
group_size: 8
-local_batch_size: 16 # per-device batch size
+local_batch_size: 8 # per-device batch size
max_req_tokens: 1024
max_res_tokens: 1024
model: "Qwen/Qwen3-8B"
0 commit comments