1. 07 Aug, 2020 1 commit
  2. 22 Jul, 2020 1 commit
  3. 09 Jul, 2020 1 commit
  4. 17 Jun, 2020 1 commit
  5. 27 May, 2020 1 commit
  6. 19 May, 2020 1 commit
  7. 28 Apr, 2020 1 commit
  8. 11 Feb, 2020 3 commits
  9. 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
  10. 06 Jan, 2020 2 commits
  11. 27 Dec, 2019 1 commit
  12. 24 Dec, 2019 1 commit
    • Aymeric Augustin's avatar
      Remove [--editable] in install instructions. · a8d34e53
      Aymeric Augustin authored
      Use -e only in docs targeted at contributors.
      
      If a user copy-pastes  command line with [--editable], they will hit
      an error. If they don't know the --editable option, we're giving them
      a choice to make before they can move forwards, but this isn't a choice
      they need to make right now.
      a8d34e53
  13. 23 Dec, 2019 2 commits
  14. 19 Dec, 2019 1 commit
    • Aidan Kierans's avatar
      Minor/basic text fixes (#2229) · 1718fb9e
      Aidan Kierans authored
      * Small clarification
      
      Matches line 431 to line 435 for additional clarity and consistency.
      
      * Fixed minor typo
      
      The letter "s" was previously omitted from the word "docstrings".
      1718fb9e
  15. 27 Nov, 2019 1 commit
  16. 30 Oct, 2019 3 commits
  17. 08 Oct, 2019 1 commit
  18. 07 Oct, 2019 2 commits
  19. 15 Nov, 2018 1 commit
  20. 31 Oct, 2018 1 commit