Skip to content

Commit 60370ed

Browse files
committed
Fix model unittest CI
1 parent 6d8ab06 commit 60370ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/model-unittest-gpu.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defaults:
3434
jobs:
3535
model-unittest-gpu-ci:
3636
name: model-unittest-gpu-ci
37-
runs-on: ${{ inputs.runner || 'ernie-8gpu-1' }}
37+
runs-on: ${{ inputs.runner || 'ernie-8gpu-2' }}
3838
steps:
3939
- name: Determine Image Name
4040
env:
@@ -114,8 +114,6 @@ jobs:
114114
rm -rf /root/.cache/aistudio/
115115
cd /workspace/PaddleFormers && git config --global --add safe.directory $PWD
116116
echo "work_dir = ${work_dir}"
117-
source $work_dir/../../../proxy
118-
source $work_dir/../../../AISTUDIO_ACCESS_TOKEN
119117
cp -r $work_dir/../../../models ./models
120118
echo "Check models:"
121119
ls -l ./models

0 commit comments

Comments
 (0)