Replies: 2 comments
-
python -m tools.webui |
Beta Was this translation helpful? Give feedback.
-
I hear a beep sound after training. Why is this happening? After some iterations (about 2 days) during epoch 0, the process suddenly finished. |
Beta Was this translation helpful? Give feedback.
-
python tools/llama/merge_lora.py
--lora-config r_8_alpha_16
--base-weight checkpoints/fish-speech-1.5
--lora-weight results/$project/checkpoints/step_000000010.ckpt
--output checkpoints/fish-speech-1.5-yth-lora/
After fine-tuning, how is the directory generated by checkpoints/fish-speech-1.5-yth-lora used in inference? Do you want to specify it during inference?
Beta Was this translation helpful? Give feedback.
All reactions