Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/_ascend_npu_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Download torch artifact
if: ${{ inputs.torch-artifact }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ inputs.torch-artifact }}

Expand All @@ -99,7 +99,7 @@ jobs:
echo "torch-version=${torch_version}" >> $GITHUB_OUTPUT

- name: Download torch_npu artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ inputs.torch-npu-artifact }}
path: ascend_npu
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
uses: actions/checkout@v4

- name: Download README.md
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: README.md

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_ascend_npu_build_torch_npu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Download torch artifact
if: ${{ inputs.torch-artifact }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ inputs.torch-artifact }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_ascend_npu_torchtitan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Download torch artifact
if: ${{ inputs.torch-artifact }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ inputs.torch-artifact }}

Expand All @@ -102,7 +102,7 @@ jobs:
echo "torch-version=${torch_version}" >> $GITHUB_OUTPUT

- name: Download torch_npu artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ inputs.torch-npu-artifact }}
path: ascend_npu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_ascend_npu_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Download torch artifact
if: ${{ inputs.torch-artifact }}
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ inputs.torch-artifact }}

Expand All @@ -83,7 +83,7 @@ jobs:
pip install ${{ inputs.torch-artifact }}

- name: Download torch_npu artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ inputs.torch-npu-artifact }}
path: torch_npu
Expand Down