mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
only autoset backend if not overridden
This commit is contained in:
parent
722fc2dbf1
commit
b0b067cd96
1 changed files with 4 additions and 2 deletions
|
@ -4923,7 +4923,9 @@ def load_config_cli(filename):
|
|||
else:
|
||||
setattr(args, key, value)
|
||||
if args.istemplate:
|
||||
print("\nA .kcppt template was selected from CLI - automatically selecting your backend...")
|
||||
print("\nA .kcppt template was selected from CLI...")
|
||||
if (args.usecublas is None) and (args.usevulkan is None) and (args.useclblast is None):
|
||||
print("Automatically selecting your backend...")
|
||||
auto_set_backend_cli()
|
||||
|
||||
def save_config_cli(filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue