Skip to content

Commit 34e03ab

Browse files
committed
update
1 parent d0ac85a commit 34e03ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_ascend_npu_benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- /usr/local/Ascend/driver/lib64/:/usr/local/Ascend/driver/lib64/
4040
- /usr/local/Ascend/driver/version.info:/usr/local/Ascend/driver/version.info
4141
- /etc/ascend_install.info:/etc/ascend_install.info
42+
- /data/disk3/jyh/:/jyh
4243
options: >-
4344
--network host
4445
--device ${{ inputs.device }}
@@ -73,8 +74,7 @@ jobs:
7374
- name: Download ${{ inputs.artifact_name }}
7475
working-directory: ascend_npu
7576
run: |
76-
curl -fsSL -o file.zip https://productionresultssa12.blob.core.windows.net/actions-results/0edb76f6-d15b-4a37-8032-bbaaace37dc2/workflow-job-run-3dc8fd7e-4368-5a92-293e-d53cefc8c4b3/artifacts/6a4de1e86796fdc760ffd7a57326621e3ef1a070d1a7a32221552670ba4904ad.zip?rscd=attachment%3B+filename%3D%22torch_npu-2.6.0%2Bgit69ceea7-cp310-cp310-linux_aarch64.whl.zip%22&se=2024-11-28T11%3A47%3A13Z&sig=JpUywWl7K6bB3O9Lg8QEXQE%2BSrd4uNGrWz1GoH99Wa0%3D&ske=2024-11-28T22%3A15%3A30Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2024-11-28T10%3A15%3A30Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2024-11-04&sp=r&spr=https&sr=b&st=2024-11-28T11%3A37%3A08Z&sv=2024-11-04
77-
unzip file.zip
77+
cp /jyh/*.whl .
7878
7979
- name: Install torch_npu
8080
working-directory: ascend_npu

0 commit comments

Comments
 (0)