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

ai.djl.fasttext doesn't work on Linux ARM64 #3585

Closed
iamshubhambhola opened this issue Jan 18, 2025 · 1 comment · Fixed by #3584
Closed

ai.djl.fasttext doesn't work on Linux ARM64 #3585

iamshubhambhola opened this issue Jan 18, 2025 · 1 comment · Fixed by #3584
Labels
enhancement New feature or request

Comments

@iamshubhambhola
Copy link
Contributor

Description

Can you please add support for linux-aarch64.
Generated libjni_fasttext.so file is compatible with x86_64 architecture only.

References

Error Message

fasttext is not getting resolved in user.home or any writable directory assigned to DJL_CACHE_DIR.

java.io.IOException: Resource not found in classpath: native/lib/linux-aarch64/libjni_fasttext.so

@iamshubhambhola
Copy link
Contributor Author

iamshubhambhola commented Jan 18, 2025

I have created an MR. One thing that might needs to be added in this MR is, ARM-Specific Docker Image in the file .github/workflows/native_s3_fasttext.yml that modifies build configuration in case of linux-aarch64.

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

Successfully merging a pull request may close this issue.

1 participant