From 63862c3cefe5b072900fcfb3c44c40d245fe3a23 Mon Sep 17 00:00:00 2001 From: George Date: Mon, 10 Feb 2025 11:13:23 -0500 Subject: [PATCH] Update src/llmcompressor/arg_parser/README.md Co-authored-by: Rahul Tuli --- src/llmcompressor/arg_parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llmcompressor/arg_parser/README.md b/src/llmcompressor/arg_parser/README.md index 4a2a1e645..74141ccff 100644 --- a/src/llmcompressor/arg_parser/README.md +++ b/src/llmcompressor/arg_parser/README.md @@ -26,7 +26,7 @@ These input arguments can be overloaded into the function signature and will be `llm-compressor` uses four parsers, located in `llm_compressor/arg_parser`: * ModelArguments -* DataArguments +* DatasetArguments * RecipeArguments * TrainingArguments