abetlen / abetlen/llama-cpp-python
FileNotFoundError: Shared library with base name 'llama' not found
Open
- Dominant language
- Python
- Stars
- 10.6k
- Forks
- 1.4k
- PR merge metrics
- PR metrics pending
Description
Traceback (most recent call last):
File "/data/zhy/models/llama_cpp_python/model_test.py", line 1, in
from llama_cpp import Llama
File "/data/zhy/models/llama_cpp_python/llama_cpp/__init__.py", line 1, in
from .llama_cpp import *
File "/data/zhy/models/llama_cpp_python/llama_cpp/llama_cpp.py", line 88, in
_lib = _load_shared_library(_lib_base_name)
File "/data/zhy/models/llama_cpp_python/llama_cpp/llama_cpp.py", line 79, in _load_shared_library
raise FileNotFoundError(
FileNotFoundError: Shared library with base name 'llama' not found
Contributor guide
Assessment
This issue has not been assessed yet.