I'm following the README.md instructions and ran pip install -r requirements.txt, which resulted in the following error:
ERROR: Cannot install -r requirements.txt (line 12), -r requirements.txt (line 18) and numpy==1.25.2 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested numpy==1.25.2
llama-cpp-python 0.1.77 depends on numpy>=1.20.0
numba 0.57.1 depends on numpy<1.25 and >=1.21
I'm following the README.md instructions and ran
pip install -r requirements.txt, which resulted in the following error: