assisted_decoding
called directly inside generate
triggering warning to use when it shouldn't
#29860
Closed
2 of 4 tasks
Labels
System Info
transformers
version: 4.39.1Who can help?
@gante
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
This triggers the following warning:
This happens probably due to the following call which should be changed to
self._assisted_decoding(...)
transformers/src/transformers/generation/utils.py
Line 1509 in 7eb3ba8
Expected behavior
Warning shouldn't be triggered
The text was updated successfully, but these errors were encountered: