update config - fix gpt/gpt-2 from pretrained

This commit is contained in:
thomwolf
2019-07-11 22:45:03 +02:00
parent 6b13f4cb3a
commit 273617b86d
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- checkout
- run: sudo pip install --progress-bar off .
- run: sudo pip install pytest codecov pytest-cov
- run: sudo pip install tensorboardX scikit-learn
- run: sudo pip install tensorboardX scikit-learn mock
- run: python -m pytest -sv ./pytorch_transformers/tests/ --cov
- run: python -m pytest -sv ./examples/
- run: codecov