File size: 215 Bytes
6fc683c |
1 2 3 4 5 6 7 8 9 10 11 |
# Copyright (c) 2022 Microsoft
# Licensed under The MIT License [see LICENSE for details]
# flake8: noqa
import models
import tasks
from fairseq_cli.train import cli_main
if __name__ == "__main__":
cli_main()
|