Skip to content

Commit

Permalink
Merge pull request #19 from Zhangky11/ipex-llm
Browse files Browse the repository at this point in the history
Indicate 'Starting warmup' after model loaded
  • Loading branch information
shane-huang authored Mar 25, 2024
2 parents c5a58a7 + 30d9a3a commit 09664f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ui_model_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def load_model_wrapper(selected_model, loader, autoload=False):
if 'instruction_template' in settings:
output += '\n\nIt seems to be an instruction-following model with template "{}". In the chat tab, instruct or chat-instruct modes should be used.'.format(settings['instruction_template'])

output += '\n\n Starting warmup ...'
yield output
else:
yield f"Failed to load `{selected_model}`."
Expand Down

0 comments on commit 09664f8

Please sign in to comment.