For Chinese, do you get "Unsupported model binary version"?

When do zh - en, I always get “Unsupported model binary version” error.

But from some Github issue, seems that everyone else get it works. So is it just me, or this is broken?

I’ve tried

rm -rf ~/.local/share/argos-translate/packages/
# and
libretranslate --update-models

Try updating your CTranslate2 version. This error sounds like the CTranslate2 model binary is too new for the CTranslate2 version you’re using.

3 Likes

Hello, I have the same issue with spanish translations. May I know how to update CTranslate2 on docker instances?

Thanks!

But what is CTranslate2 ? I don’t see it in readme.

I follow the readme#install-and-run to install.


pip install ctranslate2

is not working, nothing is updated.

Also the model is auto downloaded, why would it be not useable?

Try

pip install ctranslate2==4.3.1
1 Like