File size: 239 Bytes
988bd5d | 1 2 3 4 5 6 7 | """
SeamlessCrossAttention model for HuggingFace Transformers
"""
from .modeling_seamless_crossattention import HFSeamlessCrossAttention, SeamlessCrossAttentionConfig
__all__ = ["HFSeamlessCrossAttention", "SeamlessCrossAttentionConfig"]
|