12345678910 |
- # Copyright (c) Meta Platforms, Inc. and affiliates.
- # All rights reserved.
- #
- # This source code is licensed under the license found in the
- # LICENSE file in the root directory of this source tree.
- from m4t_scripts.predict.predict import (
- add_inference_arguments as add_inference_arguments,
- )
- from m4t_scripts.predict.predict import set_generation_opts as set_generation_opts
|