Skip to content

Commit

Permalink
Merge pull request #807 from bghira/main
Browse files Browse the repository at this point in the history
follow-up merge to release
  • Loading branch information
bghira authored Aug 18, 2024
2 parents 7dd8119 + cabfcfa commit da4bc81
Show file tree
Hide file tree
Showing 6 changed files with 365 additions and 69 deletions.
6 changes: 6 additions & 0 deletions helpers/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ def parse_args(input_args=None):
type=float,
default=4.0,
)
parser.add_argument(
'--flux_attention_masked_training',
action="store_true",
default=False,
help="Use attention masking while training flux.",
)
parser.add_argument(
"--smoldit",
action="store_true",
Expand Down
Loading

0 comments on commit da4bc81

Please sign in to comment.