Add Olmo models (#2127)

* add olmo support

* add olmo readme

* Fix fmt.

* Fix clippy.

* Get olmo to work on cuda.

---------

Co-authored-by: laurent <laurent.mazare@gmail.com>
This commit is contained in:
Isotr0py
2024-04-26 17:02:51 +08:00
committed by GitHub
parent cfab6e7616
commit 6cf82fd7a3
4 changed files with 658 additions and 0 deletions

View File

@ -26,6 +26,7 @@ pub mod mixtral;
pub mod mobileone;
pub mod moondream;
pub mod mpt;
pub mod olmo;
pub mod persimmon;
pub mod phi;
pub mod phi3;