Skip to content

Commit

Permalink
isort fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyalington committed Oct 8, 2024
1 parent aef4c68 commit f1e28dd
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 @@ -27,6 +27,7 @@
from torch import nn
from transformers import LlamaConfig

import vllm.envs as envs
from vllm import _custom_ops as ops
from vllm.attention import Attention, AttentionMetadata
from vllm.config import CacheConfig, LoRAConfig
Expand Down Expand Up @@ -55,7 +56,6 @@

from .interfaces import SupportsLoRA
from .utils import PPMissingLayer, is_pp_missing_parameter, make_layers
import vllm.envs as envs


class LlamaMLP(nn.Module):
Expand Down

0 comments on commit f1e28dd

Please sign in to comment.