Unverified Commit c996e8cc authored by Amos You's avatar Amos You Committed by GitHub
Browse files

[Minor] Fix logging typo (#1615)

parent 7b69d91b
...@@ -95,7 +95,7 @@ class ModelRunner: ...@@ -95,7 +95,7 @@ class ModelRunner:
self.model_config.attention_arch == AttentionArch.MLA self.model_config.attention_arch == AttentionArch.MLA
and not self.server_args.disable_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" self.server_args.attention_backend = "triton"
if self.is_multimodal_model: if self.is_multimodal_model:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment