mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
fixed 70B detection again, try fix horde issues, fixed lite unicode issue, fixed cmake for cuda
This commit is contained in:
parent
3554080502
commit
793cfd136c
4 changed files with 9 additions and 3 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue