Load FAIRSEQ custom model #271
Answered
by
eginhard
ROBERT-MCDOWELL
asked this question in
Q&A
-
is it possible to load my own fine tuned FAIRSEQ custom model like I do with XTTS? |
Beta Was this translation helpful? Give feedback.
Answered by
eginhard
Jan 23, 2025
Replies: 2 comments
-
Not out of the box. But you could write a small custom wrapper that reuses the existing functions (search for |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eginhard
-
ok thanks! |
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
Not out of the box. But you could write a small custom wrapper that reuses the existing functions (search for
fairseq
in the code) to convert the model and then load it.