mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Changed nobreakmodel to go to all model backends
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user