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
7e4e709b
Unverified
Commit
7e4e709b
authored
Apr 01, 2025
by
Alexander Matveev
Committed by
GitHub
Mar 31, 2025
Browse files
[V1] TPU - Fix fused MOE (#15834)
Signed-off-by:
Alexander Matveev
<
amatveev@redhat.com
>
parent
63d8eabe
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/fused_moe/layer.py
vllm/model_executor/layers/fused_moe/layer.py
+1
-1
No files found.
vllm/model_executor/layers/fused_moe/layer.py
View file @
7e4e709b
...
@@ -309,7 +309,7 @@ class UnquantizedFusedMoEMethod(FusedMoEMethodBase, CustomOp):
...
@@ -309,7 +309,7 @@ class UnquantizedFusedMoEMethod(FusedMoEMethodBase, CustomOp):
expert_map
=
expert_map
,
expert_map
=
expert_map
,
renormalize
=
renormalize
)
renormalize
=
renormalize
)
forward_native
=
forward_cuda
forward_native
=
forward_tpu
if
current_platform
.
is_tpu
else
forward_cuda
def
determine_expert_map
(
def
determine_expert_map
(
...
...
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