We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99596f0 commit 214a3e0Copy full SHA for 214a3e0
1 file changed
.github/workflows/llm.yml
@@ -43,7 +43,7 @@ defaults:
43
jobs:
44
llm-ci:
45
name: llm-ci
46
- runs-on: [self-hosted, ernie-8gpu]
+ runs-on: [self-hosted, ernie-8gpu-1]
47
steps:
48
- name: Determine Image Name
49
env:
@@ -152,7 +152,6 @@ jobs:
152
source $work_dir/../../../proxy
153
cd /workspace/PaddleNLP && git config --global --add safe.directory $PWD
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
155
- sleep 1d
156
timeout 2h bash scripts/regression/run_ci.sh python${python_version} ${paddle_whl}
157
'
158
fi
0 commit comments