1. 16 6月, 2022 1 次提交
    • Q
      [Cherry-pick] Fix numpy 1.20+ deprecation warnings (#43513) · 689e0999
      Qi Li 提交于
      * Fix numpy 1.20+ deprecation warnings (#42929)
      
      * 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
      
      * fix mode dtype
      Co-authored-by: Nzlsh80826 <rewang@nvidia.com>
      689e0999
  2. 18 3月, 2022 1 次提交
  3. 11 3月, 2022 1 次提交
  4. 09 2月, 2022 1 次提交
  5. 08 2月, 2022 1 次提交
  6. 25 1月, 2022 1 次提交
  7. 14 1月, 2022 1 次提交
  8. 21 12月, 2021 1 次提交
  9. 19 12月, 2021 1 次提交
  10. 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
  11. 29 11月, 2021 1 次提交
  12. 25 11月, 2021 1 次提交