You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: