mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 02:58:50 +00:00
Add the Mistral 7b model (#983)
* Start sketching the mistral 7b model. * Add the kv cache. * Add the decoder layer. * Add the mistral model. * Rotary embeddings. * Add the attention mask.
This commit is contained in:
@ -4,6 +4,7 @@ pub mod dinov2;
|
||||
pub mod efficientnet;
|
||||
pub mod falcon;
|
||||
pub mod llama;
|
||||
pub mod mistral;
|
||||
pub mod mixformer;
|
||||
pub mod quantized_llama;
|
||||
pub mod quantized_mixformer;
|
||||
|
Reference in New Issue
Block a user