Changed nobreakmodel to go to all model backends

This commit is contained in:
ebolam
2023-05-27 09:37:15 -04:00
parent 47276c3424
commit 6c8099381f

View File

@@ -1482,7 +1482,8 @@ def general_startup(override_args=None):
koboldai_vars.quiet = True
if args.nobreakmodel:
model_backends['Huggingface'].nobreakmodel = True
for model_backend in model_backends:
model_backends[model_backend].nobreakmodel = True
if args.remote:
koboldai_vars.host = True;