Unverified Commit c7fd2899 authored by Nishant Balepur's avatar Nishant Balepur Committed by GitHub
Browse files

Fixed typo in generation_utils.py (#19145)

Changed "unfeasable" to "unfeasible"
parent 3c7b965b
......@@ -1275,7 +1275,7 @@ class GenerationMixin:
if min_length is not None and min_length > max_length:
raise ValueError(
f"Unfeasable length constraints: the minimum length ({min_length}) is larger than the maximum "
f"Unfeasible length constraints: the minimum length ({min_length}) is larger than the maximum "
f"length ({max_length})"
)
if input_ids_seq_length >= max_length:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment