Skip to content

Commit

Permalink
tuple to string
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Sayers committed Sep 9, 2024
1 parent 108afb0 commit 298b5a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/llmcompressor/transformers/finetune/data/data_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ class CustomDataTrainingArguments(DVCDatasetTrainingArguments):
default=None,
metadata={
"help": (
"The preprocessing function to apply ",
"or the preprocessing func name in "
"src/llmcompressor/transformers/utils/preprocessing_functions.py",
"The preprocessing function to apply or the preprocessing func name in "
"src/llmcompressor/transformers/utils/preprocessing_functions.py"
)
},
)
Expand Down

0 comments on commit 298b5a4

Please sign in to comment.