mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-13 10:18:49 +02:00
fixed a typo
This commit is contained in:
+1
-1
@@ -494,7 +494,7 @@ def init_library():
|
||||
libname = lib_vulkan
|
||||
elif file_exists(lib_vulkan_noavx2):
|
||||
libname = lib_vulkan_noavx2
|
||||
elif args.useclblast (os.name!='nt' or file_exists("clblast.dll")):
|
||||
elif args.useclblast and (os.name!='nt' or file_exists("clblast.dll")):
|
||||
if file_exists(lib_clblast):
|
||||
libname = lib_clblast
|
||||
elif file_exists(lib_clblast_noavx2):
|
||||
|
||||
Reference in New Issue
Block a user