[Q&A] Offline Translation #442
Replies: 5 comments 3 replies
The offline translation model mentioned isnt ai model, you just load the plugin then load the zip file mentioned in the translation model page according to which language you want to translate, to use translation you have 3 engine option auto - if there is plugin loaded/setup correctly/failed to load zip use plugin else ai,
Here is the setup video: https://youtube.com/shorts/XxtcARqW61s |
Oh wait, i think there is an issue on offline and lite flavour, i was using standard |
|
https://github.com/user-attachments/assets/f8531c8e-6e71-4a47-a0c1-440b6d13c84f |
And you are right i forget to decouple the target language in offline flavours, which makes it impossible to change target language |
|
The error message is misleading. The offline translation feature has two separate model systems. ML Kit translation models (downloaded in-app) work without any GGUF or ONNX model. ONNX local models require manual setup for higher quality. The No local model selected error means the translation plugin is trying to use the ONNX path. Go to Settings then Translation and look for a model selection option. Switch it to ML Kit or built-in offline if available. The ML Kit models you already downloaded should then work. If there is no toggle, the offline build may default to expecting an ONNX model. You would need to download an ONNX translation model from Hugging Face (NLLB or M2M100 in ONNX format) and point the plugin to it. The intent is ML Kit for basic offline translation out of the box, ONNX optional for better quality. The error message just does not make that clear. |
Uh oh!
There was an error while loading. Please reload this page.
Question
By the Readme for the offline translation.
But if I do not add a GGUF model. Error: No local model selected.
Version: LeanType_4.1.5-offline-release.apk
Translation Plugin: 1.0.4
Offline Translation model downloaded: English, French, German. By the app.
The Question is : Is this the intended use of the translation tool?
If adding a model the translation works. But I have no idea which translation tool is taken.
Thanks
Version
v.4.1.5
All reactions