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
I am trying to use ctransformers to load the falcon-40b ggml model and I get the following error
OSError: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /home/ec2-user/anaconda3/envs/amazonei_pytorch_latest_p37/lib/python3.7/site-packages/ctransformers/lib/avx2/libctransformers.so)
I am using an AWS Sagemaker notebook. I am new to this, please help in resolving this issue
The text was updated successfully, but these errors were encountered:
I believe you still have the model parameter set to Llama instead of falcon in your configuration file. I recognize this error and I believe I fixed it in that way!
This looks related to #58 (comment)
I'm guessing AWS Sagemaker notebook instance is using Amazon Linux 2 which uses old glibc version. You can try building it from source:
Hi
I am trying to use ctransformers to load the falcon-40b ggml model and I get the following error
OSError: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /home/ec2-user/anaconda3/envs/amazonei_pytorch_latest_p37/lib/python3.7/site-packages/ctransformers/lib/avx2/libctransformers.so)
I am using an AWS Sagemaker notebook. I am new to this, please help in resolving this issue
The text was updated successfully, but these errors were encountered: