7 lines
103 B
Python
7 lines
103 B
Python
import deltalm
|
|
|
|
from fairseq_cli.preprocess import cli_main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
cli_main() |