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 347ba4a commit 3a9227cCopy full SHA for 3a9227c
scripts/hook-llama_cpp.py
@@ -23,5 +23,5 @@
23
so_path = os.path.join(package_path, 'llama_cpp', 'llama.dylib')
24
datas.append((so_path, 'llama_cpp'))
25
elif os.name == 'posix': # Linux
26
- so_path = os.path.join(package_path, 'llama_cpp', 'llama.so')
+ so_path = os.path.join(package_path, 'llama_cpp', 'libllama.so')
27
0 commit comments