File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,8 +135,6 @@ jobs:
135135 docker exec -t $container_name /bin/bash -c '
136136 cd /workspace/PaddleNLP
137137 git revert f2477c07272d04244cd3287d1f21c70482a4a85f --no-edit # 套件PR#10413引入bug-待修复
138- sed -i "s/>= 2.0.0/==3.6.0/g" requirements.txt # 报错提示安装torchcodec
139- sed -i "s@--ignore-installed[[:space:]]\+dist/p.*\.whl@--pre --upgrade paddlenlp -f https://www.paddlepaddle.org.cn/whl/paddlenlp.html@g" scripts/regression/run_ci.sh # 绕过pyarrow升级为21.0.0需要编译的问题
140138 '
141139 fi
142140
@@ -153,7 +151,7 @@ jobs:
153151 set -e
154152 source $work_dir/../../../proxy
155153 cd /workspace/PaddleNLP && git config --global --add safe.directory $PWD
156- export paddle_whl=https://paddle-qa.bj.bcebos.com/paddle-pipeline/Develop-GpuSome-LinuxCentos-Gcc82-Cuda118-Cudnn86-Trt85-Py310-CINN-Compile/96aa35fd1be16637ef001426bb473c0132fa7a7a /paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl # 需要套件侧适配Paddle#73283
154+ export paddle_whl=https://paddle-qa.bj.bcebos.com/paddle-pipeline/Develop-GpuSome-LinuxCentos-Gcc82-Cuda118-Cudnn86-Trt85-Py310-CINN-Compile/8ae7423e99b2ea96e410968a0ebb3f1795e37205 /paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl # 需要套件侧适配Paddle#73283
157155 timeout 2h bash scripts/regression/run_ci.sh python${python_version} ${paddle_whl}
158156 '
159157 fi
You can’t perform that action at this time.
0 commit comments