Add the quantized mixformer model. (#953)

* Add the quantized mixformer model.

* Add the quantized option in the phi example.
This commit is contained in:
Laurent Mazare
2023-09-24 15:03:48 +01:00
committed by GitHub
parent e15862cfdb
commit 0007ae9c11
6 changed files with 418 additions and 48 deletions

View File

@ -6,6 +6,7 @@ pub mod falcon;
pub mod llama;
pub mod mixformer;
pub mod quantized_llama;
pub mod quantized_mixformer;
pub mod quantized_t5;
pub mod segment_anything;
pub mod stable_diffusion;