Skip to content

Commit c6a4370

Browse files
committed
Merge branch 'dev' into lora-plus
2 parents e01e148 + 1ffc0b3 commit c6a4370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/train_util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3093,7 +3093,7 @@ def add_training_arguments(parser: argparse.ArgumentParser, support_dreambooth:
30933093
)
30943094
parser.add_argument("--seed", type=int, default=None, help="random seed for training / 学習時の乱数のseed")
30953095
parser.add_argument(
3096-
"--gradient_checkpointing", action="store_true", help="enable gradient checkpointing / grandient checkpointingを有効にする"
3096+
"--gradient_checkpointing", action="store_true", help="enable gradient checkpointing / gradient checkpointingを有効にする"
30973097
)
30983098
parser.add_argument(
30993099
"--gradient_accumulation_steps",

0 commit comments

Comments
 (0)