ColossalAI/tests/test_shardformer/test_model
Bin Jia 5c6f183192 [test] Hotfix/fix some model test and refactor check util api (#4369)
* fix llama test

* fix test bug of bert, blip2, bloom, gpt2

* fix llama test

* fix opt test

* fix sam test

* fix sam test

* fix t5 test

* fix vit test

* fix whisper test

* fix whisper test

* polish code

* adjust allclose parameter

* Add mistakenly deleted code

* addjust allclose

* change loss function for some base model
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 [test] Hotfix/fix some model test and refactor check util api (#4369) 2023-08-15 23:25:14 +08:00
test_pure_pipeline.py [pipeline] support fp32 for HybridPlugin/merge shardformer test and pipeline test into one file (#4354) 2023-08-15 23:25:14 +08:00
test_shard_bert.py [test] Hotfix/fix some model test and refactor check util api (#4369) 2023-08-15 23:25:14 +08:00
test_shard_bert_pipeline.py [pipeline] refactor test pipeline and remove useless utils in pipeline (#4324) 2023-08-15 23:25:14 +08:00
test_shard_blip2.py [test] Hotfix/fix some model test and refactor check util api (#4369) 2023-08-15 23:25:14 +08:00
test_shard_bloom.py [test] Hotfix/fix some model test and refactor check util api (#4369) 2023-08-15 23:25:14 +08:00
test_shard_bloom_pipeline.py [pipeline] refactor test pipeline and remove useless utils in pipeline (#4324) 2023-08-15 23:25:14 +08:00
test_shard_chatglm.py update some module with new api version 2023-08-15 23:25:14 +08:00
test_shard_gpt2.py [test] Hotfix/fix some model test and refactor check util api (#4369) 2023-08-15 23:25:14 +08:00
test_shard_llama.py [test] Hotfix/fix some model test and refactor check util api (#4369) 2023-08-15 23:25:14 +08:00
test_shard_llama_pipeline.py [pipeline] refactor test pipeline and remove useless utils in pipeline (#4324) 2023-08-15 23:25:14 +08:00
test_shard_opt.py [test] Hotfix/fix some model test and refactor check util api (#4369) 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_sam.py [test] Hotfix/fix some model test and refactor check util api (#4369) 2023-08-15 23:25:14 +08:00
test_shard_t5.py [test] Hotfix/fix some model test and refactor check util api (#4369) 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 [test] Hotfix/fix some model test and refactor check util api (#4369) 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
test_shard_whisper.py [test] Hotfix/fix some model test and refactor check util api (#4369) 2023-08-15 23:25:14 +08:00