ColossalAI/tests/kit/model_zoo/transformers
Baizhou Zhang 36e546b2cc [pipeline] add pipeline support for T5Stack/T5EncoderModel (#4300)
* modify t5 policy & add test

* pipeline stage distribution for t5

* complete t5 base policy

* t5 stack: halfway

* modify gpt2 pipeline test

* complete pipeline forward for T5Stack/T5EncoderModel

* fix docstring

* move t5 util tests to test_pipeline
2023-08-15 23:25:14 +08:00
..
__init__.py [shardformer] supported bloom model (#4098) 2023-07-04 16:05:01 +08:00
albert.py
bert.py
bloom.py
gpt.py [pipeline] add pipeline support for T5Stack/T5EncoderModel (#4300) 2023-08-15 23:25:14 +08:00
llama.py
opt.py
t5.py