ColossalAI/colossalai
Frank Lee 2cc1175c76
[fx] tested the complete workflow for auto-parallel (#1336)
* [fx] tested the complete workflow for auto-parallel

* polish code

* polish code

* polish code
2022-07-20 10:45:17 +08:00
..
amp [hotfix]different overflow status lead to communication stuck. (#1175) 2022-06-27 09:53:57 +08:00
builder [NFC] polish colossalai/builder/builder.py code style (#1265) 2022-07-13 12:08:21 +08:00
cli [hotfix] fix some bugs caused by size mismatch. (#1011) 2022-05-23 14:02:28 +08:00
communication [NFC] polish colossalai/communication/collective.py (#1262) 2022-07-13 12:08:21 +08:00
context [usability] improved error messages in the context module (#856) 2022-04-25 13:42:31 +08:00
engine [hotfix] fix PipelineSharedModuleGradientHandler (#1314) 2022-07-14 17:31:13 +08:00
fx [fx] tested the complete workflow for auto-parallel (#1336) 2022-07-20 10:45:17 +08:00
gemini [hotfix] ZeroDDP use new process group (#1333) 2022-07-18 14:14:52 +08:00
kernel Recover kernal files 2022-07-13 12:08:21 +08:00
logging [doc] improved docstring in the logging module (#861) 2022-04-25 13:42:00 +08:00
nn [hotfix] ZeroDDP use new process group (#1333) 2022-07-18 14:14:52 +08:00
pipeline [pipeline]add customized policy (#1139) 2022-06-21 15:23:41 +08:00
registry Remove duplication registry (#1078) 2022-06-08 07:47:24 +08:00
tensor [checkpoint] use gather_tensor in checkpoint and update its unit test (#1339) 2022-07-19 14:15:28 +08:00
testing [test] skip tests when not enough GPUs are detected (#1090) 2022-06-09 17:19:13 +08:00
trainer fix issue #1080 (#1071) 2022-06-07 17:21:11 +08:00
utils [fx] tested the complete workflow for auto-parallel (#1336) 2022-07-20 10:45:17 +08:00
zero [hotfix] shared model returns cpu state_dict (#1328) 2022-07-15 22:11:37 +08:00
__init__.py [NFC] polish colossalai/__init__.py code style (#1285) 2022-07-13 12:08:21 +08:00
constants.py fix typo in constants (#1027) 2022-05-26 08:45:08 +08:00
core.py [Tensor] distributed view supports inter-process hybrid parallel (#1169) 2022-06-27 09:45:26 +08:00
global_variables.py [MOE] add unitest for MOE experts layout, gradient handler and kernel (#469) 2022-03-21 13:35:04 +08:00
initialize.py [hotfix] remove potiential circle import (#1307) 2022-07-14 13:44:26 +08:00