1. 27 Nov, 2020 1 commit
    • Kristian Holsheimer's avatar
      [FlaxBert] Fix non-broadcastable attention mask for batched forward-passes (#8791) · f8eda599
      Kristian Holsheimer authored
      * [FlaxBert] Fix non-broadcastable attention mask for batched forward-passes
      
      * [FlaxRoberta] Fix non-broadcastable attention mask
      
      * Use jax.numpy instead of ordinary numpy (otherwise not jit-able)
      
      * Partially revert "Use jax.numpy ..."
      
      * Add tests for batched forward passes
      
      * Avoid unnecessary OOMs due to preallocation of GPU memory by XLA
      
      * Auto-fix style
      
      * Re-enable GPU memory preallocation but with mem fraction < 1/paralleism
      f8eda599
  2. 17 Nov, 2020 1 commit
    • Sylvain Gugger's avatar
      Reorganize repo (#8580) · c89bdfbe
      Sylvain Gugger authored
      * Put models in subfolders
      
      * Styling
      
      * Fix imports in tests
      
      * More fixes in test imports
      
      * Sneaky hidden imports
      
      * Fix imports in doc files
      
      * More sneaky imports
      
      * Finish fixing tests
      
      * Fix examples
      
      * Fix path for copies
      
      * More fixes for examples
      
      * Fix dummy files
      
      * More fixes for example
      
      * More model import fixes
      
      * Is this why you're unhappy GitHub?
      
      * Fix imports in conver command
      c89bdfbe
  3. 16 Nov, 2020 1 commit
    • 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
  4. 19 Oct, 2020 1 commit