Skip to content

Commit 581ba07

Browse files
authored
Merge branch 'pytorch-fdn:main' into main
2 parents 2c6bec9 + f701914 commit 581ba07

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/_ascend_npu_benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Download torch artifact
7878
if: ${{ inputs.torch-artifact }}
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v5
8080
with:
8181
name: ${{ inputs.torch-artifact }}
8282

@@ -91,7 +91,7 @@ jobs:
9191
pip install -r https://raw.githubusercontent.com/Ascend/pytorch/refs/heads/master/requirements.txt
9292
9393
- name: Download torch_npu artifact
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v5
9595
with:
9696
name: ${{ inputs.torch-npu-artifact }}
9797
path: ascend_npu
@@ -189,7 +189,7 @@ jobs:
189189
uses: actions/checkout@v4
190190

191191
- name: Download README.md
192-
uses: actions/download-artifact@v4
192+
uses: actions/download-artifact@v5
193193
with:
194194
name: README.md
195195

.github/workflows/_ascend_npu_build_torch_npu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Download torch artifact
7373
if: ${{ inputs.torch-artifact }}
74-
uses: actions/download-artifact@v4
74+
uses: actions/download-artifact@v5
7575
with:
7676
name: ${{ inputs.torch-artifact }}
7777

.github/workflows/_ascend_npu_torchtune.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Download torch artifact
7070
if: ${{ inputs.torch-artifact }}
71-
uses: actions/download-artifact@v4
71+
uses: actions/download-artifact@v5
7272
with:
7373
name: ${{ inputs.torch-artifact }}
7474

@@ -90,7 +90,7 @@ jobs:
9090
echo "torch-version=${torch_version}" >> $GITHUB_OUTPUT
9191
9292
- name: Download torch_npu artifact
93-
uses: actions/download-artifact@v4
93+
uses: actions/download-artifact@v5
9494
with:
9595
name: ${{ inputs.torch-npu-artifact }}
9696
path: ascend_npu

.github/workflows/_ascend_npu_ut.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Download torch artifact
7474
if: ${{ inputs.torch-artifact }}
75-
uses: actions/download-artifact@v4
75+
uses: actions/download-artifact@v5
7676
with:
7777
name: ${{ inputs.torch-artifact }}
7878

@@ -82,7 +82,7 @@ jobs:
8282
pip install ${{ inputs.torch-artifact }}
8383
8484
- name: Download torch_npu artifact
85-
uses: actions/download-artifact@v4
85+
uses: actions/download-artifact@v5
8686
with:
8787
name: ${{ inputs.torch-npu-artifact }}
8888
path: torch_npu

.github/workflows/_gaudi_hpu_benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Download torch artifact
116116
if: ${{ inputs.torch-artifact }}
117-
uses: actions/download-artifact@v4
117+
uses: actions/download-artifact@v5
118118
with:
119119
name: ${{ inputs.torch-artifact }}
120120

@@ -124,7 +124,7 @@ jobs:
124124
pip install ${{ inputs.torch-artifact }}
125125
126126
- name: Download torch_hpu artifact
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v5
128128
with:
129129
# name: ${{ inputs.torch-hpu-artifact }}
130130
name: torch_hpu_dists

.github/workflows/_gaudi_hpu_build_torch_hpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Download torch artifact
8787
if: ${{ inputs.torch-artifact }}
88-
uses: actions/download-artifact@v4
88+
uses: actions/download-artifact@v5
8989
with:
9090
name: ${{ inputs.torch-artifact }}
9191

.github/workflows/_gaudi_hpu_ut.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Download torch artifact
116116
if: ${{ inputs.torch-artifact }}
117-
uses: actions/download-artifact@v4
117+
uses: actions/download-artifact@v5
118118
with:
119119
name: ${{ inputs.torch-artifact }}
120120

@@ -124,7 +124,7 @@ jobs:
124124
pip install ${{ inputs.torch-artifact }}
125125
126126
- name: Download torch_hpu artifact
127-
uses: actions/download-artifact@v4
127+
uses: actions/download-artifact@v5
128128
with:
129129
# name: ${{ inputs.torch-hpu-artifact }}
130130
name: torch_hpu_dists

0 commit comments

Comments
 (0)