@@ -67,21 +67,16 @@ jobs:
6767 llm_rl_job :
6868 if : github.repository_owner == 'verl-project'
6969 name : E2E Ascend testing for RL training scenarios of LLM models
70- runs-on : linux-aarch64-a2 -8
70+ runs-on : linux-aarch64-a2b3 -8
7171 timeout-minutes : 120
7272 container :
73- image : swr.ap-southeast-1 .myhuaweicloud.com/base_image /ascend-ci/verl/verl:verl-8.5.0-910b-ubuntu22.04-py3.11-latest
73+ image : swr.cn-southwest-2 .myhuaweicloud.com/modelfoundry /ascend-ci/verl/verl:verl-8.5.0-910b-ubuntu22.04-py3.11-latest
7474 options : >-
7575 --shm-size 16g
7676 env :
7777 HF_ENDPOINT : " https://hf-mirror.com"
7878 HF_HUB_ENABLE_HF_TRANSFER : " 0" # This is more stable
7979 steps :
80- - name : Config third-party dependency download cache
81- run : |
82- sed -Ei 's@(ports|archive).ubuntu.com@cache-service.nginx-pypi-cache.svc.cluster.local:8081@g' /etc/apt/sources.list
83- pip config set global.index-url http://cache-service.nginx-pypi-cache.svc.cluster.local/pypi/simple
84- pip config set global.trusted-host cache-service.nginx-pypi-cache.svc.cluster.local
8580 - name : Check npu and CANN info
8681 run : |
8782 cat /usr/local/Ascend/ascend-toolkit/latest/"$(uname -i)"-linux/ascend_toolkit_install.info
@@ -132,21 +127,16 @@ jobs:
132127 vlm_rl_job :
133128 if : github.repository_owner == 'verl-project'
134129 name : E2E Ascend testing for RL training scenarios of VLM models
135- runs-on : linux-aarch64-a2 -8
130+ runs-on : linux-aarch64-a2b3 -8
136131 timeout-minutes : 120
137132 container :
138- image : swr.ap-southeast-1 .myhuaweicloud.com/base_image /ascend-ci/verl/verl:verl-8.5.0-910b-ubuntu22.04-py3.11-latest
133+ image : swr.cn-southwest-2 .myhuaweicloud.com/modelfoundry /ascend-ci/verl/verl:verl-8.5.0-910b-ubuntu22.04-py3.11-latest
139134 options : >-
140135 --shm-size 16g
141136 env :
142137 HF_ENDPOINT : " https://hf-mirror.com"
143138 HF_HUB_ENABLE_HF_TRANSFER : " 0" # This is more stable
144139 steps :
145- - name : Config third-party dependency download cache
146- run : |
147- sed -Ei 's@(ports|archive).ubuntu.com@cache-service.nginx-pypi-cache.svc.cluster.local:8081@g' /etc/apt/sources.list
148- pip config set global.index-url http://cache-service.nginx-pypi-cache.svc.cluster.local/pypi/simple
149- pip config set global.trusted-host cache-service.nginx-pypi-cache.svc.cluster.local
150140 - name : Check npu and CANN info
151141 run : |
152142 cat /usr/local/Ascend/ascend-toolkit/latest/"$(uname -i)"-linux/ascend_toolkit_install.info
0 commit comments