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
97cd38e5
Unverified
Commit
97cd38e5
authored
Oct 07, 2025
by
Cheng Wan
Committed by
GitHub
Oct 07, 2025
Browse files
Skip weight loading in deepgemm compilation (#11312)
parent
3c06b673
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
python/sglang/compile_deep_gemm.py
python/sglang/compile_deep_gemm.py
+3
-0
No files found.
python/sglang/compile_deep_gemm.py
View file @
97cd38e5
...
@@ -141,6 +141,9 @@ def refine_server_args(server_args: ServerArgs, compile_args: CompileArgs):
...
@@ -141,6 +141,9 @@ def refine_server_args(server_args: ServerArgs, compile_args: CompileArgs):
server_args
.
enable_torch_compile
=
False
server_args
.
enable_torch_compile
=
False
print
(
f
"Disable CUDA Graph and Torch Compile to save time..."
)
print
(
f
"Disable CUDA Graph and Torch Compile to save time..."
)
server_args
.
load_format
=
"dummy"
print
(
f
"Set load format to dummy to save time..."
)
# Set watchdog timeout to compile_args.timeout because compilation will take a long time
# Set watchdog timeout to compile_args.timeout because compilation will take a long time
server_args
.
watchdog_timeout
=
compile_args
.
timeout
server_args
.
watchdog_timeout
=
compile_args
.
timeout
server_args
.
warmups
=
"compile-deep-gemm"
server_args
.
warmups
=
"compile-deep-gemm"
...
...
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