mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
fixed a typo
This commit is contained in:
parent
fb13e3e51b
commit
2d822d3059
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue