Open laelhalawani opened 11 months ago
@laelhalawani sorry for the late reply, can you try cloning from the github and changing winmode in llama/llama_cpp.py and llama/llava_cpp.py to either of the values mentioned here https://stackoverflow.com/a/60723592 and letting me know if that works?
Expected Behavior
I was trying to just install and use llama-cpp-python on a freshly set up anaconda environment. I updated my anaconda navigator to the 2023.09 release version. I created a new environment with python 3.11.5 I installed llama-cpp-python using
pip install llama-cpp-python
I tried to runI expected it would import the classes into my script.
Current Behavior
It resulted in an error [WinError87] unable to load the DLL. I got an error:
Environment and Context
Win 11 Enterprise 10.0 22621, Anaconda Navigator 2023.09.0, Python 3.11.5, llama-ccp-python 0.2.25
It's worth noting that before Anaconda upgrade I was never able to install this package via
pip install llama-cpp-python
and instead had to use git+https method. After I encountered the error I uninstalled with pip uninstall llama-cpp-python and use git+https method to reinstall but it did not help. My previous environments that use 0.2.23 version of llama-cpp-python still work correctly also with the updated Anaconda Navigator, so I doubt there's a problem with the Anaconda.Steps to Reproduce
Described in what i've done
Side note
Thank you so much for your work and this amazing project!