Skip to content

Commit 756516b

Browse files
kylesayrsKyle Sayers
andauthored
tuple to string (#151)
Co-authored-by: Kyle Sayers <[email protected]>
1 parent 2165842 commit 756516b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/llmcompressor/transformers/finetune/data/data_args.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ class CustomDataTrainingArguments(DVCDatasetTrainingArguments):
4545
default=None,
4646
metadata={
4747
"help": (
48-
"The preprocessing function to apply ",
49-
"or the preprocessing func name in "
50-
"src/llmcompressor/transformers/utils/preprocessing_functions.py",
48+
"The preprocessing function to apply or the preprocessing func name in "
49+
"src/llmcompressor/transformers/utils/preprocessing_functions.py"
5150
)
5251
},
5352
)

0 commit comments

Comments
 (0)