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
707b240d
Unverified
Commit
707b240d
authored
Jan 08, 2026
by
Xin Yang
Committed by
GitHub
Jan 09, 2026
Browse files
[Bugfix] Fix FusedMoE LoRA w2_output_size (#31949)
Signed-off-by:
Xin Yang
<
xyangx@amazon.com
>
parent
29ce4822
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/lora/layers/fused_moe.py
vllm/lora/layers/fused_moe.py
+1
-1
No files found.
vllm/lora/layers/fused_moe.py
View file @
707b240d
...
...
@@ -720,7 +720,7 @@ class FusedMoE3DWithLoRA(FusedMoEWithLoRA):
"""
Full size
"""
return
self
.
w2_lora_a_stacked
[
0
].
shape
[
-
2
]
return
self
.
base_layer
.
hidden_size
@
classmethod
def
can_replace_layer
(
...
...
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