mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 02:58:50 +00:00
Add the phi-3 model. (#2120)
* Add the phi-3 model. * Faster rope. * Bugfix. * Fix the detokenization.
This commit is contained in:
@ -28,6 +28,7 @@ pub mod moondream;
|
||||
pub mod mpt;
|
||||
pub mod persimmon;
|
||||
pub mod phi;
|
||||
pub mod phi3;
|
||||
pub mod quantized_blip;
|
||||
pub mod quantized_blip_text;
|
||||
pub mod quantized_llama;
|
||||
|
Reference in New Issue
Block a user