ColossalAI/tests/test_shardformer/test_model
FoolPlayer b3f5d7a3ba [shardformer] support pipeline base vit model (#4284)
* Feature/vit support (#4182)

* [shardformer] added tests

* [shardformer] vit test finish and support

* fix attention dropout

* support base vit pipeline

* support vit downstream model

* fix vit shard test

* modify hidden states return type

---------

Co-authored-by: Kun Lin <81014421+klhhhhh@users.noreply.github.com>
2023-08-15 23:25:14 +08:00
..
__init__.py [shardformer] adapted T5 and LLaMa test to use kit (#4049) 2023-07-04 16:05:01 +08:00
_utils.py [shardformer] support inplace sharding (#4251) 2023-08-15 23:25:14 +08:00
test_pure_pipeline.py [pipeline] test pure pipeline process using llama (#4218) 2023-08-15 23:25:14 +08:00
test_shard_bert.py [shardformer] support inplace sharding (#4251) 2023-08-15 23:25:14 +08:00
test_shard_bert_pipeline.py [pipeline] All bert models (#4233) 2023-08-15 23:25:14 +08:00
test_shard_bloom.py [shardformer] support inplace sharding (#4251) 2023-08-15 23:25:14 +08:00
test_shard_bloom_pipeline.py [pipeline] finish bloom models pipeline and tests (#4223) 2023-08-15 23:25:14 +08:00
test_shard_gpt2.py [shardformer] support inplace sharding (#4251) 2023-08-15 23:25:14 +08:00
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 [shardformer] support inplace sharding (#4251) 2023-08-15 23:25:14 +08:00
test_shard_llama_pipeline.py [pipeline] Llama causal lm and llama for sequence classification pipeline (#4208) 2023-08-15 23:25:14 +08:00
test_shard_opt.py [shardformer] support inplace sharding (#4251) 2023-08-15 23:25:14 +08:00
test_shard_opt_pipeline.py [pipeline] OPT model pipeline (#4258) 2023-08-15 23:25:14 +08:00
test_shard_t5.py [shardformer] support inplace sharding (#4251) 2023-08-15 23:25:14 +08:00
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] support pipeline base vit model (#4284) 2023-08-15 23:25:14 +08:00
test_shard_vit_pipeline.py [shardformer] support pipeline base vit model (#4284) 2023-08-15 23:25:14 +08:00