Not sure how many example scripts are affected by this:
src/transformers/generation_utils.py:963: UserWarning: `max_length` is deprecated in this function, use
`stopping_criteria=StoppingCriteriaList(MaxLengthCriteria(max_length=max_length))` instead.
getting this with at least examples/pytorch/translation/run_translation.py
Not sure how many example scripts are affected by this:
getting this with at least
examples/pytorch/translation/run_translation.py