[CI] Fix LM Eval Large Models (H100) (#32423)

Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
(cherry picked from commit bcf2333cd6)
This commit is contained in:
Matthew Bonanni
2026-01-15 19:52:49 -05:00
committed by Kevin H. Luu
parent c2a37a3cf8
commit 7f42dc20bb

View File

@@ -98,7 +98,9 @@ class QuantFP8(CustomOp):
num_token_padding=self.num_token_padding,
scale_ub=scale_ub,
use_per_token_if_dynamic=self.use_per_token_if_dynamic,
group_shape=self.group_shape if self.static else None,
group_shape=(self.group_shape.row, self.group_shape.col)
if self.static
else None,
)
def forward_hip(