Replies: 1 comment
-
python -m tools.webui |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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