Skip to content

Commit

Permalink
bump datasets to >= 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Apr 16, 2024
1 parent 029dd3d commit cc24540
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ 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

### Fixed

- Training a m2m100 model on a language (code) not originally included in its tokenizer now works.

### Changed

- Pytorch compatibility changed to `>= 2.0, < 2.3`
- 🤗 datasets compatibility changed to `>= 2.18, < 2.19`

## [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 @@ -20,7 +20,7 @@ keywords = ["nlp", "transformers", "language-model"]
requires-python = ">=3.8"
dependencies = [
"click >= 8.0.4, < 9.0.0",
"datasets >= 2.2, < 2.19",
"datasets >= 2.18, < 2.19",
"filelock",
"jsonlines",
"loguru",
Expand Down

0 comments on commit cc24540

Please sign in to comment.