Skip to content

Commit

Permalink
Temporarily downgrade Transformers due to bug in 4.32 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-lew authored Sep 20, 2023
1 parent 3cb8dc6 commit 1faff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
packages=setuptools.find_packages(),
install_requires=['torch',
'numpy',
'transformers',
'transformers==4.30',
'bitsandbytes',
'accelerate',
'sentencepiece'
Expand Down

1 comment on commit 1faff43

@gabegrand
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @alex-lew, would you mind just clarifying what the bug was so that we can keep an eye on transformers for the fix?

Please sign in to comment.