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. "