Fix typo in warning message about DeepGEMM JIT (#9802)
This commit is contained in:
committed by
GitHub
parent
9c99949ef3
commit
70eedb58bb
@@ -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. "
|
||||
|
||||
Reference in New Issue
Block a user