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 0e97e53 commit 628f0d1Copy full SHA for 628f0d1
.github/workflows/_ascend_npu_torchtune.yml
@@ -128,8 +128,8 @@ jobs:
128
129
- name: Run torchtune with lora finetune
130
run: |
131
- tune run lora_finetune_single_device --config qwen2_5/0.5B_lora_single_device || true
+ tune run lora_finetune_single_device --config qwen2_5/0.5B_lora_single_device
132
133
- name: Run torchtune with full finetune
134
135
- tune run full_finetune_single_device --config qwen2_5/0.5B_full_single_device || true
+ tune run full_finetune_single_device --config qwen2_5/0.5B_full_single_device
0 commit comments