Skip to content

Commit 214a3e0

Browse files
committed
fix
1 parent 99596f0 commit 214a3e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/llm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defaults:
4343
jobs:
4444
llm-ci:
4545
name: llm-ci
46-
runs-on: [self-hosted, ernie-8gpu]
46+
runs-on: [self-hosted, ernie-8gpu-1]
4747
steps:
4848
- name: Determine Image Name
4949
env:
@@ -152,7 +152,6 @@ jobs:
152152
source $work_dir/../../../proxy
153153
cd /workspace/PaddleNLP && git config --global --add safe.directory $PWD
154154
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
156155
timeout 2h bash scripts/regression/run_ci.sh python${python_version} ${paddle_whl}
157156
'
158157
fi

0 commit comments

Comments
 (0)