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
2343d8df
Unverified
Commit
2343d8df
authored
Apr 22, 2025
by
JieXin Liang
Committed by
GitHub
Apr 21, 2025
Browse files
[fix] force use deepgemm in compile_deep_gemm (#5618)
parent
92bb64bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
python/sglang/compile_deep_gemm.py
python/sglang/compile_deep_gemm.py
+2
-0
No files found.
python/sglang/compile_deep_gemm.py
View file @
2343d8df
...
@@ -28,6 +28,8 @@ multiprocessing.set_start_method("spawn", force=True)
...
@@ -28,6 +28,8 @@ multiprocessing.set_start_method("spawn", force=True)
# Reduce warning
# Reduce warning
os
.
environ
[
"SGL_IN_DEEP_GEMM_PRE_COMPILE_STAGE"
]
=
"1"
os
.
environ
[
"SGL_IN_DEEP_GEMM_PRE_COMPILE_STAGE"
]
=
"1"
# Force enable deep gemm
os
.
environ
[
"SGL_ENABLE_JIT_DEEPGEMM"
]
=
"1"
@
dataclasses
.
dataclass
@
dataclasses
.
dataclass
...
...
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