1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[docs] [dreambooth training] default accelerate config (#1564)

This commit is contained in:
Will Berman
2022-12-05 18:24:32 -08:00
committed by GitHub
parent 9a52e33eb6
commit af04479e85

View File

@@ -19,6 +19,12 @@ And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) e
accelerate config
```
Or for a default accelerate configuration without answering questions about your environment
```bash
accelerate config default
```
Or if your environment doesn't support an interactive shell e.g. a notebook
```python