We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635c559 commit ce59e33Copy full SHA for ce59e33
vllm/multimodal/image.py
@@ -1,10 +1,10 @@
1
# SPDX-License-Identifier: Apache-2.0
2
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
3
4
-import pybase64
5
from io import BytesIO
6
from pathlib import Path
7
+import pybase64
8
import torch
9
from PIL import Image
10
0 commit comments