We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd9661 commit a2854b2Copy full SHA for a2854b2
llama_cpp/llama_cpp.py
@@ -24,6 +24,8 @@
24
def _load_shared_library(lib_base_name: str):
25
# Construct the paths to the possible shared library names
26
_base_path = pathlib.Path(os.path.abspath(os.path.dirname(__file__)))
27
+ print("------------------------------------------------------------")
28
+ print(_base_path)
29
# Searching for the library in the current directory under the name "libllama" (default name
30
# for llamacpp) and "llama" (default name for this repo)
31
_lib_paths: List[pathlib.Path] = []
0 commit comments