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
3920cafd
Unverified
Commit
3920cafd
authored
Feb 06, 2026
by
Xin Yang
Committed by
GitHub
Feb 07, 2026
Browse files
[Bugfix] Fix _fused_moe_lora_expand signature mismatch (#33821)
Signed-off-by:
Xin Yang
<
xyangx@amazon.com
>
parent
ec28784f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/lora/ops/triton_ops/fused_moe_lora_op.py
vllm/lora/ops/triton_ops/fused_moe_lora_op.py
+0
-1
No files found.
vllm/lora/ops/triton_ops/fused_moe_lora_op.py
View file @
3920cafd
...
...
@@ -779,7 +779,6 @@ def _fused_moe_lora_shrink_fake(
def
_fused_moe_lora_expand_fake
(
output
:
torch
.
Tensor
,
a_intermediate_cache1
:
torch
.
Tensor
,
b_intermediate_cache1
:
torch
.
Tensor
,
lora_b_stacked
:
list
[
torch
.
Tensor
],
topk_weights
:
torch
.
Tensor
,
sorted_token_ids
:
torch
.
Tensor
|
None
,
...
...
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