Skip to content

Commit

Permalink
upgrade transformers to 4.35 (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Nov 5, 2023
1 parent 0e8bbf0 commit 523daa5
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 @@ -184,7 +184,7 @@ def package_files(prefix: str, directory: str, extension: str):
]

extra_deps['nlp'] = [
'transformers>=4.11,<4.35,!=4.34.0',
'transformers>=4.11,<4.36,!=4.34.0',
'datasets>=2.4,<3',
]

Expand Down

0 comments on commit 523daa5

Please sign in to comment.