Skip to content
New issue

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

cpp-llama-python not found. #782

Open
NitkarshChourasia opened this issue Mar 31, 2024 · 1 comment
Open

cpp-llama-python not found. #782

NitkarshChourasia opened this issue Mar 31, 2024 · 1 comment

Comments

@NitkarshChourasia
Copy link

Whenever I try to ingest my documents. It shows me this error, WHY?

It also gives me the solution to pip install cpp-llama-python

Can someone tell me what this is used for in the current project?

@anabellechan
Copy link

Yes, llama-cpp-python is required for this program to work and you download it using pip install like you mentioned. It is a Python binding for llama-cpp and supports a number of hardware acceleration backends to speed up inference. cpp = C++ which is for efficient execution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants