1
0
mirror of https://github.com/hpcaitech/ColossalAI.git synced 2025-05-07 07:58:27 +00:00
ColossalAI/colossalai/shardformer/modeling
botbw c54c4fcd15
[hotfix] moe hybrid parallelism benchmark & follow-up fix ()
* [example] pass use_fp8_comm flag to all plugins

* [example] add mixtral benchmark

* [moe] refine assertion and check

* [moe] fix mixtral & add more tests

* [moe] consider checking dp * sp group and moe_dp_group

* [mixtral] remove gate tp & add more tests

* [deepseek] fix tp & sp for deepseek

* [mixtral] minor fix

* [deepseek] add deepseek benchmark
2024-09-10 17:30:53 +08:00
..
chatglm2_6b [pre-commit.ci] pre-commit autoupdate () 2024-07-01 17:16:41 +08:00
__init__.py [shardformer] added development protocol for standardization () 2023-07-04 16:05:01 +08:00
bert.py [fp8] support hybrid parallel plugin () 2024-08-12 18:17:05 +08:00
blip2.py [shardformer] support bias_gelu_jit_fused for models () 2024-04-29 15:33:51 +08:00
bloom.py [Feature] Split cross-entropy computation in SP () 2024-09-10 12:06:50 +08:00
chatglm2.py [Feature] Split cross-entropy computation in SP () 2024-09-10 12:06:50 +08:00
command.py [Feature] Split cross-entropy computation in SP () 2024-09-10 12:06:50 +08:00
deepseek.py [hotfix] moe hybrid parallelism benchmark & follow-up fix () 2024-09-10 17:30:53 +08:00
falcon.py [shardformer] fix modeling of bloom and falcon () 2024-06-11 17:43:50 +08:00
gpt2.py [Feature] Split cross-entropy computation in SP () 2024-09-10 12:06:50 +08:00
gptj.py [fp8] support hybrid parallel plugin () 2024-08-12 18:17:05 +08:00
jit.py [misc] update pre-commit and run all files () 2023-09-19 14:20:26 +08:00
llama.py [Feature] Split cross-entropy computation in SP () 2024-09-10 12:06:50 +08:00
mistral.py [Feature] Split cross-entropy computation in SP () 2024-09-10 12:06:50 +08:00
mixtral.py [hotfix] moe hybrid parallelism benchmark & follow-up fix () 2024-09-10 17:30:53 +08:00
opt.py [Feature] Split cross-entropy computation in SP () 2024-09-10 12:06:50 +08:00
qwen2.py [Feature] Split cross-entropy computation in SP () 2024-09-10 12:06:50 +08:00
sam.py [shardformer]delete xformers () 2024-06-28 11:20:04 +08:00
t5.py [shardformer] Support the T5ForTokenClassification model () 2024-06-27 16:40:38 +08:00
vit.py [shardformer] support bias_gelu_jit_fused for models () 2024-04-29 15:33:51 +08:00
whisper.py [shardformer] upgrade transformers to 4.39.3 () 2024-06-14 10:59:33 +08:00