We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5a243 commit 1a3dafeCopy full SHA for 1a3dafe
src/llmcompressor/entrypoints/oneshot.py
@@ -365,7 +365,7 @@ def _get_output_dir_from_argv() -> Optional[str]:
365
recipe_args.recipe_args = arg_dict
366
367
# raise depreciation warnings
368
- if data_args.remove_columns is not None:
+ if dataset_args.remove_columns is not None:
369
logger.warning(
370
"`remove_columns` argument is depreciated. When tokenizing datasets, all "
371
"columns which are invalid inputs the tokenizer will be removed",
0 commit comments