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 fb13e3e commit 2d822d3Copy full SHA for 2d822d3
koboldcpp.py
@@ -494,7 +494,7 @@ def init_library():
494
libname = lib_vulkan
495
elif file_exists(lib_vulkan_noavx2):
496
libname = lib_vulkan_noavx2
497
- elif args.useclblast (os.name!='nt' or file_exists("clblast.dll")):
+ elif args.useclblast and (os.name!='nt' or file_exists("clblast.dll")):
498
if file_exists(lib_clblast):
499
libname = lib_clblast
500
elif file_exists(lib_clblast_noavx2):
0 commit comments