Add the phi-3 model. (#2120)

* Add the phi-3 model.

* Faster rope.

* Bugfix.

* Fix the detokenization.
This commit is contained in:
Laurent Mazare
2024-04-24 09:48:13 +02:00
committed by GitHub
parent 9d3f1c8af5
commit 11d4a3c588
3 changed files with 391 additions and 20 deletions

View File

@ -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;