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
9b67338b
Unverified
Commit
9b67338b
authored
Jan 21, 2026
by
TJian
Committed by
GitHub
Jan 20, 2026
Browse files
[Bugfix] Suppress log on non-ROCm platform (#32703)
Signed-off-by:
tjtanaa
<
tunjian.tan@embeddedllm.com
>
parent
22613408
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
vllm/model_executor/layers/quantization/quark/schemes/quark_ocp_mx.py
...xecutor/layers/quantization/quark/schemes/quark_ocp_mx.py
+5
-4
No files found.
vllm/model_executor/layers/quantization/quark/schemes/quark_ocp_mx.py
View file @
9b67338b
...
...
@@ -154,6 +154,7 @@ try:
dispatch_key
=
current_platform
.
dispatch_key
,
)
except
(
ImportError
,
AttributeError
,
RuntimeError
):
if
current_platform
.
is_rocm
():
logger
.
warning
(
"AITER is not found or QuarkOCP_MX is not supported on the current "
"platform. QuarkOCP_MX quantization will not be available."
...
...
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