ColossalAI/colossalai/shardformer/layer
FoolPlayer 4021b9a8a2 [shardformer] add gpt2 test and layer class refactor (#4041)
* add gpt2 test and layer class refactor

* add dropout in gpt2 policy
2023-07-04 16:05:01 +08:00
..
__init__.py [shardformer] add gpt2 test and layer class refactor (#4041) 2023-07-04 16:05:01 +08:00
_operation.py [shardformer] integrated linear 1D with dtensor (#3996) 2023-07-04 16:05:01 +08:00
dist_crossentropy.py [shardformer] refactored embedding and dropout to parallel module (#4013) 2023-07-04 16:05:01 +08:00
dropout.py [shardformer] add gpt2 test and layer class refactor (#4041) 2023-07-04 16:05:01 +08:00
embedding1d.py [shardformer] add gpt2 test and layer class refactor (#4041) 2023-07-04 16:05:01 +08:00
layernorm1d.py [shardformer] add gpt2 test and layer class refactor (#4041) 2023-07-04 16:05:01 +08:00
linear1d.py [shardformer] add gpt2 test and layer class refactor (#4041) 2023-07-04 16:05:01 +08:00
linearconv1d.py [shardformer] add gpt2 test and layer class refactor (#4041) 2023-07-04 16:05:01 +08:00
parallelmodule.py [shardformer] add gpt2 test and layer class refactor (#4041) 2023-07-04 16:05:01 +08:00
utils.py [shardformer] integrated linear 1D with dtensor (#3996) 2023-07-04 16:05:01 +08:00
vocabparallelembedding1d.py [shardformer] add gpt2 test and layer class refactor (#4041) 2023-07-04 16:05:01 +08:00