Skip to content

Commit d6ddab6

Browse files
committed
update
1 parent bbfc90a commit d6ddab6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/llm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)