## Overview `Booster.no_sync()` calls `Plugin.no_sync()`, see https://github.com/hpcaitech/ColossalAI/blob/f83ea813f5bb6ecc5597c7f1bf97870d46de1c49/colossalai/booster/booster.py#L151. However, we didn't define this method in `Plugin` class. We should add this method and implment this method in subclasses. Wanna track the development progress? Take a look at proposal: https://github.com/hpcaitech/ColossalAI/discussions/3046 project kanban: https://github.com/orgs/hpcaitech/projects/19 ## Goal 1. Add `no_sync()` method in `Plugin` class. 2. Implement this method in subclasses.
Overview
Booster.no_sync()callsPlugin.no_sync(), seeColossalAI/colossalai/booster/booster.py
Line 151 in f83ea81
However, we didn't define this method in
Pluginclass. We should add this method and implment this method in subclasses.Wanna track the development progress? Take a look at
proposal: #3046
project kanban: API Refactoring
Goal
no_sync()method inPluginclass.