mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
fixed WONKY CODE
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ def pick_existant_file(ntoption,nonntoption):
|
||||
return ntoption
|
||||
else:
|
||||
if ntexist and not nonntexist:
|
||||
return option1
|
||||
return option2
|
||||
return ntoption
|
||||
return nonntoption
|
||||
|
||||
lib_default = pick_existant_file("koboldcpp.dll","koboldcpp.so")
|
||||
lib_noavx2 = pick_existant_file("koboldcpp_noavx2.dll","koboldcpp_noavx2.so")
|
||||
|
||||
Reference in New Issue
Block a user