Updated changelog (#193)

This commit is contained in:
guillaume-be 2021-11-08 20:12:01 +01:00 committed by GitHub
parent e297f395af
commit 8116957eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. The format
## [Unreleased]
## Changed
- Updated to `tch` 1.6.0 (libtorch 1.10)
- (BREAKING) Simplified the generics for multiple library traits taking as a rule `&[AsRef<str>]` or `&str` as inputs (no longer accepts owned types `Vec` and `String`)
## Added
- (BREAKING) Support for `bad_word_ids` generation, allowing to ban a set of word ids for all model supporting text generation