ColossalAI/tests/test_shardformer/test_model
Baizhou Zhang 083d7da33d [pipeline] add pipeline support for all T5 models (#4310)
* complete policy for T5Model & T5ForConditionalGeneration

* modify function signature in forwards

* add forward for T5model

* add forward for T5ForConditionalGeneration

* fix a bug

* fix hidden_states transporting in decoder

* fix the passing of encoder_outputs
2023-08-15 23:25:14 +08:00
..
__init__.py
_utils.py
test_pure_pipeline.py [pipeline] test pure pipeline process using llama (#4218) 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
test_shard_t5.py
test_shard_t5_pipeline.py [pipeline] add pipeline support for all T5 models (#4310) 2023-08-15 23:25:14 +08:00
test_shard_vit.py [shardformer] added embedding gradient check (#4124) 2023-07-04 16:05:01 +08:00