1. 05 9月, 2023 1 次提交
  2. 31 3月, 2023 1 次提交
  3. 30 3月, 2023 1 次提交
  4. 21 3月, 2023 1 次提交
  5. 20 3月, 2023 1 次提交
  6. 09 3月, 2023 1 次提交
    • G
      Fix hybrid parallel training strategy using bf16 (#51103) · 8db15a42
      Ghost Screaming 提交于
      * Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result
      is wrong.
      
      * Remove climits.
      
      * Fix bug of hybrid parallel strategy with recompute using bf16.
      
      * Fix bug of recompute_hybrid ctx.amp_dtype
      
      * Fix bug of amp_dtype.
      
      * Fix bug of auto_cast.
      8db15a42
  7. 22 2月, 2023 2 次提交
  8. 02 2月, 2023 1 次提交
  9. 13 1月, 2023 1 次提交
  10. 27 12月, 2022 1 次提交
  11. 23 12月, 2022 1 次提交
  12. 20 12月, 2022 1 次提交
  13. 30 11月, 2022 1 次提交
  14. 29 11月, 2022 1 次提交
  15. 10 11月, 2022 1 次提交
  16. 03 11月, 2022 1 次提交
  17. 01 11月, 2022 1 次提交
  18. 24 10月, 2022 1 次提交
  19. 23 10月, 2022 1 次提交
  20. 12 10月, 2022 1 次提交
    • N
      [CodeStyle][F401] remove unused imports in python/paddle/distributed (#46758) · fe716a0b
      Nyakku Shigure 提交于
      * [CodeStyle][F401] remove unused import in python/paddle/distributed
      
      * remove pass
      
      * empty commit
      
      * Fix ValueError: list.remove(x): x not in list for meta_optimizer_names.
      
      Fix ValueError: list.remove(x): x not in list for meta_optimizer_names.
      
      * Fix split import.
      
      Fix split import.
      
      * add noqa after meta_optimizers in factory
      
      * restort collective ops
      
      * expand `import *`
      
      * add noqa after required imports
      
      * try to fix APIs without core.ops
      
      * Revert "try to fix APIs without core.ops"
      
      This reverts commit 6172beaf601e84bf61f2490c12c4739f0edaa5eb.
      
      * fix an increment
      
      * empty commit
      
      * add noqa after required imports
      
      * expand `import *`, fix ci error
      Co-authored-by: NShuangchi He <34329208+Yulv-git@users.noreply.github.com>
      fe716a0b
  21. 20 9月, 2022 1 次提交
    • R
      logger manager (#45909) · 264ad205
      Roc 提交于
      uniform logger manager in FleetAPI.
      hidde API under distributed/utils which users don't need.
      264ad205
  22. 19 9月, 2022 1 次提交