| |
| .idea/ |
|
|
| |
| __pycache__/ |
| *.py[cod] |
| *$py.class |
|
|
| |
| *.so |
|
|
| |
| .DS_Store |
|
|
| |
| .Python |
| env/ |
| build/ |
| develop-eggs/ |
| dist/ |
| downloads/ |
| eggs/ |
| .eggs/ |
| lib/ |
| lib64/ |
| parts/ |
| sdist/ |
| var/ |
| wheels/ |
| *.egg-info/ |
| .installed.cfg |
| *.egg |
|
|
| |
| checkpoints |
|
|
| |
| |
| |
| *.manifest |
| *.spec |
|
|
| |
| pip-log.txt |
| pip-delete-this-directory.txt |
|
|
| |
| htmlcov/ |
| .tox/ |
| .coverage |
| .coverage.* |
| .cache |
| nosetests.xml |
| coverage.xml |
| *.cover |
| .hypothesis/ |
|
|
| |
| *.mo |
| *.pot |
|
|
| |
| *.log |
| local_settings.py |
|
|
| |
| instance/ |
| .webassets-cache |
|
|
| |
| .scrapy |
|
|
| |
| docs/_build/ |
|
|
| |
| target/ |
|
|
| |
| .ipynb_checkpoints |
|
|
| |
| .python-version |
|
|
| |
| celerybeat-schedule |
|
|
| |
| *.sage.py |
|
|
| |
| .env |
|
|
| |
| .venv |
| venv/ |
| ENV/ |
|
|
| |
| .spyderproject |
| .spyproject |
|
|
| |
| .ropeproject |
|
|
| |
| /site |
|
|
| |
| .mypy_cache/ |
|
|
| |
| /fairseq/temporal_convolution_tbc |
| /fairseq/modules/*_layer/*_forward.cu |
| /fairseq/modules/*_layer/*_backward.cu |
| /fairseq/version.py |
|
|
| |
| data-bin/ |
|
|
| |
| /examples/reranking/rerank_data |
|
|
| |
| /fairseq/data/data_utils_fast.cpp |
| /fairseq/data/token_block_utils_fast.cpp |
|
|
| |
| .vscode/ftp-sync.json |
| .vscode/settings.json |
|
|
| |
| experimental/* |
|
|
| |
| wandb/ |
|
|
| |
| nohup.out |
| multirun |
| outputs |
|
|