torchscale/examples/fairseq/interactive.py

10 lines
206 B
Python
Raw Normal View History

2022-11-23 16:36:55 +00:00
# Copyright (c) 2022 Microsoft
# Licensed under The MIT License [see LICENSE for details]
2022-11-23 16:21:58 +00:00
import models
import tasks
from fairseq_cli.interactive import cli_main
if __name__ == "__main__":
cli_main()