ColossalAI/colossalai/engine/schedule
アマデウス 9ee197d0e9 moved env variables to global variables; (#215)
added branch context;
added vocab parallel layers;
moved split_batch from load_batch to tensor parallel embedding layers;
updated gpt model;
updated unit test cases;
fixed few collective communicator bugs
2022-02-15 11:31:13 +08:00
..
__init__.py Fixed docstring in colossalai (#171) 2022-01-21 10:44:30 +08:00
_base_schedule.py moved env variables to global variables; (#215) 2022-02-15 11:31:13 +08:00
_non_pipeline_schedule.py Fixed docstring in colossalai (#171) 2022-01-21 10:44:30 +08:00
_pipeline_schedule.py fix pipeline forward return tensors (#176) 2022-01-21 15:46:02 +08:00