Skip to content

Commit 5df3a28

Browse files
authored
Fix a minor typo (#1191)
1 parent 77e4f4c commit 5df3a28

File tree

1 file changed

+1
-1
lines changed
  • src/llmcompressor/modifiers/quantization/quantization

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/quantization/quantization/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,5 +372,5 @@ def _check_token_distribution(
372372
f"received less than {int(threshold * 100)}% "
373373
"of calibration batch tokens "
374374
f"({token_count}/{total_token_count} tokens). "
375-
"This could result may harm the quantization quality."
375+
"This could harm the quantization quality."
376376
)

0 commit comments

Comments
 (0)