giuseppe-tanzi's picture
Upload folder using huggingface_hub
988bd5d verified
raw
history blame contribute delete
239 Bytes
"""
SeamlessCrossAttention model for HuggingFace Transformers
"""
from .modeling_seamless_crossattention import HFSeamlessCrossAttention, SeamlessCrossAttentionConfig
__all__ = ["HFSeamlessCrossAttention", "SeamlessCrossAttentionConfig"]