mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-12 12:47:21 +00:00
[zero] hotfix master param sync (#4618)
* [zero] add method to update master params * [zero] update zero plugin * [plugin] update low level zero plugin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .model import ModelWrapper
|
||||
from .model import AMPModelMixin, ModelWrapper
|
||||
from .optimizer import OptimizerWrapper
|
||||
|
||||
__all__ = ['OptimizerWrapper', 'ModelWrapper']
|
||||
__all__ = ['OptimizerWrapper', 'ModelWrapper', 'AMPModelMixin']
|
||||
|
Reference in New Issue
Block a user