You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Issue #, if available:* We had to cap transformers in #77 due to
huggingface/transformers#30892. The issue was
solved and released in [transformers
4.41.1](https://github.com/huggingface/transformers/releases/tag/v4.41.1).
*Description of changes:* Remove previous version cap introduced in #77.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
System Info
transformers
version: 4.41.0Who can help?
@ArthurZucker and @younesbelkada
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
The following code breaks in
v4.41.0
(it works on earlier versions).Error:
Expected behavior
Expected generate to work like before without manually specifying
decoder_start_token_id
orbos_token_id
in theGenerationConfig
.The text was updated successfully, but these errors were encountered: