1. 19 Sep, 2023 1 commit
  2. 18 Sep, 2023 1 commit
    • Hongxin Liu's avatar
      [legacy] clean up legacy code (#4743) · b5f9e37c
      Hongxin Liu authored
      * [legacy] remove outdated codes of pipeline (#4692)
      
      * [legacy] remove cli of benchmark and update optim (#4690)
      
      * [legacy] remove cli of benchmark and update optim
      
      * [doc] fix cli doc test
      
      * [legacy] fix engine clip grad norm
      
      * [legacy] remove outdated colo tensor (#4694)
      
      * [legacy] remove outdated colo tensor
      
      * [test] fix test import
      
      * [legacy] move outdated zero to legacy (#4696)
      
      * [legacy] clean up utils (#4700)
      
      * [legacy] clean up utils
      
      * [example] update examples
      
      * [legacy] clean up amp
      
      * [legacy] fix amp module
      
      * [legacy] clean up gpc (#4742)
      
      * [legacy] clean up context
      
      * [legacy] clean core, constants and global vars
      
      * [legacy] refactor initialize
      
      * [example] fix examples ci
      
      * [example] fix examples ci
      
      * [legacy] fix tests
      
      * [example] fix gpt example
      
      * [example] fix examples ci
      
      * [devops] fix ci installation
      
      * [example] fix examples ci
      b5f9e37c
  3. 02 Jun, 2023 1 commit
    • digger yu's avatar
      [nfc] fix typo colossalai/cli fx kernel (#3847) · 70c8cdec
      digger yu authored
      * fix typo colossalai/autochunk auto_parallel amp
      
      * fix typo colossalai/auto_parallel nn utils etc.
      
      * fix typo colossalai/auto_parallel autochunk fx/passes  etc.
      
      * fix typo docs/
      
      * change placememt_policy to placement_policy in docs/ and examples/
      
      * fix typo colossalai/ applications/
      
      * fix typo colossalai/cli fx kernel
      70c8cdec
  4. 24 May, 2023 1 commit
  5. 26 Apr, 2023 1 commit
    • digger-yu's avatar
      [doc] Fix typo under colossalai and doc(#3618) · b9a8dff7
      digger-yu authored
      * Fixed several spelling errors under colossalai
      
      * Fix the spelling error in colossalai and docs directory
      
      * Cautious Changed the spelling error under the example folder
      
      * Update runtime_preparation_pass.py
      
      revert autograft to autograd
      
      * Update search_chunk.py
      
      utile to until
      
      * Update check_installation.py
      
      change misteach to mismatch in line 91
      
      * Update 1D_tensor_parallel.md
      
      revert to perceptron
      
      * Update 2D_tensor_parallel.md
      
      revert to perceptron in line 73
      
      * Update 2p5D_tensor_parallel.md
      
      revert to perceptron in line 71
      
      * Update 3D_tensor_parallel.md
      
      revert to perceptron in line 80
      
      * Update README.md
      
      revert to resnet in line 42
      
      * Update reorder_graph.py
      
      revert to indice in line 7
      
      * Update p2p.py
      
      revert to megatron in line 94
      
      * Update initialize.py
      
      revert to torchrun in line 198
      
      * Update routers.py
      
      change to detailed in line 63
      
      * Update routers.py
      
      change to detailed in line 146
      
      * Update README.md
      
      revert  random number in line 402
      b9a8dff7
  6. 30 Mar, 2023 2 commits
  7. 29 Mar, 2023 5 commits
  8. 27 Mar, 2023 1 commit
  9. 10 Mar, 2023 2 commits
  10. 07 Mar, 2023 2 commits
  11. 04 Mar, 2023 1 commit
  12. 08 Feb, 2023 1 commit
  13. 02 Feb, 2023 1 commit
  14. 29 Jan, 2023 1 commit
  15. 20 Jan, 2023 1 commit
    • Super Daniel's avatar
      [utils] lazy init. (#2148) · 35c0c000
      Super Daniel authored
      * [utils] lazy init.
      
      * [utils] remove description.
      
      * [utils] complete.
      
      * [utils] finalize.
      
      * [utils] fix names.
      35c0c000
  16. 19 Jan, 2023 1 commit
  17. 18 Jan, 2023 1 commit
    • oahzxl's avatar
      [fx] allow control of ckpt_codegen init (#2498) · 5db3a5bf
      oahzxl authored
      * [fx] allow control of ckpt_codegen init
      
      Currently in ColoGraphModule, ActivationCheckpointCodeGen will be set automatically in __init__. But other codegen can't be set if so. 
      So I add an arg to control whether to set ActivationCheckpointCodeGen in __init__.
      
      * code style
      5db3a5bf
  18. 16 Jan, 2023 1 commit
    • oahzxl's avatar
      [autochunk] support evoformer tracer (#2485) · 4953b4ac
      oahzxl authored
      support full evoformer tracer, which is a main module of alphafold. previously we just support a simplifed version of it.
      1. support some evoformer's op in fx
      2. support evoformer test
      3. add repos for test code
      4953b4ac
  19. 11 Jan, 2023 1 commit
  20. 04 Jan, 2023 1 commit
    • Zihao's avatar
      [auto-parallel] refactoring ColoTracer (#2118) · 3a02b464
      Zihao authored
      * add meta_data_computing
      
      * add checkpoint_annotation
      
      * rename proxy.data to proxy.meta_data and add bias addition pass
      
      * polish code
      
      * delete meta_prop_pass invoke and rename ori_node to orig_node
      
      * add TracerType
      
      * unify meta data computing
      
      * delete TracerType
      
      * handle setitem operation
      
      * operator.setitem
      3a02b464
  21. 03 Jan, 2023 1 commit
  22. 28 Dec, 2022 1 commit
  23. 23 Dec, 2022 1 commit
  24. 21 Dec, 2022 1 commit
  25. 20 Dec, 2022 1 commit
  26. 18 Dec, 2022 1 commit
  27. 09 Dec, 2022 1 commit
  28. 08 Dec, 2022 2 commits
  29. 07 Dec, 2022 1 commit
  30. 02 Dec, 2022 1 commit
  31. 29 Nov, 2022 1 commit
  32. 25 Nov, 2022 1 commit