Revision 62a50f15266c4949c426cce58424a9ed2cdc5815 authored by Sasha Sheng on 19 March 2021, 22:29:23 UTC, committed by Facebook GitHub Bot on 19 March 2021, 22:31:00 UTC
Summary:
skip fb tasks on devfair pytest

Pull Request resolved: https://github.com/fairinternal/mmf-internal/pull/149

Reviewed By: apsdehal

Differential Revision: D27185785

Pulled By: ytsheng

fbshipit-source-id: 1e88b76607fbf86a67a87ea601ce8a2c35197499
1 parent 3ba4725
Raw File
.gitignore
*.log
*.err
*.pyc
*.swp
.idea/*
**/__pycache__/*
**/output/*
data/.DS_Store
docs/build
results/*
build
dist
boards/*
*.egg-info/
checkpoint
*.pth
*.ckpt
*_cache
.cache
data
save
*.eggs
.eggs
eggs/
*.egg
.DS_Store
.vscode
.vscode/*
*.so
*-checkpoint.ipynb
!tests/data
back to top