Skip to content

Commit af04479

Browse files
[docs] [dreambooth training] default accelerate config (huggingface#1564)
1 parent 9a52e33 commit af04479

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/dreambooth/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ And initialize an [🤗Accelerate](https://github.com/huggingface/accelerate/) e
1919
accelerate config
2020
```
2121

22+
Or for a default accelerate configuration without answering questions about your environment
23+
24+
```bash
25+
accelerate config default
26+
```
27+
2228
Or if your environment doesn't support an interactive shell e.g. a notebook
2329

2430
```python

0 commit comments

Comments
 (0)