junnei commited on
Commit
2c3732b
·
verified ·
1 Parent(s): e6cb942

Upload finetune_speech.py

Browse files
Files changed (1) hide show
  1. examples/finetune_speech.py +0 -3
examples/finetune_speech.py CHANGED
@@ -799,9 +799,6 @@ trainer.train()
799
 
800
  import shutil
801
 
802
- # setting output dir
803
- output_dir = "/workspace/output"
804
-
805
  # 1. Save LoRA Adapter
806
  model.language_model.model.save_pretrained(output_dir)
807
 
 
799
 
800
  import shutil
801
 
 
 
 
802
  # 1. Save LoRA Adapter
803
  model.language_model.model.save_pretrained(output_dir)
804