ColossalAI/tests/test_shardformer/test_model
Jianghai d0807122e2 [pipeline] test pure pipeline process using llama (#4218)
* bloom policy

* llama pipeline forward and tests

* fix the output and attention_mask

* fix name

* bind argument to policy

* Revert "bloom policy"

This reverts commit 8dee68a0a2.

This policy should be revert and copied to feature/bloom

* revert the bloom changes

* cancel unneeded inputs

* gpt

* finish llama

* causal lm and sequence classification

* revision

* add pure pipeline test

* fixed version

* fixed version

* pure pipeline
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 T5Stack/T5EncoderModel (#4300) 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