Skip to content

Commit

Permalink
bump transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Sep 30, 2024
1 parent e0a89c1 commit 371a2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Bumped lightning to `< 2.5`
- Bumped torch to `< 2.5`
- Bumped tokenizers to `< 0.21`
- Bumped transformers to allow `4.44`, skipping versions from `4.41` to `4.43`
- Bumped transformers to allow `4.44+`, skipping versions from `4.41` to `4.43`

## [0.11.0] - 2024-06-12

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"tokenizers >= 0.10, < 0.21",
"tomli",
"torch >= 2.0, < 2.5",
"transformers >= 4.19, < 4.45, != 4.23, != 4.41, != 4.42, != 4.43",
"transformers >= 4.19, < 4.46, != 4.23, != 4.41, != 4.42, != 4.43",
]


Expand Down

0 comments on commit 371a2e7

Please sign in to comment.