1. 18 Nov, 2020 24 commits
  2. 17 Nov, 2020 14 commits
  3. 16 Nov, 2020 2 commits
    • Julien Plu's avatar
      Fix mixed precision issue for GPT2 (#8572) · 90150733
      Julien Plu authored
      * Fix mixed precision issue for GPT2
      
      * Forgot one cast
      
      * oops
      
      * Forgotten casts
      90150733
    • Sylvain Gugger's avatar
      Switch `return_dict` to `True` by default. (#8530) · 1073a2bd
      Sylvain Gugger authored
      * Use the CI to identify failing tests
      
      * Remove from all examples and tests
      
      * More default switch
      
      * Fixes
      
      * More test fixes
      
      * More fixes
      
      * Last fixes hopefully
      
      * Use the CI to identify failing tests
      
      * Remove from all examples and tests
      
      * More default switch
      
      * Fixes
      
      * More test fixes
      
      * More fixes
      
      * Last fixes hopefully
      
      * Run on the real suite
      
      * Fix slow tests
      1073a2bd