Skip to content

Commit

Permalink
Fix a minor typo (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarkurtic authored Feb 26, 2025
1 parent 77e4f4c commit 5df3a28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,5 +372,5 @@ def _check_token_distribution(
f"received less than {int(threshold * 100)}% "
"of calibration batch tokens "
f"({token_count}/{total_token_count} tokens). "
"This could result may harm the quantization quality."
"This could harm the quantization quality."
)

0 comments on commit 5df3a28

Please sign in to comment.