From 70eedb58bb1a0e5f359c4f02161f624c56b723bb Mon Sep 17 00:00:00 2001 From: Mohammad Miadh Angkad Date: Sat, 30 Aug 2025 18:35:53 +0800 Subject: [PATCH] Fix typo in warning message about DeepGEMM JIT (#9802) --- .../srt/layers/quantization/deep_gemm_wrapper/compile_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/srt/layers/quantization/deep_gemm_wrapper/compile_utils.py b/python/sglang/srt/layers/quantization/deep_gemm_wrapper/compile_utils.py index ca3dbf9d2..d0b4b4a67 100644 --- a/python/sglang/srt/layers/quantization/deep_gemm_wrapper/compile_utils.py +++ b/python/sglang/srt/layers/quantization/deep_gemm_wrapper/compile_utils.py @@ -93,7 +93,7 @@ def _maybe_compile_deep_gemm_one_type_all( if not _IN_PRECOMPILE_STAGE and _IS_FIRST_RANK_ON_NODE: logger.warning( "Entering DeepGEMM JIT Pre-Compile session. " - "It may takes a long time (typically 10-20 mins) " + "It may take a long time (typically 10-20 mins) " "if you have not run `sglang.compile_deep_gemm`. " "It is recommended to run `sglang.compile_deep_gemm` with same args as `sglang.launch_server`" " for pre-compilation to reduce the overhead if you have not run it before. "