victan commited on
Commit
a0b6a86
1 Parent(s): fd52cc7

Upload seamless_communication/cli/m4t/predict/__init__.py with huggingface_hub

Browse files
seamless_communication/cli/m4t/predict/__init__.py ADDED
@@ -0,0 +1,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
+
7
+ from seamless_communication.cli.m4t.predict.predict import (
8
+ add_inference_arguments as add_inference_arguments,
9
+ )
10
+ from seamless_communication.cli.m4t.predict.predict import (
11
+ set_generation_opts as set_generation_opts,
12
+ )