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 4189786 commit e5e19e8Copy full SHA for e5e19e8
1 file changed
llama_cpp/_ctypes_extensions.py
@@ -56,6 +56,7 @@ def load_shared_library(lib_base_name: str, base_path: pathlib.Path):
56
cuda_path = os.environ["CUDA_PATH"]
57
sub_dirs_to_add = [
58
"bin",
59
+ os.path.join("bin", "x64"), # CUDA 13.0+
60
"lib",
61
os.path.join("lib", "x64")
62
]
0 commit comments