mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-23 10:30:03 +00:00
[zero] add zero wrappers (#2523)
* [zero] add zero wrappers * change names * add wrapper functions to init
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from .data_parallel import ColoDDP, ZeroDDP
|
||||
from .gemini_parallel import GeminiDDP
|
||||
from .zero_wrapper import zero_model_wrapper, zero_optim_wrapper
|
||||
|
||||
__all__ = ['ColoDDP', 'ZeroDDP', 'GeminiDDP']
|
||||
__all__ = ['ColoDDP', 'ZeroDDP', 'GeminiDDP', 'zero_model_wrapper', 'zero_optim_wrapper']
|
||||
|
Reference in New Issue
Block a user