Skip to content

Commit

Permalink
Fix caption_separator missing in subset schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerBOO authored May 2, 2024
1 parent 71e2c91 commit dbb7bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/config_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def __validate_and_convert_scalar_or_twodim(klass, value: Union[float, Sequence]
"keep_tokens": int,
"keep_tokens_separator": str,
"secondary_separator": str,
"caption_separator": str,
"enable_wildcard": bool,
"token_warmup_min": int,
"token_warmup_step": Any(float, int),
Expand Down

0 comments on commit dbb7bb2

Please sign in to comment.