Skip to content

Commit 0bd238a

Browse files
committed
make style
1 parent 8aa62dd commit 0bd238a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/cogvideo/train_cogvideox_lora.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,7 @@ def get_args():
378378
help="Epsilon value for the Adam optimizer and Prodigy optimizers.",
379379
)
380380
parser.add_argument("--max_grad_norm", default=1.0, type=float, help="Max gradient norm.")
381-
parser.add_argument(
382-
"--prodigy_use_bias_correction", action="store_true", help="Turn on Adam's bias correction."
383-
)
381+
parser.add_argument("--prodigy_use_bias_correction", action="store_true", help="Turn on Adam's bias correction.")
384382
parser.add_argument(
385383
"--prodigy_safeguard_warmup",
386384
action="store_true",

0 commit comments

Comments
 (0)