remove lora

This commit is contained in:
pengzhendong
2025-12-29 17:12:44 +08:00
parent 023d22efd8
commit 95de8cfe20
2 changed files with 3 additions and 24 deletions

View File

@ -70,5 +70,7 @@ ${train_tool} \
++optim_conf.lr=0.0002 \
++audio_encoder_conf.freeze=true \
++audio_adaptor_conf.freeze=true \
++llm_conf.freeze=false \
++llm_conf.freeze=true \
++llm_conf.use_lora=true \
++llm_conf.lora_conf.freeze_lora=false \
++output_dir="${output_dir}" &> ${log_file}