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
92f5d0f0
Unverified
Commit
92f5d0f0
authored
Mar 02, 2026
by
Kunshang Ji
Committed by
GitHub
Mar 02, 2026
Browse files
[XPU] fix mxfp4 activation type (#35691)
Signed-off-by:
Kunshang Ji
<
kunshang.ji@intel.com
>
parent
a60985b0
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/mxfp4.py
vllm/model_executor/layers/quantization/mxfp4.py
+1
-1
No files found.
vllm/model_executor/layers/quantization/mxfp4.py
View file @
92f5d0f0
...
...
@@ -1258,7 +1258,7 @@ class XpuMxfp4MoEMethod(Mxfp4MoEMethod):
topk_weights
=
routing_weights
,
topk_ids
=
selected_experts
,
n_experts_per_token
=
layer
.
top_k
,
activation
=
layer
.
activation
,
activation
=
layer
.
activation
.
value
,
num_experts
=
layer
.
local_num_experts
,
is_mxfp4
=
True
,
)
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