Skip to content

Commit

Permalink
Update transformers requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.38.0...v4.48.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent cd44077 commit e62dd90
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 @@ -31,7 +31,7 @@ dependencies = [
"tokenizers>=0.13.3",
"torch>=2.3.1,<2.6.0",
"tqdm>=4.65.0",
"transformers>=4.38.0,<4.44.0",
"transformers>=4.38.0,<4.49.0",
"peft==0.6.0",
]

Expand Down

0 comments on commit e62dd90

Please sign in to comment.