Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
SageMoore committed Dec 6, 2024
1 parent f2a4623 commit 1b6f920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/compilation/fusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def process_matches(self, graph: torch.fx.Graph):

fused_node = graph.call_function(
auto_functionalized,
(torch.ops._C.fused_add_rms_norm_static_fp8_quant.default,
(torch.ops._C.fused_add_rms_norm_static_fp8_quant.default,
),
kwargs=kwargs)

Expand Down

0 comments on commit 1b6f920

Please sign in to comment.