Unverified Commit 0e60c925 authored by Jaden Mathias's avatar Jaden Mathias Committed by GitHub
Browse files

[Bugfix] Remove assert causing hipErrorStreamCaptureUnsupported (#34455)


Signed-off-by: default avatarJaden Mathias <jaden.mathias@amd.com>
parent d7ff2220
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment