"megatron/legacy/model/utils.py" did not exist on "8d7f508a51585ab1f14827be00ee4afd1d5a748f"
__init__.py 75 Bytes
Newer Older
1
2
3
4
5
from .context_block import ContextBlock

__all__ = [
    'ContextBlock',
]