mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-14 02:30:36 +01:00
Update aiserver.py
This commit is contained in:
parent
76a6c124dd
commit
cba93e29d2
@ -488,9 +488,6 @@ else:
|
||||
|
||||
vars.model = args.model;
|
||||
|
||||
if args.quiet:
|
||||
vars.quiet = True
|
||||
|
||||
if args.colab:
|
||||
args.remote = True;
|
||||
args.override_rename = True;
|
||||
@ -498,6 +495,9 @@ if args.colab:
|
||||
args.nobreakmodel = True;
|
||||
args.quiet = True;
|
||||
|
||||
if args.quiet:
|
||||
vars.quiet = True
|
||||
|
||||
if args.nobreakmodel:
|
||||
vars.nobreakmodel = True;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user