Skip to content

Commit

Permalink
Uncap transformers dependency (#94)
Browse files Browse the repository at this point in the history
*Issue #, if available:* We had to cap transformers in #77 due to
huggingface/transformers#30892. The issue was
solved and released in [transformers
4.41.1](https://github.com/huggingface/transformers/releases/tag/v4.41.1).

*Description of changes:* Remove previous version cap introduced in #77.


By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
lostella authored Jun 3, 2024
1 parent 6bcd458 commit 0ea0adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires-python = ">=3.8"
license = { file = "LICENSE" }
dependencies = [
"torch~=2.0", # package was tested on 2.2
"transformers~=4.30,<4.41",
"transformers~=4.30",
"accelerate",
]

Expand Down

0 comments on commit 0ea0adb

Please sign in to comment.