mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-05 15:44:49 +00:00
fix typo change lazy_iniy to lazy_init (#5099)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user