From 049ddec820d64702b553df17c8e1672131562df8 Mon Sep 17 00:00:00 2001 From: George Date: Mon, 10 Feb 2025 15:18:24 +0000 Subject: [PATCH] add --- 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 e81f3965c..724df6f47 100644 --- a/src/llmcompressor/arg_parser/README.md +++ b/src/llmcompressor/arg_parser/README.md @@ -24,7 +24,7 @@ oneshot( These input arguments can be overloaded into the function signature and will be parsed using Hugging Face's [argument parser](https://github.com/huggingface/transformers/blob/main/src/transformers/hf_argparser.py). The parsers define the acceptable inputs; therefore any arguments to be passed in must be defined. -`llm-compressor` uses four parsers, defined in `llm_compressor/arg_parser`: +`llm-compressor` uses four parsers, located in `llm_compressor/arg_parser`: * ModelArguments * DataArguments * RecipeArguments