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 33b6fd8 commit 15cdc3fCopy full SHA for 15cdc3f
.github/workflows/ascend_npu_test.yml
@@ -48,7 +48,7 @@ on:
48
- /dev/davinci6
49
- /dev/davinci7
50
- /dev/davinci8
51
- default: '/dev/davinci6'
+ default: '/dev/davinci4'
52
description: 'The device selected to run on'
53
54
# Only cancel the previous runs when triggered by a pull request
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
set -e
72
echo "runner=${{ github.event.inputs.runner || 'self-hosted' }}" >> $GITHUB_OUTPUT
73
- echo "device=${{ github.event.inputs.device || '/dev/davinci6' }}" >> $GITHUB_OUTPUT
+ echo "device=${{ github.event.inputs.device || '/dev/davinci4' }}" >> $GITHUB_OUTPUT
74
echo "image=${{ github.event.inputs.image || 'ascendai/cann:latest' }}" >> $GITHUB_OUTPUT
75
76
build:
0 commit comments