anzhi2710gmailcom's picture
Upload folder using huggingface_hub
d766458 verified
Raw
History Blame Contribute Delete
204 Bytes
# trigger each task's @register_task
from . import binder as _binder # noqa: F401
from . import monomer as _monomer # noqa: F401
from .registry import get_task_class
__all__ = ["get_task_class"]