__init__.py 382 B

12345678910
  1. # Copyright (c) Meta Platforms, Inc. and affiliates.
  2. # All rights reserved.
  3. #
  4. # This source code is licensed under the license found in the
  5. # LICENSE file in the root directory of this source tree.
  6. from m4t_scripts.predict.predict import (
  7. add_inference_arguments as add_inference_arguments,
  8. )
  9. from m4t_scripts.predict.predict import set_generation_opts as set_generation_opts