1. 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
  2. 26 8月, 2022 1 次提交
  3. 14 6月, 2022 1 次提交
    • Z
      Fix numpy 1.20+ deprecation warnings (#42929) · 90cf2299
      zlsh80826 提交于
      * Replace np.bool/np.bool8 with np.bool_
      
      * Replace np.object with np.object_
      
      * Replace np.complex with np.complex128
      
      * Replace np.float with np.float64
      
      * Replace np.int with np.int_
      
      * Rerun pre-commit for newer pre-commit configuration
      
      * Use builtin bool instead of np.bool_ based on the context
      90cf2299
  4. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  5. 18 3月, 2022 1 次提交
  6. 11 3月, 2022 1 次提交
  7. 09 2月, 2022 1 次提交
  8. 08 2月, 2022 1 次提交
  9. 25 1月, 2022 1 次提交
  10. 14 1月, 2022 1 次提交
  11. 21 12月, 2021 1 次提交
  12. 19 12月, 2021 1 次提交
  13. 09 12月, 2021 1 次提交
    • H
      support offload in sharding stage2 (#37904) · dfed4a63
      Haohongxiang 提交于
      * merge latest develop branch
      
      * fix bugs
      
      * update
      
      * fix bugs for unittest
      
      * modify for less use of gpu mem
      
      * fix bugs of using _reset_grad_inplace_version
      
      * update
      
      * update
      
      * modify for CI-Coverage
      
      * retrick all CIs
      dfed4a63
  14. 29 11月, 2021 1 次提交
  15. 25 11月, 2021 1 次提交