Skip to content

Commit

Permalink
bump minimal pytorch to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Feb 13, 2024
1 parent c4f90a0 commit 81ad7d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
[Unreleased]: https://github.com/LoicGrobol/zeldarose/compare/v0.8.0...HEAD

### Changed

- Pytorch compatibility changed to `>= 2.0, < 2.3`

## [0.8.0] - 2023-10-06
[0.8.0]: https://github.com/LoicGrobol/zeldarose/compare/v0.7.3...v0.8.0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"torchmetrics >= 0.9, < 2.0",
"tokenizers >= 0.10, < 0.16",
"tomli",
"torch >= 1.12.0, < 2.3.0",
"torch >= 2.0, < 2.3",
"transformers >= 4.19.0, < 5.0.0, != 4.23.0, != 4.23.1",
]

Expand Down

0 comments on commit 81ad7d8

Please sign in to comment.