Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for armv7 (Raspberry) #891

Closed
ecxod opened this issue Aug 1, 2022 · 2 comments
Closed

Support for armv7 (Raspberry) #891

ecxod opened this issue Aug 1, 2022 · 2 comments

Comments

@ecxod
Copy link

ecxod commented Aug 1, 2022

I tried to pip ctranslate2>=2.17.0 and I found out that there is no such package

# uname -a
Linux blackpi 5.10.63-v7l+ #1496 SMP Wed Dec 1 15:58:56 GMT 2021 armv7l GNU/Linux

# pip install ctranslate2
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement ctranslate2
ERROR: No matching distribution found for ctranslate2

for amd64 seems no problem. Could you please upload a armv7 version?

@guillaumekln
Copy link
Collaborator

We publish Python packages for ARMv8, but not for v7.

The main reason is that the Python build ecosystem does not support ARMv7 as far as I know. We use manylinux and cibuildwheel to build the Python packages and both do not support ARMv7. You can refer to these issues:

@guillaumekln
Copy link
Collaborator

Realistically we will not build packages for ARMv7 as part of our automated builds. It's too much additional work for a platform that is quite old and generally not powerful enough to run the models covered by CTranslate2. It should still be possible to manually compile the library on ARMv7 but we will not actively support this use case. Thank you for your understanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants