Skip to content

Commit 800027d

Browse files
committed
[GCU] Enable gcu CI
1 parent 0443587 commit 800027d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci_gcu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ concurrency:
1313

1414
jobs:
1515
CI_GCU:
16-
runs-on: [self-hosted, GCU-S60-8Card]
16+
runs-on:
17+
group: GCU
1718
steps:
1819
- name: Print current runner name
1920
run: |

scripts/run_ci_gcu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ps -efww | grep -E '8188' | grep -v grep | awk '{print $2}' | xargs kill -9 || t
88
lsof -t -i :8188 | xargs kill -9 || true
99

1010
export model_path=${MODEL_PATH}/paddle/ERNIE-4.5-21B-A3B-Paddle
11+
source ${{ github.workspace }}/../../../proxy
1112

1213
echo "pip install requirements"
1314
python -m pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

0 commit comments

Comments
 (0)