Hello. I just tried to run your code but I am getting this error when I installed llama-cpp-python:
raise RuntimeError(f"Failed to load shared library '{_lib_path}': {e}")
RuntimeError: Failed to load shared library 'C:\Users\Downloads\local_llm\venv\Lib\site-packages\llama_cpp\llama.dll': Could not find module 'C:\Users\Downloads\local_llm\venv\Lib\site-packages\llama_cpp\llama.dll' (or one of its dependencies). Try using the full path with constructor syntax.
Hello. I just tried to run your code but I am getting this error when I installed llama-cpp-python:
raise RuntimeError(f"Failed to load shared library '{_lib_path}': {e}")
RuntimeError: Failed to load shared library 'C:\Users\Downloads\local_llm\venv\Lib\site-packages\llama_cpp\llama.dll': Could not find module 'C:\Users\Downloads\local_llm\venv\Lib\site-packages\llama_cpp\llama.dll' (or one of its dependencies). Try using the full path with constructor syntax.