1. 10 Sep, 2020 1 commit
  2. 27 Aug, 2020 1 commit
  3. 25 Aug, 2020 3 commits
  4. 24 Aug, 2020 1 commit
  5. 18 Aug, 2020 1 commit
  6. 16 Aug, 2020 1 commit
  7. 10 Aug, 2020 1 commit
  8. 07 Aug, 2020 3 commits
  9. 04 Aug, 2020 2 commits
  10. 28 Jul, 2020 1 commit
  11. 24 Jul, 2020 1 commit
  12. 22 Jul, 2020 1 commit
  13. 21 Jul, 2020 1 commit
  14. 13 Jul, 2020 1 commit
  15. 08 Jul, 2020 1 commit
  16. 30 Jun, 2020 3 commits
  17. 25 May, 2020 1 commit
  18. 19 May, 2020 1 commit
  19. 15 May, 2020 1 commit
  20. 12 May, 2020 2 commits
  21. 29 Apr, 2020 1 commit
  22. 27 Apr, 2020 1 commit
  23. 21 Apr, 2020 1 commit
  24. 18 Apr, 2020 1 commit
  25. 09 Apr, 2020 1 commit
  26. 11 Mar, 2020 3 commits
  27. 02 Mar, 2020 2 commits
  28. 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
  29. 01 Feb, 2020 1 commit
    • Bram Vanroy's avatar
      CLI script to gather environment info (#2699) · 9773e5e0
      Bram Vanroy authored
      * add "info" command to CLI
      
      As a convenience, add the info directive to CLI. Running `python transformers-cli info` will return a string containing the transformers version, platform, python version, PT/TF version and GPU support
      
      * Swap f-strings for .format
      
      Still supporting 3.5 so can't use f-strings (sad face)
      
      * Add reference in issue to CLI
      
      * Add the expected fields to issue template
      
      This way, people can still add the information manually if they want. (Though I fear they'll just ignore it.)
      
      * Remove heading from output
      
      * black-ify
      
      * order of imports
      
      Should ensure isort test passes
      
      * use is_X_available over import..pass
      
      * style
      
      * fix copy-paste bug
      
      * Rename command info -> env
      
      Also adds the command to CONTRIBUTING.md in "Did you find a bug" section
      9773e5e0