Skip to content

Commit

Permalink
Lint again, to fixed point
Browse files Browse the repository at this point in the history
  • Loading branch information
mawong-amd committed Dec 19, 2024
1 parent 1ed1389 commit 06f53ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vllm/model_executor/models/llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ def forward(
attn_metadata,
fp8_comp_scales=(self.attn._q_scale,
self.attn._prob_scale,
self.o_proj.input_scale
if self.attn_fp8_out else None))
self.o_proj.input_scale if
self.attn_fp8_out else None))
output, _ = self.o_proj(attn_output)
return output

Expand Down

0 comments on commit 06f53ba

Please sign in to comment.