mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00
Add the quantized mixformer model. (#953)
* Add the quantized mixformer model. * Add the quantized option in the phi example.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user