From c996e8ccd415f6e1077ace5bc645d19a8dd40203 Mon Sep 17 00:00:00 2001 From: Amos You <91300605+amosyou@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:11:19 -0700 Subject: [PATCH] [Minor] Fix logging typo (#1615) --- python/sglang/srt/model_executor/model_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/srt/model_executor/model_runner.py b/python/sglang/srt/model_executor/model_runner.py index 83273bc43..698d35d99 100644 --- a/python/sglang/srt/model_executor/model_runner.py +++ b/python/sglang/srt/model_executor/model_runner.py @@ -95,7 +95,7 @@ class ModelRunner: 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: