File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 -v "${CACHE_DIR}/ConfigDir:/root/.config" \
162162 -e TZ="Asia/Shanghai" \
163163 --gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
164- python -m pip install paddlepaddle-gpu==3.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
164+ python -m pip install https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-GpuAll-LinuxCentos-Gcc11-Cuda126-Cudnn95-Trt105-Py310-Compile/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
165165
166166 pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
167167
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186186 -v "${CACHE_DIR}/ConfigDir:/root/.config" \
187187 -e TZ="Asia/Shanghai" \
188188 --gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
189- python -m pip install paddlepaddle-gpu==3.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
189+ python -m pip install https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-GpuAll-LinuxCentos-Gcc11-Cuda126-Cudnn95-Trt105-Py310-Compile/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
190190
191191 pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
192192
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173 elif [[ "${PADDLEVERSION}" != "" ]];then
174174 python -m pip install paddlepaddle-gpu==${PADDLEVERSION} -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
175175 else
176- python -m pip install paddlepaddle-gpu==3.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
176+ python -m pip install https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-GpuAll-LinuxCentos-Gcc11-Cuda126-Cudnn95-Trt105-Py310-Compile/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
177177 fi
178178
179179 pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 -v "${CACHE_DIR}/ConfigDir:/root/.config" \
157157 -e TZ="Asia/Shanghai" \
158158 --gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
159- python -m pip install paddlepaddle-gpu==3.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
159+ python -m pip install https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-GpuAll-LinuxCentos-Gcc11-Cuda126-Cudnn95-Trt105-Py310-Compile/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
160160
161161 pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
162162
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 --gpus "\"device=${DEVICES}\"" ${docker_image} /bin/bash -c '
173173 git config --global --add safe.directory /workspace/FastDeploy
174174 cd FastDeploy
175- python -m pip install paddlepaddle-gpu==3.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
175+ python -m pip install https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-GpuAll-LinuxCentos-Gcc11-Cuda126-Cudnn95-Trt105-Py310-Compile/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
176176 python -m pip install ${fd_wheel_url}
177177 bash scripts/run_pre_ce.sh
178178 '
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 -v "${CACHE_DIR}/ConfigDir:/root/.config" \
165165 -e TZ="Asia/Shanghai" \
166166 --gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
167- python -m pip install paddlepaddle-gpu==3.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
167+ python -m pip install https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-GpuAll-LinuxCentos-Gcc11-Cuda126-Cudnn95-Trt105-Py310-Compile/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
168168
169169 pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
170170
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 git config --global --add safe.directory /workspace/FastDeploy
204204 cd FastDeploy
205205 git diff origin/${BASE_REF}..HEAD --unified=0 > diff.txt
206- python -m pip install paddlepaddle-gpu==3.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
206+ python -m pip install https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-GpuAll-LinuxCentos-Gcc11-Cuda126-Cudnn95-Trt105-Py310-Compile/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
207207 pip config set global.extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
208208
209209 python -m pip install -r scripts/unittest_requirement.txt
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ python -m pip uninstall fastdeploy-xpu -y
7474
7575# 安装PaddlePaddle Release分支安装对应的paddle
7676echo " 安装release分支PaddlePaddle..."
77- python -m pip install paddlepaddle-xpu==3.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
77+ python -m pip install https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-TagBuild-Training-Linux-Xpu-P800-SelfBuiltPypiUse/latest/paddlepaddle_xpu-0.0.0-cp310-cp310-linux_x86_64.whl
7878
7979# ============ 编译项目 ============
8080
You can’t perform that action at this time.
0 commit comments