-
Is it possible to finetune MMS models? when I tried I got a bunch of errors like:
followed by:
Which might be because of this function. I'm using Torch 2.5.1 if it's relevant. |
Beta Was this translation helpful? Give feedback.
Answered by
eginhard
Nov 20, 2024
Replies: 1 comment 1 reply
-
It's probably possible in theory, because ultimate they are just Vits models. But yes, that function might only make the necessary changes for inference. I think we also only download the part of the model that is needed for inference, the others are available in a separate file: https://github.com/facebookresearch/fairseq/tree/main/examples/mms#tts |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MedAymenF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's probably possible in theory, because ultimate they are just Vits models. But yes, that function might only make the necessary changes for inference. I think we also only download the part of the model that is needed for inference, the others are available in a separate file: https://github.com/facebookresearch/fairseq/tree/main/examples/mms#tts