Skip to content

Commit bd7303c

Browse files
committed
update
1 parent af923a3 commit bd7303c

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

.github/workflows/_ascend_npu_benchmark.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ jobs:
6161
apt update
6262
apt install --no-install-recommends -y git gcc g++ make cmake ninja-build curl
6363
64-
# - name: Download ${{ inputs.artifact_name }}
65-
# uses: actions/download-artifact@v4
66-
# with:
67-
# name: ${{ inputs.artifact_name }}
68-
# path: ascend_npu
69-
7064
- name: Install torch_npu
7165
working-directory: ascend_npu
7266
run: |

.github/workflows/ascend_npu_test.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -73,27 +73,6 @@ 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 }}
84-
85-
# test:
86-
# name: Test torch_npu
87-
# needs:
88-
# - prepare
89-
# - build
90-
# uses: ./.github/workflows/_ascend_npu_test.yml
91-
# with:
92-
# runner: ${{ needs.prepare.outputs.runner }}
93-
# image: ${{ needs.prepare.outputs.image }}
94-
# device: ${{ needs.prepare.outputs.device }}
95-
# artifact_name: ${{ needs.build.outputs.artifact_name }}
96-
9776
benchmark:
9877
name: Run benchmarks
9978
needs:
@@ -103,4 +82,3 @@ jobs:
10382
runner: ${{ needs.prepare.outputs.runner }}
10483
image: ${{ needs.prepare.outputs.image }}
10584
device: ${{ needs.prepare.outputs.device }}
106-
artifact_name: ${{ needs.build.outputs.artifact_name }}

0 commit comments

Comments
 (0)