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 d2fed95 commit 9c9702dCopy full SHA for 9c9702d
.github/workflows/ascend_npu_test.yml
@@ -40,9 +40,10 @@ on:
40
required: true
41
type: choice
42
options:
43
- - self-hosted
44
- npu-arm64
45
- default: 'self-hosted'
+ - linux-arm64-npu-1
+ - linux-arm64-npu-2
46
+ default: 'linux-arm64-npu-1'
47
description: 'The runner selected to run on'
48
image:
49
@@ -95,7 +96,7 @@ jobs:
95
96
- name: Set environment params
97
id: set-env
98
run: |
- echo "runner=${{ github.event.inputs.runner || 'self-hosted' }}" >> $GITHUB_OUTPUT
99
+ echo "runner=${{ github.event.inputs.runner || 'linux-arm64-npu-1' }}" >> $GITHUB_OUTPUT
100
echo "device=${{ github.event.inputs.device || '/dev/davinci5' }}" >> $GITHUB_OUTPUT
101
echo "image=${{ github.event.inputs.image || 'ascendai/cann:latest' }}" >> $GITHUB_OUTPUT
102
0 commit comments