mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-05 19:13:01 +00:00
fix typo docs/ (#4033)
This commit is contained in:
@@ -9,7 +9,7 @@ When you only have a few GPUs for large model training tasks, **heterogeneous tr
|
||||
|
||||
## Usage
|
||||
|
||||
At present, Gemini supports compatibility with ZeRO parallel mode, and it is really simple to use Gemini: Inject the feathures of `GeminiPlugin` into training components with `booster`. More instructions of `booster` please refer to [**usage of booster**](../basics/booster_api.md).
|
||||
At present, Gemini supports compatibility with ZeRO parallel mode, and it is really simple to use Gemini: Inject the features of `GeminiPlugin` into training components with `booster`. More instructions of `booster` please refer to [**usage of booster**](../basics/booster_api.md).
|
||||
|
||||
```python
|
||||
from torchvision.models import resnet18
|
||||
|
Reference in New Issue
Block a user