diff --git a/examples/dreambooth/README.md b/examples/dreambooth/README.md index b4f0bf7b13..041ac2a176 100644 --- a/examples/dreambooth/README.md +++ b/examples/dreambooth/README.md @@ -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