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 affd9a1 commit 742e03bCopy full SHA for 742e03b
1 file changed
tests/special_e2e/run_ppo_trainer_veomni.sh
@@ -13,7 +13,7 @@ NUM_GPUS=${NUM_GPUS:-8}
13
FSDP_SIZE=${FSDP_SIZE:-4}
14
SP_SIZE=${SP_SIZE:-2}
15
EP_SIZE=${EP_SIZE:-1}
16
-VERL_EXP_NAME=${VERL_EXP_NAME:-qwen3-2b-vl-function-reward-minimal-fsdp-size8}
+VERL_EXP_NAME=${VERL_EXP_NAME:-qwen3-2b-vl-function-reward-minimal-veomni-size8}
17
18
python3 -m verl.trainer.main_ppo \
19
model_engine=veomni \
@@ -59,7 +59,7 @@ python3 -m verl.trainer.main_ppo \
59
trainer.use_legacy_worker_impl=disable \
60
trainer.critic_warmup=0 \
61
trainer.logger=console \
62
- trainer.project_name='verl_grpo_example_gsm8k' \
+ trainer.project_name='verl_veomni_test' \
63
trainer.experiment_name="${VERL_EXP_NAME}" \
64
trainer.n_gpus_per_node="${NUM_GPUS}" \
65
trainer.val_before_train="${VAL_BEFORE_TRAIN}" \
0 commit comments