Merge branch 'concedo' into concedo_experimental
# Conflicts: # koboldcpp.py
This commit is contained in:
commit
efd0567f10
1 changed files with 1 additions and 1 deletions
|
@ -1805,7 +1805,7 @@ def main(launch_args,start_server=True):
|
|||
def onready_subprocess():
|
||||
import subprocess
|
||||
print("Starting Post-Load subprocess...")
|
||||
subprocess.Popen(args.onready[0], shell=True)
|
||||
subprocess.run(args.onready[0], shell=True)
|
||||
timer_thread = threading.Timer(1, onready_subprocess) #1 second delay
|
||||
timer_thread.start()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue