ZIP / models /clip_ebc /__init__.py
Yiming-M's picture
2025-07-31 18:59 🐣
a7dedf9
raw
history blame
88 Bytes
from .model import CLIP_EBC, _clip_ebc
__all__ = [
"CLIP_EBC",
"_clip_ebc",
]