11 lines
201 B
Python
11 lines
201 B
Python
# Copyright (c) 2022 Microsoft
|
|
# Licensed under The MIT License [see LICENSE for details]
|
|
|
|
import models
|
|
import tasks
|
|
|
|
from fairseq_cli.train import cli_main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
cli_main() |