will / src /models /__init__.py
matt1847's picture
リファクタ: srcディレクトリ構造への移行とDocker対応
d1033d4
raw
history blame contribute delete
188 Bytes
"""Model implementations for WILL."""
from .base import BaseLanguageModel, ModelConfig
from .registry import ModelRegistry
__all__ = ["BaseLanguageModel", "ModelConfig", "ModelRegistry"]