fix(readme): remove accelerate config
Browse files
README.md
CHANGED
|
@@ -512,17 +512,6 @@ strict:
|
|
| 512 |
|
| 513 |
</details>
|
| 514 |
|
| 515 |
-
### Accelerate
|
| 516 |
-
|
| 517 |
-
Configure accelerate
|
| 518 |
-
|
| 519 |
-
```bash
|
| 520 |
-
accelerate config
|
| 521 |
-
|
| 522 |
-
# Edit manually
|
| 523 |
-
# nano ~/.cache/huggingface/accelerate/default_config.yaml
|
| 524 |
-
```
|
| 525 |
-
|
| 526 |
### Train
|
| 527 |
|
| 528 |
Run
|
|
@@ -595,7 +584,7 @@ Try set `fp16: true`
|
|
| 595 |
|
| 596 |
Try to turn off xformers.
|
| 597 |
|
| 598 |
-
>
|
| 599 |
|
| 600 |
It's safe to ignore it.
|
| 601 |
|
|
|
|
| 512 |
|
| 513 |
</details>
|
| 514 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 515 |
### Train
|
| 516 |
|
| 517 |
Run
|
|
|
|
| 584 |
|
| 585 |
Try to turn off xformers.
|
| 586 |
|
| 587 |
+
> accelerate config missing
|
| 588 |
|
| 589 |
It's safe to ignore it.
|
| 590 |
|