File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 88 description : " Build Images"
99 required : true
1010 type : string
11- default : " iregistry.baidu-int.com/tiangexiao /base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.0.0-rc2 "
11+ default : " iregistry.baidu-int.com/new_rl_infra /base-images:paddlecloud-ubuntu24.04-gcc13.3-cuda12.9-cudnn9.9-bccl1.4.1.4-nccl2.26.5-openmpi4.1.5-FleetY13.0.0-v2.4.0-rc1 "
1212 FASTDEPLOY_ARCHIVE_URL :
1313 description : " URL of the compressed FastDeploy code archive."
1414 required : true
5454 value : ${{ jobs.fd-build-rl.outputs.wheel_path_rl }}
5555jobs :
5656 fd-build-rl :
57- runs-on : [self-hosted, GPU-Build]
57+ runs-on : [self-hosted, GPU-Build-RL ]
5858 timeout-minutes : 360
5959 outputs :
6060 wheel_path_rl : ${{ steps.set_output.outputs.wheel_path_rl }}
@@ -161,6 +161,7 @@ jobs:
161161 chown -R $(whoami) /workspace/FastDeploy
162162 cd FastDeploy
163163
164+ python -m pip uninstall paddlepaddle-gpu -y || true
164165 wget -q --no-proxy https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-TagBuild-Training-Linux-Gpu-Cuda12.9-Cudnn9.9-Trt10.5-Mkl-Avx-Gcc11-SelfBuiltPypiUse/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
165166 python -m pip install paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
166167
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 COMPILE_ARCH : " 80,90"
168168 WITH_NIGHTLY_BUILD : OFF
169169 FD_VERSION : 0.0.0
170- PADDLE_WHL_URL : https://paddle-qa.bj.bcebos.com/paddle-pipeline/Paddle-RL-Compile/develop/ latest/paddlepaddle_gpu-3.3.0.dev -cp310-cp310-linux_x86_64.whl
170+ PADDLE_WHL_URL : https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-TagBuild-Training-Linux-Gpu-Cuda12.9-Cudnn9.9-Trt10.5-Mkl-Avx-Gcc11-SelfBuiltPypiUse/ latest/paddlepaddle_gpu-0.0.0 -cp310-cp310-linux_x86_64.whl
171171
172172 build_sm8689 :
173173 name : BUILD_SM8689
You can’t perform that action at this time.
0 commit comments