We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing bigdl-nano(version: 0.14.0b20211215), I do "source bigdl-nano-init". It goes like:
OpenMP library found... Setting OMP_NUM_THREADS... Setting OMP_NUM_THREADS specified for pytorch... Setting KMP_AFFINITY... Setting KMP_BLOCKTIME... Setting MALLOC_CONF... Setting LD_PRELOAD... **sed: error while loading shared libraries: libunwind.so.8: cannot open shared object file: No such file or directory sed: error while loading shared libraries: libunwind.so.8: cannot open shared object file: No such file or directory** +++++ Env Variables +++++ LD_PRELOAD= MALLOC_CONF= OMP_NUM_THREADS=48 KMP_AFFINITY=granularity=fine,compact,1,0 KMP_BLOCKTIME=1 TF_ENABLE_ONEDNN_OPTS= +++++++++++++++++++++++++ Complete.
It seems that libunwind.so.8 is missing. Will it cause any problem and how can I fix it? Much Thanks!
The text was updated successfully, but these errors were encountered:
Does your sed work fine? Mayme you need to install libunwind8 via apt or yum.
sed
libunwind8
Sorry, something went wrong.
I think this happens on one of our internal server, we may need to install them and see what happens.
No branches or pull requests
After installing bigdl-nano(version: 0.14.0b20211215), I do "source bigdl-nano-init". It goes like:
It seems that libunwind.so.8 is missing. Will it cause any problem and how can I fix it? Much Thanks!
The text was updated successfully, but these errors were encountered: