edit colab (+1 squashed commits)

Squashed commits:

[c7ccb99d] update colab with llava
This commit is contained in:
Concedo 2024-03-12 15:21:28 +08:00
parent 6a32c14e86
commit a69bc44e7a
3 changed files with 14 additions and 3 deletions

View file

@ -2870,7 +2870,7 @@ def main(launch_args,start_server=True):
timer_thread = threading.Timer(1, onready_subprocess) #1 second delay
timer_thread.start()
if args.model_param and args.benchmark is not None:
if args.model_param and args.benchmark:
from datetime import datetime, timezone
global libname
start_server = False