Skip to content

Commit 1fbdc82

Browse files
committed
update
1 parent 723c8e3 commit 1fbdc82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/_ascend_npu_torchtune.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ jobs:
6767
run: |
6868
pip install -e .
6969
70-
- name: Download Qwen2.5 model
71-
run: |
72-
export HF_ENDPOINT=https://hf-mirror.com
73-
tune download Qwen/Qwen2.5-0.5B-Instruct \
74-
--output-dir /tmp/Qwen2.5-0.5B-Instruct
75-
7670
- name: Download torch artifact
7771
if: ${{ inputs.torch-artifact }}
7872
uses: actions/download-artifact@v4
@@ -109,7 +103,13 @@ jobs:
109103
110104
- name: Show environment info
111105
run: |
112-
pip list
106+
pip list
107+
108+
- name: Download Qwen2.5 model
109+
run: |
110+
export HF_ENDPOINT=https://hf-mirror.com
111+
tune download Qwen/Qwen2.5-0.5B-Instruct \
112+
--output-dir /tmp/Qwen2.5-0.5B-Instruct
113113
114114
- name: Run torchtune with lora finetune
115115
run: |

0 commit comments

Comments
 (0)