Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ascend_npu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ on:
required: true
type: choice
options:
- ascendai/cann:7.0.1-910b-ubuntu22.04-py3.8
- ascendai/cann:8.0.0-910b-ubuntu22.04-py3.10
- ascendai/cann:latest
default: "ascendai/cann:latest"
- swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.1.rc1-910b-ubuntu22.04-py3.11
- swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:8.3.rc2-910b-ubuntu22.04-py3.11
- swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:latest
default: "swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:latest"
description: "The docker image which will be loaded"

# Only cancel the previous runs when triggered by a pull_request event
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
id: set-env
run: |
echo "runner=${{ github.event.inputs.runner || 'linux-arm64-npu-1' }}" >> $GITHUB_OUTPUT
echo "image=${{ github.event.inputs.image || 'ascendai/cann:latest' }}" >> $GITHUB_OUTPUT
echo "image=${{ github.event.inputs.image || 'swr.cn-southwest-2.myhuaweicloud.com/base_image/ascend-ci/cann:latest' }}" >> $GITHUB_OUTPUT

# TODO(shink): List ghstack PR's ref
- name: List ref to the PyTorch branch
Expand Down
Loading