- 19 Sep, 2023 1 commit
-
-
Hongxin Liu authored
* [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
-
- 18 Sep, 2023 1 commit
-
-
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
-
- 02 Jun, 2023 1 commit
-
-
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
-
- 24 May, 2023 1 commit
-
-
digger yu authored
-
- 26 Apr, 2023 1 commit
-
-
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
-
- 30 Mar, 2023 2 commits
-
-
YuliangLiu0306 authored
* [autoparallel] adapt autoparallel with new analyzer * fix all node handler tests * polish * polish
-
YuliangLiu0306 authored
-
- 29 Mar, 2023 5 commits
-
-
Michelle authored
* [NFC] polish colossalai/engine/schedule/_pipeline_schedule.py code style * [NFC] polish colossalai/fx/tracer/_tracer_utils.py code style --------- Co-authored-by:Qianran Ma <qianranm@luchentech.com>
-
Xuanlei Zhao authored
-
CZYCW authored
-
CsRic authored
Co-authored-by:csric <richcsr256@gmail.com>
-
dayellow authored
Co-authored-by:Minghao Huang <huangminghao@luchentech.com>
-
- 27 Mar, 2023 1 commit
-
-
HELSON authored
* [fx] meta registration compatibility * fix error
-
- 10 Mar, 2023 2 commits
-
-
Super Daniel authored
* [hotfix] meta tensor default device. * [siu] add experimental submodules to main branch. * [siu] * [siu] * [analyzer] init. * [analyzer] readme. * [analyzer] readme. * [analyzer] readme. * [analyzer] readme. * [test] add test. * Update symbolic_trace.py * mark skip tests. * try except. * try except. * try except. * s * init * init * fix * skip * skip --------- Co-authored-by:
Daniel Shao <superdainiu@MININT-PVARVID.fareast.corp.microsoft.com> Co-authored-by:
Daniel Shao <superdainiu@Daniels-Mac.local>
-
Xuanlei Zhao authored
support vit for autochunk * support some new ops for vit * fix some bugs * add test for vit
-
- 07 Mar, 2023 2 commits
-
-
Ziyue Jiang authored
* add alpa dp split * add alpa dp split * use fwd+bwd instead of fwd only --------- Co-authored-by:Ziyue Jiang <ziyue.jiang@gmail.com>
-
Super Daniel authored
-
- 04 Mar, 2023 1 commit
-
-
ver217 authored
* [doc] add deepspeed citation and copyright * [doc] add deepspeed citation and copyright * [doc] add deepspeed citation and copyright
-
- 08 Feb, 2023 1 commit
-
-
Boyuan Yao authored
* [autoparallel] matmul metainfo * [auto_parallel] remove unused print * [tests] skip test_matmul_handler when torch version is lower than 1.12.0
-
- 02 Feb, 2023 1 commit
-
-
oahzxl authored
-
- 29 Jan, 2023 1 commit
-
-
Super Daniel authored
-
- 20 Jan, 2023 1 commit
-
-
Super Daniel authored
* [utils] lazy init. * [utils] remove description. * [utils] complete. * [utils] finalize. * [utils] fix names.
-
- 19 Jan, 2023 1 commit
-
-
Ziyue Jiang authored
Co-authored-by:Ziyue Jiang <ziyue.jiang@gmail.com>
-
- 18 Jan, 2023 1 commit
-
-
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
-
- 16 Jan, 2023 1 commit
-
-
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
-
- 11 Jan, 2023 1 commit
-
-
Super Daniel authored
-
- 04 Jan, 2023 1 commit
-
-
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
-
- 03 Jan, 2023 1 commit
-
-
Boyuan Yao authored
* [autoparallel] align the data_ptr with the old version of auto activation checkpoint pipeline * [autoparallel] using fwd_time and bwd_time instead of fwd_flop and bwd_flop * [autoparallel] specifycomm nodes' memory cost in construct chain
-
- 28 Dec, 2022 1 commit
-
-
YuliangLiu0306 authored
* [autoparallel] record parameter attribute in collotracer * [autoparallel] fix construct_meta_info bug
-
- 23 Dec, 2022 1 commit
-
-
Ziyue Jiang authored
* add splitter * polish code * remove comment * fix async nan by moving to cpu first Co-authored-by:Ziyue Jiang <ziyue.jiang@gmail.com>
-
- 21 Dec, 2022 1 commit
-
-
Zihao authored
-
- 20 Dec, 2022 1 commit
-
-
YuliangLiu0306 authored
-
- 18 Dec, 2022 1 commit
-
-
Zihao authored
-
- 09 Dec, 2022 1 commit
-
-
YuliangLiu0306 authored
-
- 08 Dec, 2022 2 commits
-
-
YuliangLiu0306 authored
-
YuliangLiu0306 authored
* [autoparallel] add bias addtion function class * polish code * polish
-
- 07 Dec, 2022 1 commit
-
-
Super Daniel authored
* [fx] add a symbolic_trace api. * [fx] fix import errors. * [fx] ColoTracer experimental.
-
- 02 Dec, 2022 1 commit
-
-
Ziyue Jiang authored
* use Topo class to rewrite DAG * polish code * polish code * polish code * add comment * add else to unended if Co-authored-by:Ziyue Jiang <ziyue.jiang@gmail.com>
-
- 29 Nov, 2022 1 commit
-
-
Ziyue Jiang authored
* add DAG to split_module * add comment * add test case for DAG * remove print * add DAG middleware in scheduler * add test case for scheduler * remove break * recover old lifecycle Co-authored-by:Ziyue Jiang <ziyue.jiang@gmail.com>
-
- 25 Nov, 2022 1 commit
-
-
Ziyue Jiang authored
* add DAG to split_module * add comment * add test case for DAG * remove print Co-authored-by:Ziyue Jiang <ziyue.jiang@gmail.com>
-