marella / ctransformers

Python bindings for the Transformer models implemented in C/C++ using GGML library.
MIT License
1.76k stars 137 forks source link

OSError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found #186

Open luohao123 opened 7 months ago

luohao123 commented 7 months ago

OSError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found

TheBloke commented 7 months ago

There's another thread about this here: https://github.com/marella/ctransformers/issues/58

It might help, although it seems that a hack is required at the moment until ctransformers is updated to fix a bug. It's unclear when that might happen as ctransformers is not being updated at the moment.