1. 13 Nov, 2020 1 commit
    • Lysandre Debut's avatar
      Model templates encoder only (#8509) · 826f0457
      Lysandre Debut authored
      
      
      * Model templates
      
      * TensorFlow
      
      * Remove pooler
      
      * CI
      
      * Tokenizer + Refactoring
      
      * Encoder-Decoder
      
      * Let's go testing
      
      * Encoder-Decoder in TF
      
      * Let's go testing in TF
      
      * Documentation
      
      * README
      
      * Fixes
      
      * Better names
      
      * Style
      
      * Update docs
      
      * Choose to skip either TF or PT
      
      * Code quality fixes
      
      * Add to testing suite
      
      * Update file path
      
      * Cookiecutter path
      
      * Update `transformers` path
      
      * Handle rebasing
      
      * Remove seq2seq from model templates
      
      * Remove s2s config
      
      * Apply Sylvain and Patrick comments
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      
      * Last fixes from code review
      Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
      826f0457
  2. 10 Nov, 2020 1 commit
  3. 03 Nov, 2020 1 commit
    • Stas Bekman's avatar
      [CIs] Better reports everywhere (#8275) · 1bb4bba5
      Stas Bekman authored
      * make it possible to invoke testconf.py in both test suites without crashing on having the same option added
      
      * perl -pi -e 's|--make_reports|--make-reports|' to be consistent with other opts
      
      * add `pytest --make-reports` to all CIs (and artifacts)
      
      * fix
      1bb4bba5
  4. 30 Oct, 2020 1 commit
    • Lysandre Debut's avatar
      Ci test tf super slow (#8007) · 10f8c636
      Lysandre Debut authored
      * Test TF GPU CI
      
      * Change cache
      
      * Fix missing torch requirement
      
      * Fix some model tests
      
      
      Style
      
      * LXMERT
      
      * MobileBERT
      
      * Longformer skip test
      
      * XLNet
      
      * The rest of the tests
      
      * RAG goes OOM in multi gpu setup
      
      * YAML test files
      
      * Last fixes
      
      * Skip doctests
      
      * Fill mask tests
      
      * Yaml files
      
      * Last test fix
      
      * Style
      
      * Update cache
      
      * Change ONNX tests to slow + use tiny model
      10f8c636
  5. 28 Oct, 2020 1 commit
  6. 27 Oct, 2020 1 commit
    • Stas Bekman's avatar
      [CI] generate separate report files as artifacts (#7995) · bfd5e370
      Stas Bekman authored
      * better reports
      
      * a whole bunch of reports in their own files
      
      * clean up
      
      * improvements
      
      * github artifacts experiment
      
      * style
      
      * complete the report generator with multiple improvements/fixes
      
      * fix
      
      * save all reports under one dir to easy upload
      
      * can remove temp failing tests
      
      * doc fix
      
      * some cleanup
      bfd5e370
  7. 23 Oct, 2020 1 commit
  8. 19 Oct, 2020 1 commit
  9. 30 Sep, 2020 3 commits
  10. 10 Sep, 2020 1 commit
  11. 25 Aug, 2020 2 commits
  12. 10 Aug, 2020 1 commit
  13. 07 Aug, 2020 2 commits
  14. 04 Aug, 2020 2 commits
  15. 13 Jul, 2020 1 commit
  16. 30 Jun, 2020 3 commits
  17. 15 May, 2020 1 commit
  18. 12 May, 2020 2 commits
  19. 11 Mar, 2020 3 commits
  20. 02 Mar, 2020 2 commits
  21. 29 Feb, 2020 1 commit
    • Julien Chaumond's avatar
      [ci] Run all tests on (self-hosted) GPU (#3020) · e36bd943
      Julien Chaumond authored
      * Create self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * Update self-hosted.yml
      
      * do not run slow tests, for now
      
      * [ci] For comparison with circleci, let's also run CPU-tests
      
      * [ci] reorganize
      
      * clearer filenames
      
      * [ci] Final tweaks before merging
      
      * rm slow tests on circle ci
      
      * Trigger CI
      
      * On GPU this concurrency was way too high
      e36bd943