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 0443587 commit 800027dCopy full SHA for 800027d
.github/workflows/ci_gcu.yml
@@ -13,7 +13,8 @@ concurrency:
13
14
jobs:
15
CI_GCU:
16
- runs-on: [self-hosted, GCU-S60-8Card]
+ runs-on:
17
+ group: GCU
18
steps:
19
- name: Print current runner name
20
run: |
scripts/run_ci_gcu.sh
@@ -8,6 +8,7 @@ ps -efww | grep -E '8188' | grep -v grep | awk '{print $2}' | xargs kill -9 || t
8
lsof -t -i :8188 | xargs kill -9 || true
9
10
export model_path=${MODEL_PATH}/paddle/ERNIE-4.5-21B-A3B-Paddle
11
+source ${{ github.workspace }}/../../../proxy
12
echo "pip install requirements"
python -m pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
0 commit comments