[Deprecation] Deprecate code in 0.17 as scheduled (#35441)
Signed-off-by: yewentao256 <zhyanwentao@126.com> Signed-off-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com> Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
This commit is contained in:
@@ -43,12 +43,9 @@ from vllm.utils.tensor_schema import TensorSchema, TensorShape
|
||||
from .interfaces import MultiModalEmbeddings, SupportsMultiModal, SupportsPP
|
||||
|
||||
IMAGE_TOKEN = "<image>"
|
||||
IMAGE_PLACEHOLDER_ID = 151669
|
||||
VIDEO_TOKEN = "<video>"
|
||||
VIDEO_PLACEHOLDER_ID = 151670
|
||||
INDICATOR_IDS = [151672, 151673, 151674, 151675]
|
||||
IMAGE_PAD_TOKEN_ID = 151655
|
||||
THINK_END_TOKEN_ID = 151668
|
||||
|
||||
|
||||
class Ovis2_5ImagePatchInputs(TensorSchema):
|
||||
|
||||
Reference in New Issue
Block a user