Unable to install llama cpp python #19714
Replies: 1 comment 1 reply
-
The issue you're encountering with the installation of If CUDA is not installed, download it from the official NVIDIA website, making sure the version is compatible with both your GPU and the After confirming that CUDA is correctly installed and configured, attempt reinstalling the It's also worth noting that a similar issue has been discussed in the LangChain repository: Unable to install llama cpp python, giving some wheel error. Monitoring this discussion may offer additional insights or solutions. Should you need further assistance or have more questions, don't hesitate to reach out. Sources
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I am trying to install llama cpp python as per the guideline mentioned in the langchain documentation but I am getting above errors. Please help me to resolve this issue.
System Info
SKYNET01+AI@SKYNET01 MINGW64 /c/ml-poc
$ pip freeze | grep langchain
langchain==0.1.11
langchain-community==0.0.25
langchain-core==0.1.29
langchain-text-splitters==0.0.1
Beta Was this translation helpful? Give feedback.
All reactions