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 ae3e9c3

Browse filesBrowse files
committed
Update shared library extension for macos
1 parent 6a143ac commit ae3e9c3
Copy full SHA for ae3e9c3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎llama_cpp/llama_cpp.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_cpp.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def _load_shared_library(lib_base_name):
1010
if sys.platform.startswith("linux"):
1111
lib_ext = ".so"
1212
elif sys.platform == "darwin":
13-
lib_ext = ".dylib"
13+
lib_ext = ".so"
1414
elif sys.platform == "win32":
1515
lib_ext = ".dll"
1616
else:

0 commit comments

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