1. 24 Nov, 2023 1 commit
  2. 22 Nov, 2023 1 commit
  3. 14 Nov, 2023 2 commits
  4. 13 Nov, 2023 1 commit
  5. 09 Nov, 2023 1 commit
  6. 07 Nov, 2023 1 commit
  7. 01 Nov, 2023 1 commit
  8. 31 Oct, 2023 2 commits
  9. 30 Oct, 2023 2 commits
  10. 26 Oct, 2023 1 commit
  11. 12 Oct, 2023 1 commit
  12. 11 Oct, 2023 1 commit
  13. 06 Oct, 2023 1 commit
  14. 04 Oct, 2023 1 commit
  15. 27 Sep, 2023 1 commit
  16. 26 Sep, 2023 1 commit
  17. 13 Sep, 2023 2 commits
  18. 07 Sep, 2023 1 commit
  19. 05 Sep, 2023 2 commits
    • Abhilash Majumder's avatar
      Patch with accelerate xpu (#25714) · 70a98024
      Abhilash Majumder authored
      * patch with accelerate xpu
      
      * patch with accelerate xpu
      
      * formatting
      
      * fix tests
      
      * revert ruff unrelated fixes
      
      * revert ruff unrelated fixes
      
      * revert ruff unrelated fixes
      
      * fix test
      
      * review fixes
      
      * review fixes
      
      * black fixed
      
      * review commits
      
      * review commits
      
      * style fix
      
      * use pytorch_utils
      
      * revert markuplm test
      70a98024
    • Sahel Sharify's avatar
      Update training_args.py to remove the runtime error (#25920) · aea76149
      Sahel Sharify authored
      This cl iterates through a list of keys rather than dict items while updating the dict elements. Fixes the following error:
      File "..../transformers/training_args.py", line 1544, in post_init
      for k, v in self.fsdp_config.items():
      RuntimeError: dictionary keys changed during iteration
      aea76149
  20. 01 Sep, 2023 1 commit
  21. 29 Aug, 2023 1 commit
  22. 25 Aug, 2023 1 commit
  23. 18 Aug, 2023 1 commit
  24. 17 Aug, 2023 1 commit
    • Sourab Mangrulkar's avatar
      add util for ram efficient loading of model when using fsdp (#25107) · c4c0ceff
      Sourab Mangrulkar authored
      * add util for ram efficient loading of model when using fsdp
      
      * make fix-copies
      
      * fixes 馃槄
      
      * docs
      
      * making it further easier to use
      
      * rename the function
      
      * refactor to handle fsdp ram efficiency in `from_pretrained`
      
      * fixes
      
      * fixes
      
      * fixes
      
      * update
      
      * fixes
      
      * revert `load_pretrained_model_only_on_rank0`
      
      * resolve `load_from_checkpoint`
      c4c0ceff
  25. 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
  26. 09 Aug, 2023 1 commit
  27. 07 Aug, 2023 1 commit
  28. 03 Aug, 2023 1 commit
  29. 02 Aug, 2023 1 commit
  30. 28 Jul, 2023 1 commit
  31. 27 Jul, 2023 1 commit
  32. 25 Jul, 2023 1 commit
  33. 24 Jul, 2023 1 commit
  34. 21 Jul, 2023 2 commits