How to specify the model? When starting, Docker downloads too many models, which is very slow. I only want a few specific language translation models. How can I do that?
I see a parameter to specify the language, whether to specify a list of the languages, and download only the translation models of those languages:
–load-only Set available languages
like this?
–load-only=zh,en,fr,ja
1 Like
Yes
1 Like