8000 Update shared library extension for macos · coderonion/llama-cpp-python@ae3e9c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae3e9c3

Browse files
committed
Update shared library extension for macos
1 parent 6a143ac commit ae3e9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama_cpp.py

Lines 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:
< 319F /code>

0 commit comments

Comments
 (0)
0