Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

__init__.py 433 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  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. # MIT_LICENSE file in the root directory of this source tree.
  6. from seamless_communication.cli.m4t.predict.predict import (
  7. add_inference_arguments as add_inference_arguments,
  8. )
  9. from seamless_communication.cli.m4t.predict.predict import (
  10. set_generation_opts as set_generation_opts,
  11. )
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...