test_ebc / models /clip /__init__.py
piaspace's picture
[first]
bb3e610
raw
history blame contribute delete
88 Bytes
from .model import CLIP_EBC, _clip_ebc
__all__ = [
"CLIP_EBC",
"_clip_ebc",
]