Skip to content

Commit

Permalink
minor test fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Moore <[email protected]>
  • Loading branch information
SageMoore committed Dec 20, 2024
1 parent 008b725 commit 4a0ac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compile/test_functionalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_fix_functionalization(model: str, quant_key: QuantKey,
# and replaced by fused quantized ops in RMS_QUANT_OPS.
rms_ops = [FUSED_OPS[(quant_key, True)], FUSED_OPS[(quant_key, False)]
] if do_fusion else [RMS_OP]
silu_mul_ops = SILU_MUL_QUANT_OP if do_fusion and \
silu_mul_ops = [SILU_MUL_QUANT_OP] if do_fusion and \
quant_key == kFp8StaticTensorSym else [
SILU_MUL_OP
]
Expand Down

0 comments on commit 4a0ac7e

Please sign in to comment.