├── .github └── stale.yml ├── .gitignore ├── .gitmodules ├── CONTRIBUTING ├── LICENSE ├── README.md └── fairseq-example.sh /.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch-tpu/examples/HEAD/.github/stale.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch-tpu/examples/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch-tpu/examples/HEAD/.gitmodules -------------------------------------------------------------------------------- /CONTRIBUTING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch-tpu/examples/HEAD/CONTRIBUTING -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch-tpu/examples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch-tpu/examples/HEAD/README.md -------------------------------------------------------------------------------- /fairseq-example.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pytorch-tpu/examples/HEAD/fairseq-example.sh --------------------------------------------------------------------------------