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
8413868d
Unverified
Commit
8413868d
authored
Jan 08, 2026
by
Xin Yang
Committed by
GitHub
Jan 08, 2026
Browse files
[Bugfix] Fix typo in FusedMoE LoRA reshape comment (#31992)
Signed-off-by:
Xin Yang
<
xyangx@amazon.com
>
parent
8ff4a995
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/lora/model_manager.py
vllm/lora/model_manager.py
+1
-1
No files found.
vllm/lora/model_manager.py
View file @
8413868d
...
@@ -632,7 +632,7 @@ class LoRAModelManager:
...
@@ -632,7 +632,7 @@ class LoRAModelManager:
num_experts
,
-
1
,
down_proj_lora
.
lora_a
.
shape
[
-
1
]
num_experts
,
-
1
,
down_proj_lora
.
lora_a
.
shape
[
-
1
]
)
)
# (output_size,num_experts
,rank
)
# (output_size,
rank,
num_experts)
gate_up_proj_lora
.
lora_b
=
gate_up_proj_lora
.
lora_b
.
reshape
(
gate_up_proj_lora
.
lora_b
=
gate_up_proj_lora
.
lora_b
.
reshape
(
gate_up_proj_lora
.
lora_b
.
shape
[
0
],
-
1
,
num_experts
gate_up_proj_lora
.
lora_b
.
shape
[
0
],
-
1
,
num_experts
)
)
...
...
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