Make llama.cpp the default loader

This commit is contained in:
oobabooga 2025-04-21 16:36:35 -07:00
parent 86c3ed3218
commit 15989c2ed8
2 changed files with 18 additions and 18 deletions

View file

@ -85,7 +85,7 @@ def create_interface():
# Force some events to be triggered on page load
shared.persistent_interface_state.update({
'loader': shared.args.loader or 'Transformers',
'loader': shared.args.loader or 'llama.cpp',
'mode': shared.settings['mode'] if shared.settings['mode'] == 'instruct' else gr.update(),
'character_menu': shared.args.character or shared.settings['character'],
'instruction_template_str': shared.settings['instruction_template_str'],