ColossalAI/colossalai/shardformer/policies
Zhongkai Zhao 70885d707d
[hotfix] Suport extra_kwargs in ShardConfig (#5031)
* [refactor]: replace inference args with extra_kwargs in ShardConfig

* modify shardconfig

* polish code

* fix policy bug in llama

* fix bug in auto policy

* remove setattr in ShardConfig
2023-11-10 10:49:50 +08:00
..
__init__.py
auto_policy.py [hotfix] Suport extra_kwargs in ShardConfig (#5031) 2023-11-10 10:49:50 +08:00
base_policy.py
bert.py
blip2.py
bloom.py
chatglm2.py [Inference] Fix bug in ChatGLM2 Tensor Parallelism (#5014) 2023-11-07 15:01:50 +08:00
gpt2.py
llama.py
opt.py
sam.py
t5.py [gemini] gemini support tensor parallelism. (#4942) 2023-11-10 10:15:16 +08:00
vit.py
whisper.py