ColossalAI/colossalai/legacy/engine/gradient_handler
Hongxin Liu 079bf3cb26
[misc] update pre-commit and run all files (#4752)
* [misc] update pre-commit

* [misc] run pre-commit

* [misc] remove useless configuration files

* [misc] ignore cuda for clang-format
2023-09-19 14:20:26 +08:00
..
__init__.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
_base_gradient_handler.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
_data_parallel_gradient_handler.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
_moe_gradient_handler.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
_pipeline_parallel_gradient_handler.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
_sequence_parallel_gradient_handler.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
_zero_gradient_handler.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
utils.py