fixed 70B detection again, try fix horde issues, fixed lite unicode issue, fixed cmake for cuda

This commit is contained in:
Concedo 2023-08-09 01:05:00 +08:00
parent 3554080502
commit 793cfd136c
4 changed files with 9 additions and 3 deletions

View file

@ -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}")