1. 15 Sep, 2023 2 commits
  2. 05 Sep, 2023 3 commits
  3. 24 Aug, 2023 1 commit
    • Hongxin Liu's avatar
      [gemini] improve compatibility and add static placement policy (#4479) · 27061426
      Hongxin Liu authored
      * [gemini] remove distributed-related part from colotensor (#4379)
      
      * [gemini] remove process group dependency
      
      * [gemini] remove tp part from colo tensor
      
      * [gemini] patch inplace op
      
      * [gemini] fix param op hook and update tests
      
      * [test] remove useless tests
      
      * [test] remove useless tests
      
      * [misc] fix requirements
      
      * [test] fix model zoo
      
      * [test] fix model zoo
      
      * [test] fix model zoo
      
      * [test] fix model zoo
      
      * [test] fix model zoo
      
      * [misc] update requirements
      
      * [gemini] refactor gemini optimizer and gemini ddp (#4398)
      
      * [gemini] update optimizer interface
      
      * [gemini] renaming gemini optimizer
      
      * [gemini] refactor gemini ddp class
      
      * [example] update gemini related example
      
      * [example] update gemini related example
      
      * [plugin] fix gemini plugin args
      
      * [test] update gemini ckpt tests
      
      * [gemini] fix checkpoint io
      
      * [example] fix opt example requirements
      
      * [example] fix opt example
      
      * [example] fix opt example
      
      * [example] fix opt example
      
      * [gemini] add static placement policy (#4443)
      
      * [gemini] add static placement policy
      
      * [gemini] fix param offload
      
      * [test] update gemini tests
      
      * [plugin] update gemini plugin
      
      * [plugin] update gemini plugin docstr
      
      * [misc] fix flash attn requirement
      
      * [test] fix gemini checkpoint io test
      
      * [example] update resnet example result (#4457)
      
      * [example] update bert example result (#4458)
      
      * [doc] update gemini doc (#4468)
      
      * [example] update gemini related examples (#4473)
      
      * [example] update gpt example
      
      * [example] update dreambooth example
      
      * [example] update vit
      
      * [example] update opt
      
      * [example] update palm
      
      * [example] update vit and opt benchmark
      
      * [hotfix] fix bert in model zoo (#4480)
      
      * [hotfix] fix bert in model zoo
      
      * [test] remove chatglm gemini test
      
      * [test] remove sam gemini test
      
      * [test] remove vit gemini test
      
      * [hotfix] fix opt tutorial example (#4497)
      
      * [hotfix] fix opt tutorial example
      
      * [hotfix] fix opt tutorial example
      27061426
  4. 04 Aug, 2023 1 commit
  5. 28 Jun, 2023 2 commits
  6. 26 Jun, 2023 1 commit
  7. 09 Jun, 2023 1 commit
  8. 07 Jun, 2023 1 commit
    • Hongxin Liu's avatar
      [doc] add lazy init tutorial (#3922) · 12c90db3
      Hongxin Liu authored
      * [doc] add lazy init en doc
      
      * [doc] add lazy init zh doc
      
      * [doc] add lazy init doc in sidebar
      
      * [doc] add lazy init doc test
      
      * [doc] fix lazy init doc link
      12c90db3
  9. 06 Jun, 2023 1 commit
  10. 30 May, 2023 1 commit
    • jiangmingyan's avatar
      [doc] update document of zero with chunk. (#3855) · 281b33f3
      jiangmingyan authored
      * [doc] fix title of mixed precision
      
      * [doc]update document of zero with chunk
      
      * [doc] update document of zero with chunk, fix
      
      * [doc] update document of zero with chunk, fix
      
      * [doc] update document of zero with chunk, fix
      
      * [doc] update document of zero with chunk, add doc test
      
      * [doc] update document of zero with chunk, add doc test
      
      * [doc] update document of zero with chunk, fix installation
      
      * [doc] update document of zero with chunk, fix zero with chunk doc
      
      * [doc] update document of zero with chunk, fix zero with chunk doc
      281b33f3
  11. 25 May, 2023 1 commit
  12. 24 May, 2023 2 commits
  13. 23 May, 2023 6 commits
  14. 22 May, 2023 2 commits
    • jiangmingyan's avatar
      [doc] update gradient cliping document (#3778) · fe1561a8
      jiangmingyan authored
      * [doc] update gradient clipping document
      
      * [doc] update gradient clipping document
      
      * [doc] update gradient clipping document
      
      * [doc] update gradient clipping document
      
      * [doc] update gradient clipping document
      
      * [doc] update gradient clipping document
      
      * [doc] update gradient clipping doc, fix sidebars.json
      
      * [doc] update gradient clipping doc, fix doc test
      fe1561a8
    • Hongxin Liu's avatar
      [doc] add booster docstring and fix autodoc (#3789) · 72688adb
      Hongxin Liu authored
      * [doc] add docstr for booster methods
      
      * [doc] fix autodoc
      72688adb
  15. 19 May, 2023 1 commit
  16. 18 May, 2023 1 commit
  17. 17 May, 2023 1 commit
    • Hongxin Liu's avatar
      [devops] fix ci for document check (#3751) · 5dd573c6
      Hongxin Liu authored
      * [doc] add test info
      
      * [devops] update doc check ci
      
      * [devops] add debug info
      
      * [devops] add debug info
      
      * [devops] add debug info
      
      * [devops] add debug info
      
      * [devops] add debug info
      
      * [devops] add debug info
      
      * [devops] add debug info
      
      * [devops] add debug info
      
      * [devops] add debug info
      
      * [devops] add debug info
      
      * [devops] remove debug info and update invalid doc
      
      * [devops] add essential comments
      5dd573c6
  18. 14 Apr, 2023 1 commit
    • digger-yu's avatar
      [doc] Update 1D_tensor_parallel.md (#3563) · 1c7734bc
      digger-yu authored
      Display format optimization, fix bug#3562
      Specific changes
      1. "This is called a column-parallel fashion" Translate to Chinese
      2. use the ```math code block syntax to display a math expression as a block, No modification of formula content
      
      Please check that the math formula is displayed correctly
      If OK, I will change the format of the English version of the formula in parallel
      1c7734bc
  19. 04 Apr, 2023 1 commit
    • ver217's avatar
      [zero] reorganize zero/gemini folder structure (#3424) · 26b7aac0
      ver217 authored
      * [zero] refactor low-level zero folder structure
      
      * [zero] fix legacy zero import path
      
      * [zero] fix legacy zero import path
      
      * [zero] remove useless import
      
      * [zero] refactor gemini folder structure
      
      * [zero] refactor gemini folder structure
      
      * [zero] refactor legacy zero import path
      
      * [zero] refactor gemini folder structure
      
      * [zero] refactor gemini folder structure
      
      * [zero] refactor gemini folder structure
      
      * [zero] refactor legacy zero import path
      
      * [zero] fix test import path
      
      * [zero] fix test
      
      * [zero] fix circular import
      
      * [zero] update import
      26b7aac0
  20. 09 Mar, 2023 1 commit
  21. 07 Mar, 2023 1 commit
    • ver217's avatar
      [doc] update nvme offload doc (#3014) · 378d827c
      ver217 authored
      * [doc] update nvme offload doc
      
      * [doc] add doc testing cmd and requirements
      
      * [doc] add api reference
      
      * [doc] add dependencies
      378d827c
  22. 04 Mar, 2023 1 commit
  23. 09 Feb, 2023 1 commit