Skip to content

Commit

Permalink
Update adapter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaochenyang20 authored Feb 15, 2025
1 parent d1a93be commit 766ffa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sglang/srt/openai_api/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def load_chat_template_for_openai_api(tokenizer_manager, chat_template_arg, mode
logger.warning(
f"Using a chat_template: '{used_chat_template}', "
f"which is different from official chat template: '{official_chat_template}', "
f"This discrepancy may lead to performance degradation"
f"This discrepancy may lead to performance degradation."
)


Expand Down

0 comments on commit 766ffa9

Please sign in to comment.