You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the README.md, and it states that flow-matching model training is supported.
I also read the run.sh script in the example folder.
I found the phrase "We only support LLM training for now" in the LLM training section.
Additionally, I noticed the line for model in llm flow hifigan; do.
Is this the correct way to modify run.sh if I want to fine-tune the flow-matching model?
(Or should I use for model in flow; do only?)
Thanks.
The text was updated successfully, but these errors were encountered:
Flow-matching model fine-tuning question
Thank you for this great research.
I checked the
README.md
, and it states that flow-matching model training is supported.I also read the run.sh script in the example folder.
I found the phrase "We only support LLM training for now" in the LLM training section.
Additionally, I noticed the line for
model in llm flow hifigan; do
.Is this the correct way to modify run.sh if I want to fine-tune the flow-matching model?
(Or should I use
for model in flow; do
only?)Thanks.
The text was updated successfully, but these errors were encountered: