Skip to content

Commit 742e03b

Browse files
committed
fix
Signed-off-by: 0oshowero0 <o0shower0o@outlook.com>
1 parent affd9a1 commit 742e03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/special_e2e/run_ppo_trainer_veomni.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ NUM_GPUS=${NUM_GPUS:-8}
1313
FSDP_SIZE=${FSDP_SIZE:-4}
1414
SP_SIZE=${SP_SIZE:-2}
1515
EP_SIZE=${EP_SIZE:-1}
16-
VERL_EXP_NAME=${VERL_EXP_NAME:-qwen3-2b-vl-function-reward-minimal-fsdp-size8}
16+
VERL_EXP_NAME=${VERL_EXP_NAME:-qwen3-2b-vl-function-reward-minimal-veomni-size8}
1717

1818
python3 -m verl.trainer.main_ppo \
1919
model_engine=veomni \
@@ -59,7 +59,7 @@ python3 -m verl.trainer.main_ppo \
5959
trainer.use_legacy_worker_impl=disable \
6060
trainer.critic_warmup=0 \
6161
trainer.logger=console \
62-
trainer.project_name='verl_grpo_example_gsm8k' \
62+
trainer.project_name='verl_veomni_test' \
6363
trainer.experiment_name="${VERL_EXP_NAME}" \
6464
trainer.n_gpus_per_node="${NUM_GPUS}" \
6565
trainer.val_before_train="${VAL_BEFORE_TRAIN}" \

0 commit comments

Comments
 (0)