ColossalAI/applications/Chat/coati/trainer
Wenhao Chen edd75a59ea
[chat] remove naive strategy and split colossalai strategy (#4094)
* feat: remove on_learn_epoch fn as not used

* revert: add _on_learn_epoch fn

* to: remove the use of NaiveStrategy

* test: remove NaiveStrategy tests

* feat: remove NaiveStrategy

* style: modify comments and params

* feat: split ColossalAIStrategy into LowLevelZeroStrategy and GeminiStrategy

* fix: remove naive

* fix: align with modified colossal strategy

* fix: fix ddp _try_init_dist arg
2023-06-29 18:11:00 +08:00
..
callbacks [chat] remove naive strategy and split colossalai strategy (#4094) 2023-06-29 18:11:00 +08:00
strategies [chat] remove naive strategy and split colossalai strategy (#4094) 2023-06-29 18:11:00 +08:00
__init__.py [chat] refactor trainer class (#4080) 2023-06-29 10:48:09 +08:00
base.py [chat] refactor trainer class (#4080) 2023-06-29 10:48:09 +08:00
ppo.py [chat] remove naive strategy and split colossalai strategy (#4094) 2023-06-29 18:11:00 +08:00
rm.py [chat] refactor trainer class (#4080) 2023-06-29 10:48:09 +08:00
sft.py [chat] remove naive strategy and split colossalai strategy (#4094) 2023-06-29 18:11:00 +08:00
utils.py [chat] refactor trainer class (#4080) 2023-06-29 10:48:09 +08:00