Skip to content

Commit 15cdc3f

Browse files
committed
update
1 parent 33b6fd8 commit 15cdc3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ on:
4848
- /dev/davinci6
4949
- /dev/davinci7
5050
- /dev/davinci8
51-
default: '/dev/davinci6'
51+
default: '/dev/davinci4'
5252
description: 'The device selected to run on'
5353

5454
# Only cancel the previous runs when triggered by a pull request
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
set -e
7272
echo "runner=${{ github.event.inputs.runner || 'self-hosted' }}" >> $GITHUB_OUTPUT
73-
echo "device=${{ github.event.inputs.device || '/dev/davinci6' }}" >> $GITHUB_OUTPUT
73+
echo "device=${{ github.event.inputs.device || '/dev/davinci4' }}" >> $GITHUB_OUTPUT
7474
echo "image=${{ github.event.inputs.image || 'ascendai/cann:latest' }}" >> $GITHUB_OUTPUT
7575
7676
build:

0 commit comments

Comments
 (0)