Skip to content

Commit

Permalink
[Minor] Fix logging typo (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
amosyou authored Oct 9, 2024
1 parent 7b69d91 commit c996e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sglang/srt/model_executor/model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(
self.model_config.attention_arch == AttentionArch.MLA
and not self.server_args.disable_mla
):
logger.info("MLA optimization is tunred on. Use triton backend.")
logger.info("MLA optimization is turned on. Use triton backend.")
self.server_args.attention_backend = "triton"

if self.is_multimodal_model:
Expand Down

0 comments on commit c996e8c

Please sign in to comment.