torchscale/examples/fairseq/train.py
2023-03-07 21:11:05 -08:00

12 lines
233 B
Python

# Copyright (c) 2022 Microsoft
# Licensed under The MIT License [see LICENSE for details]
# flake8: noqa
import models
import tasks
import criterions
from fairseq_cli.train import cli_main
if __name__ == "__main__":
cli_main()