fix typo change lazy_iniy to lazy_init (#5099)

This commit is contained in:
digger yu
2023-11-24 19:15:59 +08:00
committed by GitHub
parent 68fcaa2225
commit 2bdf76f1f2
3 changed files with 3 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ plugin = HybridParallelPlugin(tp_size=1,
booster = Booster(plugin=plugin)
```
Boost these train componts with the booster created.
Boost these train components with the booster created.
```python
model, optimizer, _criterion, _, lr_scheduler = booster.boost(model,
optimizer,