Skip to content

Commit 1a3dafe

Browse files
author
George Ohashi
committed
fix merge main
1 parent dc5a243 commit 1a3dafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/entrypoints/oneshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def _get_output_dir_from_argv() -> Optional[str]:
365365
recipe_args.recipe_args = arg_dict
366366

367367
# raise depreciation warnings
368-
if data_args.remove_columns is not None:
368+
if dataset_args.remove_columns is not None:
369369
logger.warning(
370370
"`remove_columns` argument is depreciated. When tokenizing datasets, all "
371371
"columns which are invalid inputs the tokenizer will be removed",

0 commit comments

Comments
 (0)