victan's picture
Upload seamless_communication/models/pretssel/__init__.py with huggingface_hub
f4c6ff7
raw
history blame contribute delete
636 Bytes
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# MIT_LICENSE file in the root directory of this source tree.
from seamless_communication.models.pretssel.ecapa_tdnn import ECAPA_TDNN as ECAPA_TDNN
from seamless_communication.models.pretssel.ecapa_tdnn_builder import (
EcapaTDNNBuilder as EcapaTDNNBuilder,
)
from seamless_communication.models.pretssel.ecapa_tdnn_builder import (
EcapaTDNNConfig as EcapaTDNNConfig,
)
from seamless_communication.models.pretssel.ecapa_tdnn_builder import (
ecapa_tdnn_archs as ecapa_tdnn_archs,
)