CLIP-EBC / models /clip /__init__.py
Yiming-M's picture
🐣 born
570db9a
raw
history blame contribute delete
88 Bytes
from .model import CLIP_EBC, _clip_ebc
__all__ = [
"CLIP_EBC",
"_clip_ebc",
]