mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Add the MPT model. (#1114)
* Add the MPT model. * Add ffn and block. * Forward pass for the mpt block. * Repeat-kv.
This commit is contained in:
@ -7,6 +7,7 @@ pub mod falcon;
|
||||
pub mod llama;
|
||||
pub mod mistral;
|
||||
pub mod mixformer;
|
||||
pub mod mpt;
|
||||
pub mod quantized_llama;
|
||||
pub mod quantized_mistral;
|
||||
pub mod quantized_mixformer;
|
||||
|
Reference in New Issue
Block a user