seamless_communication icon indicating copy to clipboard operation
seamless_communication copied to clipboard

Load model weight local

Open ndlongvn opened this issue 1 year ago • 1 comments

I have already downloaded a checkpoint of the model from Hugging Face. How can I use these weights for model inference?

ndlongvn avatar Nov 16 '23 08:11 ndlongvn

@ndlongvn If you are using the HuggingFace version of the weights, then you can refer to the documentation of the HF re-implementation of Seamless for the inference recipes. You will need only to replace the model names in their code (such as "facebook/hf-seamless-m4t-medium") with the path to your local directory with the checkpoint.

avidale avatar Jan 18 '24 09:01 avidale