Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cap transformers at v4.44 #349

Merged
merged 1 commit into from
Sep 25, 2024
Merged

fix: cap transformers at v4.44 #349

merged 1 commit into from
Sep 25, 2024

Conversation

anhuong
Copy link
Collaborator

@anhuong anhuong commented Sep 25, 2024

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

  • I have added >=1 unit test(s) for every new method I have added.
  • I have ensured all unit tests pass

Signed-off-by: Anh Uong <anh.uong@ibm.com>
Copy link

Thanks for making a pull request! 😃
One of the maintainers will review and advise on the next steps.

1 similar comment
Copy link

Thanks for making a pull request! 😃
One of the maintainers will review and advise on the next steps.

@anhuong anhuong changed the title deps: cap transformers at v4.44 fix: cap transformers at v4.44 Sep 25, 2024
@github-actions github-actions bot added the fix label Sep 25, 2024
Copy link

Thanks for making a pull request! 😃
One of the maintainers will review and advise on the next steps.

@Ssukriti Ssukriti merged commit c0c4355 into main Sep 25, 2024
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants