We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a52e33 commit af04479Copy full SHA for af04479
examples/dreambooth/README.md
@@ -19,6 +19,12 @@ And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) e
19
accelerate config
20
```
21
22
+Or for a default accelerate configuration without answering questions about your environment
23
+
24
+```bash
25
+accelerate config default
26
+```
27
28
Or if your environment doesn't support an interactive shell e.g. a notebook
29
30
```python
0 commit comments