Add some optional repeat penalty. (#623)

* Add some optional repeat penalty.

* Add the missing files.
This commit is contained in:
Laurent Mazare
2023-08-27 10:48:45 +01:00
committed by GitHub
parent 5320aa6b7d
commit 6e485f2deb
4 changed files with 42 additions and 17 deletions

View File

@ -1,3 +1,4 @@
pub mod generation;
pub mod models;
pub mod pipelines;
pub mod utils;