Closed Prasanta-Hembram closed 1 year ago
Hi!
For facebook/nllb-200-distilled-600M please use fb_nllb_translate version. This version is simpler, and will download net automatically.
fb_nllb_ctranslate2 requires manual downloads some special versions prepared with CTranslate2 conversion. Example in JustFrederick huggingface account.
https://huggingface.co/JustFrederik account with CTranslate2 prepared models. You need download them manually, and place in folder in OneRingTranslator folder, and then make a link.
Thank you @janvarev It worked!!🤩🤩
Hello, I have tried installing it using the following steps here . Also, when I click on start-webapi.bat it woks well I'm able to translate using this api request: http://127.0.0.1:4990/translate?text=Hi%21&from_lang=en&to_lang=fr getting result "Salut!" . I want to use fb_nllb_ctranslate2 plugin for translation, but each time I make request I get RuntimeError: Unable to open file 'model.bin' in model 'facebook/nllb-200-distilled-600M' . I don't know where facebook/nllb-200-distilled-600M should be created, I already have model.bin file??