"docs/source/fr/index.mdx" did not exist on "b4b613b1024af416ae7cc6a085e4cd5302c5218f"
  1. 17 Aug, 2023 2 commits
  2. 16 Aug, 2023 6 commits
  3. 15 Aug, 2023 1 commit
    • Zach Mueller's avatar
      Make training args fully immutable (#25435) · ca514992
      Zach Mueller authored
      * Make training args fully immutable
      
      * Working tests, PyTorch
      
      * In test_trainer
      
      * during testing
      
      * Use proper dataclass way
      
      * Fix test
      
      * Another one
      
      * Fix tf
      
      * Lingering slow
      
      * Exception
      
      * Clean
      ca514992
  4. 14 Aug, 2023 1 commit
  5. 11 Aug, 2023 4 commits
  6. 10 Aug, 2023 3 commits
  7. 09 Aug, 2023 3 commits
  8. 08 Aug, 2023 4 commits
  9. 07 Aug, 2023 3 commits
    • Pedro Lira's avatar
      Add mask2former fp16 support (#25093) · 080a9711
      Pedro Lira authored
      * Add mask2former fp16 support
      
      * Clear consistency/quality issues
      
      * Fix consistency/quality (2)
      
      * Add integration test for mask2former (fp16 case)
      
      * Fix code quality
      
      * Add integration test for maskformer (fp16 case)
      
      * Add integration test for oneformer (fp16 case)
      
      * Remove slow decorator from fp16 tests
      
      * Fix lint
      
      * Remove usage of full inference and value checks for fp16
      
      * Temporarily comment slow for {mask, mask2, one}former
      
      * Add fp16 support to oneformer
      
      * Revert "Temporarily comment slow for {mask, mask2, one}former"
      
      This reverts commit e5371edabd301cf56079def0421a0a87df307cb0.
      
      * Remove dtype conversion noop
      080a9711
    • Sylvain Gugger's avatar
      Migrate Trainer from `Repository` to `upload_folder` (#25095) · baf1daa5
      Sylvain Gugger authored
      
      
      * First draft
      
      * Deal with progress bars
      
      * Update src/transformers/utils/hub.py
      Co-authored-by: default avatarLucain <lucainp@gmail.com>
      
      * Address review comments
      
      * Forgot one
      
      * Pin hf_hub
      
      * Add argument for push all and fix tests
      
      * Fix tests
      
      * Address review comments
      
      ---------
      Co-authored-by: default avatarLucain <lucainp@gmail.com>
      baf1daa5
    • Yih-Dar's avatar
      Fix more offload edge cases (#25342) · c177606f
      Yih-Dar authored
      
      
      * fix
      
      * fix
      
      * fix
      
      ---------
      Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
      c177606f
  10. 06 Aug, 2023 1 commit
  11. 04 Aug, 2023 4 commits
  12. 03 Aug, 2023 3 commits
  13. 02 Aug, 2023 5 commits