OpenNMT / CTranslate2

Fast inference engine for Transformer models
https://opennmt.net/CTranslate2
MIT License
3.03k stars 269 forks source link

Download ready to use model #1729

Open thewh1teagle opened 2 weeks ago

thewh1teagle commented 2 weeks ago

I'm planning to use CTranslate2 from Rust with ctranslate2-rs to create cross platform desktop app for translate multilang offline using facebook/nllb-200-distilled-600M I used the ct2-transformers-converter for convert it to ctranslate compatible format, and it worked on macOS. but when I copied that folder to windows it didn't. Is there a place I can download ready to use models for ctranslate2? or at least create one file which should work on all platforms?

Thanks!

minhthuc2502 commented 1 week ago

You should review the code base of ctranslate2-rs. Normally, the model format is cross-platform. Maybe the problem is caused by the difference between data type's size in the OSes different.