diff --git a/examples/dreambooth/README.md b/examples/dreambooth/README.md index b4f0bf7b1330..041ac2a176cc 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