Skip to content

Commit

Permalink
fix value pretrain
Browse files Browse the repository at this point in the history
  • Loading branch information
lpscr committed Nov 5, 2024
1 parent 15ed1a5 commit bbe0d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/f5_tts/train/finetune_gradio.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def start_training(
cmd += f" --finetune {finetune}"

if file_checkpoint_train != "":
cmd += f" --file_checkpoint_train {file_checkpoint_train}"
cmd += f" --pretrain {file_checkpoint_train}"

if tokenizer_file != "":
cmd += f" --tokenizer_path {tokenizer_file}"
Expand Down

0 comments on commit bbe0d4d

Please sign in to comment.