Skip to content

Commit 0f4c33d

Browse files
committed
update
1 parent 3e0c2c6 commit 0f4c33d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ on:
3333
- ascendai/cann:7.1-openeuler2203sp2
3434
- ascendai/cann:8.0.rc2.alpha003-910b-ubuntu22.04-py3.9
3535
- ascendai/cann:8.0.rc3.alpha002-910b-ubuntu22.04-py3.9
36-
- latest
37-
default: 'latest'
36+
- ascendai/cann:latest
37+
default: 'ascendai/cann:latest'
3838
description: 'The docker image which will be loaded'
3939
device:
4040
required: true
@@ -71,7 +71,7 @@ jobs:
7171
set -e
7272
echo "runner=${{ github.event.inputs.runner || 'self-hosted' }}" >> $GITHUB_OUTPUT
7373
echo "device=${{ github.event.inputs.device || '/dev/davinci6' }}" >> $GITHUB_OUTPUT
74-
echo "image=${{ github.event.inputs.image || 'latest' }}" >> $GITHUB_OUTPUT
74+
echo "image=${{ github.event.inputs.image || 'ascendai/cann:latest' }}" >> $GITHUB_OUTPUT
7575
7676
build:
7777
name: Build torch_npu

0 commit comments

Comments
 (0)