mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Updated package to build with skbuild
This commit is contained in:
@@ -5,7 +5,7 @@ from ctypes import c_int, c_float, c_double, c_char_p, c_void_p, c_bool, POINTER
|
||||
import pathlib
|
||||
|
||||
# Load the library
|
||||
libfile = pathlib.Path(__file__).parent.parent / "libllama.so"
|
||||
libfile = pathlib.Path(__file__).parent / "libllama.so"
|
||||
lib = ctypes.CDLL(str(libfile))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user