"tests/models/vscode:/vscode.git/clone" did not exist on "03aaac35021dead4fb7ad354fe9c986d16869f03"
  1. 14 Apr, 2021 1 commit
    • Lysandre Debut's avatar
      Stale bot updated (#10562) · 7fe5aaa8
      Lysandre Debut authored
      * Updated stale bot
      
      * Specify issue number
      
      * Remove particular handling of assignees
      
      * Unleash the stalebot
      
      * Remove debug branch
      7fe5aaa8
  2. 13 Apr, 2021 2 commits
  3. 12 Apr, 2021 1 commit
  4. 08 Apr, 2021 2 commits
  5. 31 Mar, 2021 1 commit
  6. 26 Mar, 2021 1 commit
  7. 17 Mar, 2021 1 commit
  8. 15 Mar, 2021 1 commit
  9. 10 Mar, 2021 1 commit
  10. 09 Mar, 2021 1 commit
  11. 08 Mar, 2021 2 commits
  12. 05 Mar, 2021 3 commits
  13. 01 Mar, 2021 1 commit
  14. 27 Feb, 2021 1 commit
  15. 25 Feb, 2021 2 commits
  16. 23 Feb, 2021 1 commit
  17. 20 Feb, 2021 1 commit
  18. 19 Feb, 2021 1 commit
  19. 17 Feb, 2021 1 commit
  20. 15 Feb, 2021 2 commits
  21. 10 Feb, 2021 1 commit
  22. 05 Feb, 2021 1 commit
  23. 27 Jan, 2021 2 commits
  24. 26 Jan, 2021 1 commit
  25. 14 Jan, 2021 1 commit
    • Lysandre Debut's avatar
      Fix conda build (#9589) · 8bf27075
      Lysandre Debut authored
      * conda build -> conda-build
      
      * Syntax error
      
      * conda build -> conda-build + 4.2.0
      
      * Prepare to merge in `master`
      8bf27075
  26. 13 Jan, 2021 2 commits
  27. 12 Jan, 2021 2 commits
  28. 11 Jan, 2021 1 commit
  29. 06 Jan, 2021 1 commit
    • Sylvain Gugger's avatar
      Fast transformers import part 1 (#9441) · 0c96262f
      Sylvain Gugger authored
      * Don't import libs to check they are available
      
      * Don't import integrations at init
      
      * Add importlib_metdata to deps
      
      * Remove old vars references
      
      * Avoid syntax error
      
      * Adapt testing utils
      
      * Try to appease torchhub
      
      * Add dependency
      
      * Remove more private variables
      
      * Fix typo
      
      * Another typo
      
      * Refine the tf availability test
      0c96262f
  30. 22 Dec, 2020 1 commit
    • Patrick von Platen's avatar
      Model Templates for Seq2Seq (#9251) · cbe63949
      Patrick von Platen authored
      * adapt cookie cutter
      
      * fix copy past statement
      
      * delete copy statements for now
      
      * remove unused import from template
      
      * make doc rst
      
      * correct config docstring
      
      * correct training
      
      * correct inputs processing tf enc dec
      
      * make style
      
      * adapt templates
      
      * clean tabs
      
      * correct tensor -> Tensor naming
      
      * correct indent
      
      * correct templates
      
      * fix the test
      
      * break lines to avoid > 119
      
      * Apply suggestions from code review
      cbe63949