Skip to content

Commit 97cf386

Browse files
pcuencadg845
authored andcommitted
Remove required from tracker_project_name (huggingface#3260)
Remove required from tracker_project_name. As observed by https://github.com/off99555 in huggingface#2695 (comment), it already has a default value.
1 parent 8def721 commit 97cf386

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/controlnet/train_controlnet.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ def parse_args(input_args=None):
536536
"--tracker_project_name",
537537
type=str,
538538
default="train_controlnet",
539-
required=True,
540539
help=(
541540
"The `project_name` argument passed to Accelerator.init_trackers for"
542541
" more information see https://huggingface.co/docs/accelerate/v0.17.0/en/package_reference/accelerator#accelerate.Accelerator"

0 commit comments

Comments
 (0)