Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm committed Feb 10, 2025
1 parent bcbfd35 commit 049ddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llmcompressor/arg_parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 049ddec

Please sign in to comment.