Skip to content

Commit b3325df

Browse files
committed
update
1 parent 7749d94 commit b3325df

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/ascend_npu_test.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373
echo "device=${{ github.event.inputs.device || '/dev/davinci4' }}" >> $GITHUB_OUTPUT
7474
echo "image=${{ github.event.inputs.image || 'ascendai/cann:latest' }}" >> $GITHUB_OUTPUT
7575
76-
build:
77-
name: Build torch_npu
78-
needs:
79-
- prepare
80-
uses: ./.github/workflows/_ascend_npu_build.yml
81-
with:
82-
runner: ${{ needs.prepare.outputs.runner }}
83-
image: ${{ needs.prepare.outputs.image }}
76+
# build:
77+
# name: Build torch_npu
78+
# needs:
79+
# - prepare
80+
# uses: ./.github/workflows/_ascend_npu_build.yml
81+
# with:
82+
# runner: ${{ needs.prepare.outputs.runner }}
83+
# image: ${{ needs.prepare.outputs.image }}
8484

8585
# test:
8686
# name: Test torch_npu
@@ -98,10 +98,9 @@ jobs:
9898
name: Run benchmarks
9999
needs:
100100
- prepare
101-
- build
102101
uses: ./.github/workflows/_ascend_npu_benchmark.yml
103102
with:
104103
runner: ${{ needs.prepare.outputs.runner }}
105104
image: ${{ needs.prepare.outputs.image }}
106105
device: ${{ needs.prepare.outputs.device }}
107-
artifact_name: ${{ needs.build.outputs.artifact_name }}
106+
artifact_name: 'torch_npu-2.6.0+git69ceea7-cp310-cp310-linux_aarch64.whl'

0 commit comments

Comments
 (0)