1
0
mirror of https://github.com/hpcaitech/ColossalAI.git synced 2025-11-07 01:40:59 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Wenhao Chen
3c0d82b19b [pipeline]: support arbitrary batch size in forward_only mode ()
* fix: remove drop last in val & test dataloader

* feat: add run_forward_only, support arbitrary bs

* chore: modify ci script
2024-01-02 23:41:12 +08:00
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
Hongxin Liu
079bf3cb26 [misc] update pre-commit and run all files ()
* [misc] update pre-commit

* [misc] run pre-commit

* [misc] remove useless configuration files

* [misc] ignore cuda for clang-format
2023-09-19 14:20:26 +08:00
wukong1992
a55fb00c18 [booster] update bert example, using booster api () 2023-06-07 15:51:00 +08:00