mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-06 13:01:21 +02:00
Merge branch 'concedo' into concedo_experimental
# Conflicts: # koboldcpp.py
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user