Brandon Green
Results
2
comments of
Brandon Green
I believe that is due to LLama changing their code: https://github.com/ggerganov/llama.cpp/pull/1508 Edit requirements.txt; find the line with llama-cpp-python and change it to this: `llama-cpp-python==0.1.53`
> Yes. Afterwards run `python -m pip -r requirements.txt` to update. Alternately, you can manually update llama-cpp-python by executing `python -m pip install --upgrade llama-cpp-python`