We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f0b62 commit b403c25Copy full SHA for b403c25
src/llmcompressor/transformers/sparsification/compressed_tensors_utils.py
@@ -43,7 +43,7 @@ def modify_save_pretrained(model: PreTrainedModel) -> None:
43
2. Saves the recipe, appending any current recipes to existing recipe files
44
3. Copies any necessary python files from the model cache
45
46
- For more information on the compression parameterrs and model saving in
+ For more information on the compression parameters and model saving in
47
llmcompressor, refer to docs/save_pretrained.md
48
49
:param model: The model whose save_pretrained method will be modified
0 commit comments