[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:
Frank Lee
2023-03-21 17:39:30 +08:00
committed by GitHub
parent e5f668f280
commit e7f3bed2d3
8 changed files with 378 additions and 86 deletions

View File

@@ -0,0 +1,4 @@
from .plugin_base import Plugin
from .torch_ddp_plugin import TorchDDPPlugin
__all__ = ['Plugin', 'TorchDDPPlugin']