[AMD] change fused rms quant interface for aiter upgrade (#14497)
This commit is contained in:
@@ -1839,7 +1839,7 @@ class DeepseekV2AttentionMLA(nn.Module):
|
||||
current_stream.wait_stream(self.alt_stream)
|
||||
else:
|
||||
if _use_aiter_gfx95 and self.q_b_proj.weight.dtype == torch.uint8:
|
||||
q, k_nope, *_ = fused_rms_mxfp4_quant(
|
||||
q, _, k_nope, *_ = fused_rms_mxfp4_quant(
|
||||
q,
|
||||
self.q_a_layernorm.weight,
|
||||
self.q_a_layernorm.variance_epsilon,
|
||||
|
||||
Reference in New Issue
Block a user