[doc] add lazy init docs (#4808)

This commit is contained in:
Hongxin Liu
2023-09-27 10:24:04 +08:00
committed by GitHub
parent a22706337a
commit da15fdb9ca
6 changed files with 162 additions and 24 deletions

View File

@@ -32,6 +32,8 @@ Plugin is an important component that manages parallel configuration (eg: The ge
More details about usages of each plugin can be found in chapter [Booster Plugins](./booster_plugins.md).
Some plugins support lazy initialization, which can be used to save memory when initializating large models. For more details, please see [Lazy Initialization](../features/lazy_init.md).
### API of booster
{{ autodoc:colossalai.booster.Booster }}