Skip to content

Commit ec69cde

Browse files
committed
update
1 parent c2de9a1 commit ec69cde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_ascend_npu_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ jobs:
4242
gcc \
4343
g++ \
4444
make \
45-
cmake \
46-
ninja-build
45+
cmake
4746
4847
- name: Checkout
4948
uses: actions/checkout@v4
5049

5150
- name: Checkout torch_npu
5251
uses: actions/checkout@v4
5352
with:
54-
# TODO(shink): Use ascend/pytorch once this pr merged:
53+
# TODO(shink): Use Ascend/pytorch once this pr merged:
5554
# https://gitee.com/ascend/pytorch/pulls/12854
55+
# repository: Ascend/pytorch
5656
repository: shink/torchnpu
5757
ref: feat/autoload
5858
submodules: recursive

0 commit comments

Comments
 (0)