File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ permissions:
4040
4141env :
4242 SUBMITTER_URL : http://rayjob-submitter.ci-system.svc.cluster.local
43- IMAGE : quay.io/ ascend/verl:verl-9.0.0-910b -ubuntu22.04-py3.11-latest
43+ IMAGE : swr.cn-southwest-2.myhuaweicloud.com/modelfoundry/ ascend-ci /verl/verl :verl-9.0.0-a3 -ubuntu22.04-py3.11-latest
4444 WORKER_REPLICAS : " 2"
4545
4646jobs :
4747 ascend-rayjob-e2e :
4848 if : github.repository_owner == 'verl-project'
4949 name : E2E Ascend RayJob multinode PPO
50- runs-on : linux-aarch64-a2b3 -8
50+ runs-on : linux-aarch64-a3 -8
5151 timeout-minutes : 240
5252 container :
53- image : quay.io/albert54/actions-runner:ubuntu-24.04
53+ image : swr.cn-southwest-2.myhuaweicloud.com/modelfoundry/ascend-ci/verl/verl:verl-9.0.0-a3-ubuntu22.04-py3.11-latest
5454 options : >-
5555 --dns 10.96.0.10
5656 steps :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ python3 -m verl.trainer.main_ppo \
5050 trainer.logger=' ["console"]' \
5151 trainer.project_name=' verl_ppo_example_gsm8k_qwen3' \
5252 trainer.experiment_name=' qwen3_06b_fsdp_multinode_2x4' \
53- trainer.n_gpus_per_node=4 \
53+ trainer.n_gpus_per_node=8 \
5454 trainer.nnodes=2 \
5555 trainer.save_freq=-1 \
5656 trainer.test_freq=-1 \
You can’t perform that action at this time.
0 commit comments