We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e4f4c commit 5df3a28Copy full SHA for 5df3a28
src/llmcompressor/modifiers/quantization/quantization/base.py
@@ -372,5 +372,5 @@ def _check_token_distribution(
372
f"received less than {int(threshold * 100)}% "
373
"of calibration batch tokens "
374
f"({token_count}/{total_token_count} tokens). "
375
- "This could result may harm the quantization quality."
+ "This could harm the quantization quality."
376
)
0 commit comments