Hi, I've been trying to run bitsandbytes for the first time using the diffusers package via --use_8bit_adam on a V100 with 16GB and get the following:
OSError: /lib64/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /extradata/hf_env/lib/python3.9/site-packages/bitsandbytes/libbitsandbytes_cuda114_nocublaslt.so)`
Running CenOS 7 with the latest version of GNU C++, that is libstdc++-4.8.5-44.el7.x86_64.
I was wondering whether this is something that can be fixed or if bitsandbytes simply requires a newer CentOS version / another linux distribution like Ubuntu. Thanks!
Hi, I've been trying to run bitsandbytes for the first time using the diffusers package via
--use_8bit_adamon a V100 with 16GB and get the following:OSError: /lib64/libstdc++.so.6: versionCXXABI_1.3.9' not found (required by /extradata/hf_env/lib/python3.9/site-packages/bitsandbytes/libbitsandbytes_cuda114_nocublaslt.so)`Running CenOS 7 with the latest version of GNU C++, that is libstdc++-4.8.5-44.el7.x86_64.
I was wondering whether this is something that can be fixed or if bitsandbytes simply requires a newer CentOS version / another linux distribution like Ubuntu. Thanks!