1. 29 8月, 2023 1 次提交
  2. 26 8月, 2023 1 次提交
  3. 25 8月, 2023 8 次提交
  4. 24 8月, 2023 8 次提交
  5. 23 8月, 2023 4 次提交
  6. 22 8月, 2023 2 次提交
  7. 21 8月, 2023 2 次提交
  8. 19 8月, 2023 3 次提交
  9. 17 8月, 2023 4 次提交
  10. 16 8月, 2023 3 次提交
  11. 15 8月, 2023 3 次提交
    • O
      Respect memory pinning config (#4131) · 9d79cfd1
      Olatunji Ruwase 提交于
      * Respect memory pinning config
      
      * Bug fix
      9d79cfd1
    • O
      Generalize frozen weights unit test (#4140) · 7a282db8
      Olatunji Ruwase 提交于
      * Fix unit test
      
      * Fix unit test
      7a282db8
    • C
      Handle PermissionError in os.chmod Call - Update engine.py (#4139) · 629b2039
      Chris M 提交于
      * Update engine.py
      
      This branch includes changes to handle potential exceptions that may occur when attempting to change file permissions using the os.chmod function within the DeepSpeed engine. The specific issue addressed is the PermissionError that may arise when working with certain filesystems or under restricted permissions.
      
      * Change to use logger
      
      * Split permissions out and add unit test
      
      * UnitTest(use DistTestClass) + trailing whitespace
      
      * update unit test
      
      * UT parametrize 1, 2 ,3
      
      * trim white space from unit test
      
      * change to PermissionError
      
      * run pre-commit formats
      
      * Catch FileNotFoundError & PermissionError
      629b2039
  12. 11 8月, 2023 1 次提交