mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-13 02:10:39 +02:00
fixed 70B detection again, try fix horde issues, fixed lite unicode issue, fixed cmake for cuda
This commit is contained in:
@@ -1689,6 +1689,7 @@ def main(args):
|
||||
|
||||
if args.hordeconfig and len(args.hordeconfig)>4:
|
||||
horde_thread = threading.Thread(target=run_horde_worker,args=(args,args.hordeconfig[3],args.hordeconfig[4]))
|
||||
horde_thread.setDaemon(True)
|
||||
horde_thread.start()
|
||||
|
||||
print(f"Please connect to custom endpoint at {epurl}")
|
||||
|
||||
Reference in New Issue
Block a user