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 7f07e41 commit fc2e511Copy full SHA for fc2e511
.github/workflows/ascend_npu_test.yml
@@ -83,7 +83,7 @@ jobs:
83
id: set-env
84
run: |
85
echo "runner=${{ github.event.inputs.runner || 'linux-arm64-npu-1' }}" >> $GITHUB_OUTPUT
86
- 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
87
88
# TODO(shink): List ghstack PR's ref
89
- name: List ref to the PyTorch branch
0 commit comments