Landeri Srujan
Results
2
comments of
Landeri Srujan
I had similar issue, I have tried installing different versions `pip install llama-cpp-python==0.1.65 --force-reinstall --upgrade --no-cache-dir` this finally worked for me. Hope it helps!
> > Llama-cpp has dropped support for GGML models. You sould use GGUF files instead. > > how can I do that please? Hi refer this documentation [https://python.langchain.com/docs/integrations/llms/llamacpp](https://python.langchain.com/docs/integrations/llms/llamacpp). It clearly...