marella / chatdocs

Chat with your documents offline using AI.
MIT License
683 stars 97 forks source link

Trouble with chat docs download #52

Closed PeteInBrissie closed 1 year ago

PeteInBrissie commented 1 year ago

I have tried this with 0.2.4 and 0.2.5, getting the same results.


pete@chatdocs:~ $ pip show ctransformers Name: ctransformers Version: 0.2.15 Summary: Python bindings for the Transformer models implemented in C/C++ using GGML library. Home-page: https://github.com/marella/ctransformers Author: Ravindra Marella Author-email: mv.ravindra007@gmail.com License: MIT Location: /home/pete/.local/lib/python3.9/site-packages Requires: huggingface-hub Required-by: chatdocs

Initially I had other errors that were resolved by installing:

Now I get the following:

OSError: /home/pete/.local/lib/python3.9/site-packages/ctransformers/lib/avx2/libctransformers.so: cannot open shared object file: No such file or directory pete@chatdocs:~ $ ls .local/lib/python3.9/site-packages/ctransformers/lib/avx2 ctransformers.dll libctransformers.dylib libctransformers.so

Permissions on the file are -rwxr-xr-x

So I'm stuck. Any help appreciated. Thanks.

PeteInBrissie commented 1 year ago

Have reopened issue with more detail.