Add MobileOne model. (#1595)

* Add MobileOne model.

* Clippy fixes

* Remove a comment.

---------

Co-authored-by: laurent <laurent.mazare@gmail.com>
This commit is contained in:
Jani Monoses
2024-01-16 07:34:16 +02:00
committed by GitHub
parent 7e3349d7c3
commit 5270224f40
4 changed files with 452 additions and 0 deletions

View File

@ -15,6 +15,7 @@ pub mod marian;
pub mod mistral;
pub mod mixformer;
pub mod mixtral;
pub mod mobileone;
pub mod mpt;
pub mod persimmon;
pub mod phi;