Skip to content

Commit 628f0d1

Browse files
authored
Update _ascend_npu_torchtune.yml
1 parent 0e97e53 commit 628f0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_ascend_npu_torchtune.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ jobs:
128128
129129
- name: Run torchtune with lora finetune
130130
run: |
131-
tune run lora_finetune_single_device --config qwen2_5/0.5B_lora_single_device || true
131+
tune run lora_finetune_single_device --config qwen2_5/0.5B_lora_single_device
132132
133133
- name: Run torchtune with full finetune
134134
run: |
135-
tune run full_finetune_single_device --config qwen2_5/0.5B_full_single_device || true
135+
tune run full_finetune_single_device --config qwen2_5/0.5B_full_single_device

0 commit comments

Comments
 (0)