ColossalAI/tests/test_shardformer/test_model
Baizhou Zhang 208ac8f2ba [pipeline] Add Pipeline Forward for GPT2Model Shardformer (#4224)
* * fix typehint & docstring in sharder.py

* * update pipeline forward for GPT2Model

* * add test for pipeline forward of GPT2Model

* * add cache cleaning in gpt2 test

* * change assert to raise command
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 [pipeline] Llama pipeline (#4205) 2023-08-15 23:25:14 +08:00
test_shard_bert.py [shardformer] support lazy init (#4202) 2023-08-15 23:25:14 +08:00
test_shard_bert_pipeline.py [pipeline] Bert pipeline for shardformer and its tests (#4197) 2023-08-15 23:25:14 +08:00
test_shard_bloom.py [shardformer] support lazy init (#4202) 2023-08-15 23:25:14 +08:00
test_shard_bloom_pipeline.py [pipeline] add bloom model pipeline (#4210) 2023-08-15 23:25:14 +08:00
test_shard_gpt2.py [pipeline] Add Pipeline Forward for GPT2Model Shardformer (#4224) 2023-08-15 23:25:14 +08:00
test_shard_gpt2_pipeline.py [pipeline] Add Pipeline Forward for GPT2Model Shardformer (#4224) 2023-08-15 23:25:14 +08:00
test_shard_llama.py [shardformer] support lazy init (#4202) 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 lazy init (#4202) 2023-08-15 23:25:14 +08:00
test_shard_t5.py [shardformer] support lazy init (#4202) 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