Skip to content

Commit

Permalink
Disable yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
jeejeelee committed Nov 4, 2024
1 parent 7ee5a14 commit e869cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vllm/model_executor/models/idefics3.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@
from vllm.transformers_utils.processor import cached_get_processor
from vllm.utils import is_list_of

# yapf: disable
from .idefics2_vision_model import (
Idefics2VisionTransformer as Idefics3VisionTransformer)
# yapf: enable
from .interfaces import SupportsMultiModal
from .llama import LlamaModel
from .utils import AutoWeightsLoader, flatten_bn
Expand Down

0 comments on commit e869cd0

Please sign in to comment.