Add the Yi-6b and Yi-34b models. (#1320)

* Add the Yi-6b model.

* Add the 34b model.

* Add the yi example.

* Fix the weight file names.
This commit is contained in:
Laurent Mazare
2023-11-11 12:00:48 +01:00
committed by GitHub
parent 2341aa079e
commit a007f8fdb4
3 changed files with 646 additions and 0 deletions

View File

@ -35,3 +35,4 @@ pub mod vit;
pub mod whisper;
pub mod with_tracing;
pub mod wuerstchen;
pub mod yi;