Skip to content

Commit 2d822d3

Browse files
committed
fixed a typo
1 parent fb13e3e commit 2d822d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

koboldcpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def init_library():
494494
libname = lib_vulkan
495495
elif file_exists(lib_vulkan_noavx2):
496496
libname = lib_vulkan_noavx2
497-
elif args.useclblast (os.name!='nt' or file_exists("clblast.dll")):
497+
elif args.useclblast and (os.name!='nt' or file_exists("clblast.dll")):
498498
if file_exists(lib_clblast):
499499
libname = lib_clblast
500500
elif file_exists(lib_clblast_noavx2):

0 commit comments

Comments
 (0)