Commit ab613ab4 authored by zhuwenwen's avatar zhuwenwen
Browse files

fix index error

parent 1217257c
......@@ -490,7 +490,7 @@ class RMSNormQuantFusionPass(VllmPatternMatcherPass):
# Make sure fused add patterns are before simple rms norm,
# as the latter is a subset of the former in torch ops
# for epsilon in [1e-5, 1e-6]:
for epsilon in [1e-5, 1e-6]:
# # Fuse fused_add_rms_norm + static fp8 quant
# FusedAddRMSNormStaticQuantPattern(epsilon, FP8_DTYPE).register(
# self.patterns
......
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