Skip to content

Commit 8c6d164

Browse files
authored
fix: correct the deepspeed_config path reference in the finetuning script (#2680)
1 parent 528f92f commit 8c6d164

File tree

1 file changed

+1
-1
lines changed
  • examples/industrial_data_pretraining/paraformer

1 file changed

+1
-1
lines changed

examples/industrial_data_pretraining/paraformer/finetune.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ scp2jsonl \
4141
output_dir="./outputs"
4242
log_file="${output_dir}/log.txt"
4343

44-
deepspeed_config=${workspace}/../../ds_stage1.json
44+
deepspeed_config=${workspace}/../../deepspeed_conf/ds_stage1.json
4545

4646
mkdir -p ${output_dir}
4747
echo "log_file: ${log_file}"

0 commit comments

Comments
 (0)