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 4a2ae1d commit 0695eb5Copy full SHA for 0695eb5
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