We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723c8e3 commit 1fbdc82Copy full SHA for 1fbdc82
.github/workflows/_ascend_npu_torchtune.yml
@@ -67,12 +67,6 @@ jobs:
67
run: |
68
pip install -e .
69
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
-
76
- name: Download torch artifact
77
if: ${{ inputs.torch-artifact }}
78
uses: actions/download-artifact@v4
@@ -109,7 +103,13 @@ jobs:
109
103
110
104
- name: Show environment info
111
105
112
- pip list
106
+ pip list
107
+
108
+ - name: Download Qwen2.5 model
+ run: |
+ export HF_ENDPOINT=https://hf-mirror.com
+ tune download Qwen/Qwen2.5-0.5B-Instruct \
+ --output-dir /tmp/Qwen2.5-0.5B-Instruct
113
114
- name: Run torchtune with lora finetune
115
0 commit comments