Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/e2e_ascend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ jobs:
engine_mindspeed_llm_rl_job:
if: github.repository_owner == 'verl-project'
name: E2E Ascend testing for RL training scenarios of LLM models using MindSpeed_LLM engine
runs-on: linux-aarch64-a2b3-8
runs-on: linux-aarch64-a3-8
timeout-minutes: 120
container:
image: swr.cn-southwest-2.myhuaweicloud.com/modelfoundry/ascend-ci/verl/verl:verl-sglang-8.3.rc1-910b-ubuntu22.04-py3.11-latest
image: swr.cn-southwest-2.myhuaweicloud.com/modelfoundry/ascend-ci/verl/verl:verl-sglang-8.3.rc1-a3-ubuntu22.04-py3.11-latest
options: >-
--shm-size 16g
env:
Expand Down
Loading