mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-30 03:58:42 +08:00
8 lines
218 B
Python
8 lines
218 B
Python
from .base import MultiModalData, MultiModalPlugin
|
|
from .registry import MULTIMODAL_REGISTRY, MultiModalRegistry
|
|
|
|
__all__ = [
|
|
"MultiModalData", "MultiModalPlugin", "MULTIMODAL_REGISTRY",
|
|
"MultiModalRegistry"
|
|
]
|