1
0
mirror of https://github.com/hpcaitech/ColossalAI.git synced 2025-05-11 09:57:26 +00:00
ColossalAI/colossalai/legacy
Wenhao Chen 7172459e74
[shardformer]: support gpt-j, falcon, Mistral and add interleaved pipeline for bert ()
* [shardformer] implement policy for all GPT-J models and test

* [shardformer] support interleaved pipeline parallel for bert finetune

* [shardformer] shardformer support falcon ()

* [shardformer]: fix interleaved pipeline for bert model ()

* [hotfix]: disable seq parallel for gptj and falcon, and polish code ()

* Add Mistral support for Shardformer ()

* [shardformer] add tests to mistral ()

---------

Co-authored-by: Pengtai Xu <henryxu880@gmail.com>
Co-authored-by: ppt0011 <143150326+ppt0011@users.noreply.github.com>
Co-authored-by: flybird11111 <1829166702@qq.com>
Co-authored-by: eric8607242 <e0928021388@gmail.com>
2023-11-28 16:54:42 +08:00
..
amp [npu] add npu support for hybrid plugin and llama () 2023-11-22 19:23:21 +08:00
builder [misc] update pre-commit and run all files () 2023-09-19 14:20:26 +08:00
communication [misc] update pre-commit and run all files () 2023-09-19 14:20:26 +08:00
context [hotfix] fix torch 2.0 compatibility () 2023-10-18 11:05:25 +08:00
engine [npu] add npu support for gemini and zero () 2023-11-20 16:12:41 +08:00
inference [inference] Refactor inference architecture () 2023-11-19 21:05:05 +08:00
nn [npu] add npu support for gemini and zero () 2023-11-20 16:12:41 +08:00
pipeline [misc] update pre-commit and run all files () 2023-09-19 14:20:26 +08:00
registry [misc] update pre-commit and run all files () 2023-09-19 14:20:26 +08:00
tensor [hotfix] fix torch 2.0 compatibility () 2023-10-18 11:05:25 +08:00
trainer [misc] update pre-commit and run all files () 2023-09-19 14:20:26 +08:00
utils [npu] add npu support for hybrid plugin and llama () 2023-11-22 19:23:21 +08:00
zero [shardformer]: support gpt-j, falcon, Mistral and add interleaved pipeline for bert () 2023-11-28 16:54:42 +08:00
__init__.py [bug] fix get_default_parser in examples () 2023-09-21 10:42:25 +08:00
constants.py [misc] update pre-commit and run all files () 2023-09-19 14:20:26 +08:00
core.py [misc] update pre-commit and run all files () 2023-09-19 14:20:26 +08:00
global_variables.py [misc] update pre-commit and run all files () 2023-09-19 14:20:26 +08:00
initialize.py [moe] merge moe into main () 2023-11-02 02:21:24 +00:00