Skip to content

Commit dbb7bb2

Browse files
authored
Fix caption_separator missing in subset schema
1 parent 71e2c91 commit dbb7bb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/config_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def __validate_and_convert_scalar_or_twodim(klass, value: Union[float, Sequence]
191191
"keep_tokens": int,
192192
"keep_tokens_separator": str,
193193
"secondary_separator": str,
194+
"caption_separator": str,
194195
"enable_wildcard": bool,
195196
"token_warmup_min": int,
196197
"token_warmup_step": Any(float, int),

0 commit comments

Comments
 (0)