Unverified Commit af04479e authored by Will Berman's avatar Will Berman Committed by GitHub
Browse files

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

parent 9a52e33e
...@@ -19,6 +19,12 @@ And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) e ...@@ -19,6 +19,12 @@ And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) e
accelerate config 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 Or if your environment doesn't support an interactive shell e.g. a notebook
```python ```python
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment