Helsinki-NLP / Opus-MT

Open neural machine translation models and web services
MIT License
592 stars 71 forks source link

Manually replacement of model with another model. #51

Open Tortoise17 opened 2 years ago

Tortoise17 commented 2 years ago

I am using the model which is working by default download. I want to replace with another model. I did it with simple replacemen,. But apparently didn't work in docker.

Is there any way to do this with some steps? If you can provide the proper way how to do this with the customized model / language.

jorgtied commented 2 years ago

You need to change the configuration file that points to the models you want to include. And the models need to be available at those locations. Is this for the tornado-based app?