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