Closed anhuong closed 2 months ago
Thanks for making a pull request! 😃 One of the maintainers will review and advise on the next steps.
Thanks for making a pull request! 😃 One of the maintainers will review and advise on the next steps.
Thanks for making a pull request! 😃 One of the maintainers will review and advise on the next steps.
Description of the change
Latest version of transformers v4.45.0 was released two hours ago and is breaking unit tests (see failures) with error:
AttributeError: 'AdamW' object has no attribute 'train'
when running training.Capping version below v4.45.
Was the PR tested