victan's picture
Upload seamless_communication/cli/m4t/predict/__init__.py with huggingface_hub
a0b6a86
raw
history blame
No virus
433 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.cli.m4t.predict.predict import (
add_inference_arguments as add_inference_arguments,
)
from seamless_communication.cli.m4t.predict.predict import (
set_generation_opts as set_generation_opts,
)