abetlen / abetlen/llama-cpp-python
FileNotFoundError: Shared library with base name 'llama' not found
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 10.6k
- Forks
- 1.4k
- Métricas de merge de PR
- Métricas de PR pendientes
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.