Skip to content

Commit b8c4d58

Browse files
authored
Remove unneeded use_auth_token (huggingface#839)
1 parent d3eb3b3 commit b8c4d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dreambooth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export CLASS_DIR="path-to-class-images"
142142
export OUTPUT_DIR="path-to-save-model"
143143

144144
accelerate launch train_dreambooth.py \
145-
--pretrained_model_name_or_path=$MODEL_NAME --use_auth_token \
145+
--pretrained_model_name_or_path=$MODEL_NAME \
146146
--instance_data_dir=$INSTANCE_DIR \
147147
--class_data_dir=$CLASS_DIR \
148148
--output_dir=$OUTPUT_DIR \

0 commit comments

Comments
 (0)