mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
edit colab (+1 squashed commits)
Squashed commits: [c7ccb99d] update colab with llava
This commit is contained in:
parent
6a32c14e86
commit
a69bc44e7a
3 changed files with 14 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue