Skip to content

Commit

Permalink
remove unnecessary debug code
Browse files Browse the repository at this point in the history
Signed-off-by: Linkun Chen <[email protected]>
  • Loading branch information
Linkun Chen committed Nov 18, 2024
1 parent 470fbd3 commit 550be23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/models/decoder_only/vision_language/test_pixtral.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

from vllm import (EngineArgs, LLMEngine, RequestOutput, SamplingParams,
TextPrompt, TokensPrompt)
from vllm.logger import init_logger
from vllm.multimodal import MultiModalDataBuiltins
from vllm.multimodal.inputs import PlaceholderRange
from vllm.sequence import Logprob, SampleLogprobs
Expand All @@ -28,8 +27,6 @@
if TYPE_CHECKING:
from _typeshed import StrPath

logger = init_logger(__name__)

MODELS = ["mistralai/Pixtral-12B-2409"]
IMG_URLS = [
"https://picsum.photos/id/237/400/300",
Expand Down

0 comments on commit 550be23

Please sign in to comment.