CTranslate2
CTranslate2 copied to clipboard
Convert Ctranslate2 model to Pytorch or TorchScript or PyTorch Lightning
I want to inference NMT model on android device and found this for demo android application using pytorch lightning. I have a pretrained NMT model which was converted to Ctranslate2 using OpenNMTPy converter. But now don't have access to .pt anymore.
Any ideas on how it could be done?