Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
70eedb58
Unverified
Commit
70eedb58
authored
Aug 30, 2025
by
Mohammad Miadh Angkad
Committed by
GitHub
Aug 30, 2025
Browse files
Fix typo in warning message about DeepGEMM JIT (#9802)
parent
9c99949e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/layers/quantization/deep_gemm_wrapper/compile_utils.py
...rt/layers/quantization/deep_gemm_wrapper/compile_utils.py
+1
-1
No files found.
python/sglang/srt/layers/quantization/deep_gemm_wrapper/compile_utils.py
View file @
70eedb58
...
@@ -93,7 +93,7 @@ def _maybe_compile_deep_gemm_one_type_all(
...
@@ -93,7 +93,7 @@ def _maybe_compile_deep_gemm_one_type_all(
if
not
_IN_PRECOMPILE_STAGE
and
_IS_FIRST_RANK_ON_NODE
:
if
not
_IN_PRECOMPILE_STAGE
and
_IS_FIRST_RANK_ON_NODE
:
logger
.
warning
(
logger
.
warning
(
"Entering DeepGEMM JIT Pre-Compile session. "
"Entering DeepGEMM JIT Pre-Compile session. "
"It may take
s
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`. "
"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`"
"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. "
" for pre-compilation to reduce the overhead if you have not run it before. "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment