typo fix
Browse files
README.md
CHANGED
@@ -282,7 +282,7 @@ pip install torch torchvision torchaudio
|
|
282 |
pip install accelerate
|
283 |
pip install transformers
|
284 |
```
|
285 |
-
Then, copy the snippet from the section that is relevant for your
|
286 |
|
287 |
```python
|
288 |
import torch
|
|
|
282 |
pip install accelerate
|
283 |
pip install transformers
|
284 |
```
|
285 |
+
Then, copy the snippet from the section that is relevant for your use case.
|
286 |
|
287 |
```python
|
288 |
import torch
|