bbb / swift /llm /template /__init__.py
novateur's picture
Add files using upload-large-folder tool
a7a406c verified
raw
history blame
473 Bytes
# Copyright (c) Alibaba, Inc. and its affiliates.
from . import template
from .base import MaxLengthError, Template
from .constant import TemplateType
from .grounding import draw_bbox
from .register import TEMPLATE_MAPPING, get_template, get_template_meta, register_template
from .template_inputs import InferRequest, TemplateInputs
from .template_meta import TemplateMeta
from .utils import Prompt, Word, split_str_parts_by
from .vision_utils import load_file, load_image