ColossalAI/colossalai
Boyuan Yao f921733621
[autoparallel] Add pofo sequence annotation (#1637)
* [autoparallel] annotate pofo sequence

* [autoparallel] remove unused print

* [autoparallel] fix some code
2022-09-24 01:52:57 +08:00
..
amp
auto_parallel [tensor] use communication autograd func (#1617) 2022-09-23 13:31:15 +08:00
builder [NFC] polish colossalai/builder/__init__.py code style (#1560) 2022-09-08 22:11:04 +08:00
cli
communication
context [moe] initialize MoE groups by ProcessGroup (#1640) 2022-09-23 17:20:41 +08:00
device [tensor]add 1D device mesh (#1492) 2022-08-25 16:48:12 +08:00
engine
fx [autoparallel] Add pofo sequence annotation (#1637) 2022-09-24 01:52:57 +08:00
gemini [NFC] polish colossalai/gemini/update/chunkv2.py code style (#1565) 2022-09-08 22:11:04 +08:00
kernel
logging
nn [embeddings] cache option (#1635) 2022-09-23 16:40:18 +08:00
pipeline [pipeline/chimera] test chimera | fix bug of initializing (#1615) 2022-09-20 18:00:39 +08:00
registry
tensor [tensor] use communication autograd func (#1617) 2022-09-23 13:31:15 +08:00
testing [NFC] polish colossalai/testing/comparison.py code style. (#1558) 2022-09-08 22:11:04 +08:00
trainer [NFC] polish ./colossalai/trainer/hooks/_lr_scheduler_hook.py code style (#1576) 2022-09-08 22:11:04 +08:00
utils [NFC] polish utils/tensor_detector/__init__.py code style (#1573) 2022-09-08 22:11:04 +08:00
zero [moe] fix MoE bugs (#1628) 2022-09-22 13:56:30 +08:00
__init__.py [fx] provide a stable but not accurate enough version of profiler. (#1547) 2022-09-07 11:21:04 +08:00
_meta_registrations.py [fx/profiler] tuned the calculation of memory estimation (#1619) 2022-09-23 10:59:47 +08:00
constants.py
core.py
global_variables.py
initialize.py