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

Add tensorflow failing to run because of SSE4 instruction set #1568

Closed
hhadzem opened this issue Apr 13, 2022 · 0 comments · Fixed by #1570
Closed

Add tensorflow failing to run because of SSE4 instruction set #1568

hhadzem opened this issue Apr 13, 2022 · 0 comments · Fixed by #1570
Labels
enhancement New feature or request

Comments

@hhadzem
Copy link

hhadzem commented Apr 13, 2022

Description

As of now, if the system does not have the SSE4 instruction set enabled, the Exception thrown is "Failed to load tensorflow native library djl" with the cause "libstdc++.so.6: cannot open shared object file: No such file or directory".

Further inspection revealed that the problem is actually the instruction set, since the native tensorflow libraries are compiled with it.

It would be beneficial to have it documented or different exception thrown in case of the mandatory instruction set not enabled.

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