Skip to content

Commit

Permalink
More formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wushidonguc committed Jul 16, 2024
1 parent 080d588 commit 0b7e1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/models/llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from vllm.utils import is_hip, print_warning_once

from .interfaces import SupportsLoRA
from .utils import is_pp_missing_parameter, make_layers, PPMissingLayer
from .utils import PPMissingLayer, is_pp_missing_parameter, make_layers


class LlamaMLP(nn.Module):
Expand Down

0 comments on commit 0b7e1d3

Please sign in to comment.