Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 1343cd0

Browse files
CatherineSueRobert Shaw
authored andcommitted
[Misc] Remove import from transformers logging (vllm-project#5625)
1 parent f355997 commit 1343cd0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vllm/model_executor/models/phi3v.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import torch
1919
import torch.nn as nn
2020
from transformers import CLIPVisionConfig, CLIPVisionModel, PretrainedConfig
21-
from transformers.utils import logging
2221

2322
from vllm.attention import AttentionMetadata
2423
from vllm.config import CacheConfig, VisionLanguageConfig
@@ -35,8 +34,6 @@
3534
from vllm.multimodal.image import get_dummy_image_data
3635
from vllm.sequence import SamplerOutput
3736

38-
logger = logging.get_logger(__name__)
39-
4037
_KEYS_TO_MODIFY_MAPPING = {
4138
"model.vision_embed_tokens": "vision_embed_tokens",
4239
}

0 commit comments

Comments
 (0)