- 15 Aug, 2023 2 commits
-
-
Hongxin Liu authored
-
Jianghai authored
* hot fix * hot fx tracer
-
- 04 Jul, 2023 3 commits
-
-
jiangmingyan authored
* [shardformer] shardformer support opt models * [shardformer] shardformer support opt models, fix * [shardformer] shardformer support opt models, fix * [shardformer] shardformer support opt models, fix
-
Frank Lee authored
* [test] fixed tests failed due to dtensor change * polish code
-
Frank Lee authored
* [shardformer] adapted T5 and LLaMa test to use kit * polish code
-
- 15 May, 2023 1 commit
-
-
Hongxin Liu authored
* [test] fix flop tensor test * [test] fix autochunk test * [test] fix lazyinit test * [devops] update torch version of CI * [devops] enable testmon * [devops] fix ci * [devops] fix ci * [test] fix checkpoint io test * [test] fix cluster test * [test] fix timm test * [devops] fix ci * [devops] fix ci * [devops] fix ci * [devops] fix ci * [devops] force sync to test ci * [test] skip fsdp test
-
- 11 May, 2023 1 commit
-
-
digger-yu authored
* fix spelling error with examples/comminity/ * fix spelling error with tests/ * fix some spelling error with tests/ colossalai/ etc. * fix spelling error with tests/ etc. date:2023.5.10
-
- 06 Apr, 2023 1 commit
-
-
Frank Lee authored
* [test] added spawn decorator * polish code * polish code * polish code * polish code * polish code * polish code
-
- 30 Mar, 2023 1 commit
-
-
YuliangLiu0306 authored
* [autoparallel] adapt autoparallel with new analyzer * fix all node handler tests * polish * polish
-
- 24 Mar, 2023 1 commit
-
-
YuliangLiu0306 authored
* [hotfix] skip torchaudio tracing test * fix lazy init test issue
-
- 22 Mar, 2023 1 commit
-
-
YuliangLiu0306 authored
* pass gpt trace and meta_prop * pass t5 trace and meta_prop * [FX] refactor experimental tracer and adapt it with hf models * pass all mainstream model zoo * fix CI * fix CI * fix CI * fix CI * fix CI * fix CI * fix CI * fix CI * skip tests * fix CI * using packaging version * polish
-
- 20 Mar, 2023 3 commits
- 15 Mar, 2023 4 commits
-
-
YuliangLiu0306 authored
-
ver217 authored
* [tests] model zoo add torchaudio models * [tests] refactor torchaudio wavernn * [tests] refactor fx torchaudio tests
-
Frank Lee authored
-
Frank Lee authored
* [test] added torchvision models to test model zoo * polish code * polish code * polish code * polish code * polish code * polish code
-
- 14 Mar, 2023 2 commits
- 07 Mar, 2023 1 commit
-
-
YuliangLiu0306 authored
* [hotfix] skip auto checkpointing tests * fix test name issue
-
- 02 Dec, 2022 2 commits
-
-
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>
-
YuliangLiu0306 authored
-
- 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>
-
- 10 Nov, 2022 3 commits
-
-
Jiarui Fang authored
-
Jiarui Fang authored
-
Frank Lee authored
-
- 08 Nov, 2022 2 commits
-
-
Super Daniel authored
* [fx] add a symbolic_trace api. * [fx] fix import errors.
-
Jiarui Fang authored
-
- 04 Nov, 2022 1 commit
-
-
YuliangLiu0306 authored
-
- 02 Nov, 2022 1 commit
-
-
Jiarui Fang authored
-
- 01 Nov, 2022 2 commits
-
-
YuliangLiu0306 authored
* [autoparallel] refactor tracer to fix bias addition issue * [fx] support module with bias addition * create bias_addition_module * refactor file structure * polish code * fix unit test
-
Super Daniel authored
* [autoparallel] first move. * [autoparallel] add solver rotor. * [autoparallel] add ckpt solvers. * [autoparallel] modify codegen. * [fx] fix annotation in test. * [fx] remove check. * [autoparallel] polish docstring. * [fx] refactor MetaTensor.
-
- 26 Oct, 2022 1 commit
-
-
Super Daniel authored
* [fx] change memory.py to memory_utils.py. * [fx] add shard utils. * [fx] fix import. * [fx] check code style. * [fx] add comment. * [autoparallel] first move. * [fx] add time computations.
-
- 20 Oct, 2022 1 commit
-
-
Super Daniel authored
* [fx] test tracer on diffuser modules. * [fx] shorter seq_len. * Update requirements-test.txt
-
- 19 Oct, 2022 1 commit
-
-
Super Daniel authored
* [fx/profiler] add test. * [fx] fix file names. * [fx] add docstring and comment. * [fx] polish profiler.py. * [fx] fix import errors. * [fx] fix profiler. * [fx] fix names.
-
- 18 Oct, 2022 1 commit
-
-
Super Daniel authored
[fx/meta/rpc] move _meta_registration.py to fx folder / register fx functions with compatibility checks / remove color debug (#1710) * [fx] move meta registration * [fx] fix tests. * [fx] fix test. * [fx] fix. * [meta] refactor meta registration.py. * [fx] add compatibility descriptions. * [fx] polish import. * [fx] add a decorator. * [fx] fix tests. * [fx] remove print. * [fx] edit raise error. * [fx] edit raise error. * [fx] add type hint. * [fx] fix import in experimental. * [rpc] remove color debug. * [meta] fix naming.
-
- 12 Oct, 2022 1 commit
-
-
Boyuan Yao authored
-
- 11 Oct, 2022 1 commit
-
-
Super Daniel authored
* [fx/profiler] modify data_ptr into uuid for all tensors. * [fx] modify uuid. * [fx/profiler] tune performance on GPT-2. * [fx] updates. * [fx] debug. * [fx] debug. * [fx] cuda.
-
- 03 Oct, 2022 1 commit
-
-
Boyuan Yao authored
* [autoparallel] add rotor c version * [fx] remove metainfoprop in rotor solver * [autoparallel] modify C code format * [autoparallel] remove build.py * [autoparallel] fix C extension build * [autoparallel] add C solver consistency test * [autoparallel] remove some unused imports * [autoparallel] refactor rotor solver code * [autoparallel] replace print with colossalai logger * [autoparallel] ranks fixed
-