mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Update the Phi model to use the updated architecture. (#1580)
* Update the Phi model to use the updated architecture. * Add more of the phi model. * Repeat KV + caching. * Apply the rotary embeddings. * Add support for the new phi model in the phi example. * Fix a couple glitches. * Fix a couple more glitches.
This commit is contained in:
@ -17,6 +17,7 @@ pub mod mixformer;
|
||||
pub mod mixtral;
|
||||
pub mod mpt;
|
||||
pub mod persimmon;
|
||||
pub mod phi;
|
||||
pub mod quantized_blip;
|
||||
pub mod quantized_blip_text;
|
||||
pub mod quantized_llama;
|
||||
|
Reference in New Issue
Block a user