Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
711f4856
Unverified
Commit
711f4856
authored
Oct 02, 2025
by
Zhewen Li
Committed by
GitHub
Oct 02, 2025
Browse files
[Bugfix] Fix import `gemm_afp4wfp4` failure on AMD (#26068)
Signed-off-by:
zhewenli
<
zhewenli@meta.com
>
parent
9c5ee91b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/quantization/quark/schemes/quark_w4a4_mxfp4.py
...tor/layers/quantization/quark/schemes/quark_w4a4_mxfp4.py
+1
-1
No files found.
vllm/model_executor/layers/quantization/quark/schemes/quark_w4a4_mxfp4.py
View file @
711f4856
...
@@ -97,7 +97,7 @@ try:
...
@@ -97,7 +97,7 @@ try:
dispatch_key
=
current_platform
.
dispatch_key
,
dispatch_key
=
current_platform
.
dispatch_key
,
)
)
except
ImportError
:
except
(
ImportError
,
AttributeError
)
:
dynamic_mxfp4_quant
=
gemm_afp4wfp4
=
None
dynamic_mxfp4_quant
=
gemm_afp4wfp4
=
None
__all__
=
[
"QuarkW4A4MXFP4"
]
__all__
=
[
"QuarkW4A4MXFP4"
]
...
...
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