Skip to content

Commit

Permalink
[Misc] Remove import from transformers logging (vllm-project#5625)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatherineSue authored and jimpang committed Jul 8, 2024
1 parent 472277b commit 09b873e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vllm/model_executor/models/phi3v.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import torch
import torch.nn as nn
from transformers import CLIPVisionConfig, CLIPVisionModel, PretrainedConfig
from transformers.utils import logging

from vllm.attention import AttentionMetadata
from vllm.config import CacheConfig, VisionLanguageConfig
Expand All @@ -35,8 +34,6 @@
from vllm.multimodal.image import get_dummy_image_data
from vllm.sequence import SamplerOutput

logger = logging.get_logger(__name__)

_KEYS_TO_MODIFY_MAPPING = {
"model.vision_embed_tokens": "vision_embed_tokens",
}
Expand Down

0 comments on commit 09b873e

Please sign in to comment.