ColossalAI/tests
Hongxin Liu 152239bbfa
[gemini] gemini supports lazy init (#3379)
* [gemini] fix nvme optimizer init

* [gemini] gemini supports lazy init

* [gemini] add init example

* [gemini] add fool model

* [zero] update gemini ddp

* [zero] update init example

* add chunk method

* add chunk method

* [lazyinit] fix lazy tensor tolist

* [gemini] fix buffer materialization

* [misc] remove useless file

* [booster] update gemini plugin

* [test] update gemini plugin test

* [test] fix gemini plugin test

* [gemini] fix import

* [gemini] fix import

* [lazyinit] use new metatensor

* [lazyinit] use new metatensor

* [lazyinit] fix __set__ method
2023-04-12 16:03:25 +08:00
..
components_to_test [testing] add beit model for unit testings (#2196) 2022-12-26 17:35:36 +08:00
kit [FX] refactor experimental tracer and adapt it with hf models (#3157) 2023-03-22 10:40:33 +08:00
test_amp [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_analyzer [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_auto_parallel [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_autochunk [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_booster [gemini] gemini supports lazy init (#3379) 2023-04-12 16:03:25 +08:00
test_checkpoint_io [checkpoint] support huggingface style sharded checkpoint (#3461) 2023-04-06 16:23:39 +08:00
test_cluster [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_comm [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_config
test_context [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_data [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_data_pipeline_tensor_parallel [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_ddp [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_device [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_engine [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_fx [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_layers [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_moe [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_ops [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_optimizer [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_pipeline [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_tensor [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_trainer [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_utils [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
test_zero [test] refactor tests with spawn (#3452) 2023-04-06 14:51:35 +08:00
__init__.py