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
6b2b8bf0
Unverified
Commit
6b2b8bf0
authored
Aug 23, 2025
by
Yineng Zhang
Committed by
GitHub
Aug 23, 2025
Browse files
fix: blackwell dsv3 fp8 issue temporary solution (#9530)
parent
4edbe0d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
python/sglang/srt/layers/quantization/deep_gemm_wrapper/configurer.py
...g/srt/layers/quantization/deep_gemm_wrapper/configurer.py
+2
-1
No files found.
python/sglang/srt/layers/quantization/deep_gemm_wrapper/configurer.py
View file @
6b2b8bf0
...
@@ -7,7 +7,8 @@ logger = logging.getLogger(__name__)
...
@@ -7,7 +7,8 @@ logger = logging.getLogger(__name__)
def
_compute_enable_deep_gemm
():
def
_compute_enable_deep_gemm
():
sm_version
=
get_device_sm
()
sm_version
=
get_device_sm
()
if
sm_version
<
90
:
# TODO fix blackwell fp8
if
sm_version
!=
90
:
return
False
return
False
try
:
try
:
...
...
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