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
0e60c925
Unverified
Commit
0e60c925
authored
Feb 18, 2026
by
Jaden Mathias
Committed by
GitHub
Feb 18, 2026
Browse files
[Bugfix] Remove assert causing hipErrorStreamCaptureUnsupported (#34455)
Signed-off-by:
Jaden Mathias
<
jaden.mathias@amd.com
>
parent
d7ff2220
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/model_executor/layers/fused_moe/rocm_aiter_fused_moe.py
vllm/model_executor/layers/fused_moe/rocm_aiter_fused_moe.py
+0
-1
No files found.
vllm/model_executor/layers/fused_moe/rocm_aiter_fused_moe.py
View file @
0e60c925
...
...
@@ -381,7 +381,6 @@ class AiterExperts(mk.FusedMoEPermuteExpertsUnpermute):
# TODO(rob): rocm_aiter_fused_experts uses self.quant_config's
# a_scales for static quantization. Update this to fit better
# with the interface once all quant integrations are complete.
assert
a2_scale
==
self
.
quant_config
.
a2_scale
if
expert_tokens_meta
is
not
None
:
num_local_tokens
=
expert_tokens_meta
.
expert_num_tokens
...
...
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