We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203c9b7 commit 259e78aCopy full SHA for 259e78a
src/llmcompressor/entrypoints/oneshot.py
@@ -361,7 +361,7 @@ def _get_output_dir_from_argv() -> Optional[str]:
361
362
# raise depreciation warnings
363
if data_args.remove_columns is not None:
364
- logger.waning(
+ logger.warning(
365
"`remove_columns` argument is depreciated. When tokenizing datasets, all "
366
"columns which are invalid inputs the tokenizer will be removed",
367
DeprecationWarning,
0 commit comments