ColossalAI/tests/test_shardformer/test_model
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
_utils.py
test_pure_pipeline.py [bugs] hot fix some testing bugs for new models (#4268) 2023-08-15 23:25:14 +08:00
test_shard_bert.py
test_shard_bert_pipeline.py
test_shard_bloom.py
test_shard_bloom_pipeline.py
test_shard_gpt2.py
test_shard_gpt2_pipeline.py [pipeline] add pipeline support for T5Stack/T5EncoderModel (#4300) 2023-08-15 23:25:14 +08:00
test_shard_llama.py
test_shard_llama_pipeline.py
test_shard_opt.py
test_shard_opt_pipeline.py [pipeline] OPT model pipeline (#4258) 2023-08-15 23:25:14 +08:00
test_shard_t5.py
test_shard_t5_pipeline.py [pipeline] add pipeline support for T5Stack/T5EncoderModel (#4300) 2023-08-15 23:25:14 +08:00
test_shard_vit.py