We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7963809 commit 6f36eefCopy full SHA for 6f36eef
scripts/run-qwen3-30B-A3B.sh
@@ -87,7 +87,7 @@ GRPO_ARGS=(
87
--eps-clip 0.2
88
--eps-clip-high 0.28
89
--use-tis
90
- --tis-level sequence
+ --tis-level geometric
91
)
92
93
OPTIMIZER_ARGS=(
@@ -107,6 +107,7 @@ WANDB_ARGS=(
107
--use-wandb
108
--wandb-project slime-dev
109
--wandb-group qwen3-30B-A3B-TIS
110
+ --wandb-run-id qwen3-30B-A3B-TIS-sequence
111
--wandb-key ${WANDB_KEY}
112
113
0 commit comments