Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2854b2

Browse filesBrowse files
authored
print some path
1 parent bbd9661 commit a2854b2
Copy full SHA for a2854b2

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎llama_cpp/llama_cpp.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_cpp.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
def _load_shared_library(lib_base_name: str):
2525
# Construct the paths to the possible shared library names
2626
_base_path = pathlib.Path(os.path.abspath(os.path.dirname(__file__)))
27+
print("------------------------------------------------------------")
28+
print(_base_path)
2729
# Searching for the library in the current directory under the name "libllama" (default name
2830
# for llamacpp) and "llama" (default name for this repo)
2931
_lib_paths: List[pathlib.Path] = []

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.