mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-16 14:41:53 +00:00
[booster] added the plugin base and torch ddp plugin (#3180)
* [booster] added the plugin base and torch ddp plugin * polish code * polish code * polish code
This commit is contained in:
4
colossalai/booster/plugin/__init__.py
Normal file
4
colossalai/booster/plugin/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .plugin_base import Plugin
|
||||
from .torch_ddp_plugin import TorchDDPPlugin
|
||||
|
||||
__all__ = ['Plugin', 'TorchDDPPlugin']
|
Reference in New Issue
Block a user