summaryrefslogtreecommitdiff
path: root/candle-examples/examples/phi/main.rs
Commit message (Expand)AuthorAgeFilesLines
* Enable BF16 on metal. (#2380)Laurent Mazare2024-08-011-4/+2
* make up for the missing last token output of phi2 example (#2299)Czxck0012024-06-291-0/+4
* Add Phi-3 Medium (#2205)Jani Monoses2024-05-231-6/+13
* Make the dtype configurable for phi. (#2133)Laurent Mazare2024-04-271-4/+13
* Add the phi-3 model. (#2120)Laurent Mazare2024-04-241-20/+61
* Quantized GGUF style (#1523)Nicolas Patry2024-01-171-7/+9
* Use the new phi model by default. (#1589)Laurent Mazare2024-01-151-26/+29
* Update the Phi model to use the updated architecture. (#1580)Laurent Mazare2024-01-131-11/+35
* Pin the revision used for phi-v2 + make it the default. (#1572)Laurent Mazare2024-01-121-4/+3
* Helper function to load sharded safetensors files (#1481)Laurent Mazare2023-12-251-4/+4
* MMLU evaluation for Phi. (#1474)Laurent Mazare2023-12-231-13/+104
* Tweak the readme for phi and the default sample length. (#1450)Laurent Mazare2023-12-161-1/+1
* Quantized version for phi-v2. (#1430)Laurent Mazare2023-12-131-2/+5
* Support for phi-2. (#1429)Laurent Mazare2023-12-131-14/+28
* Add support for the phi-hermes finetuned model. (#1192)Laurent Mazare2023-10-271-3/+11
* Add support for Puffin-Phi-v2. (#1110)Laurent Mazare2023-10-161-3/+23
* Fix the verbose prompt for phi. (#1097)Laurent Mazare2023-10-151-2/+5
* Improve the reshape error messages. (#1096)Laurent Mazare2023-10-151-7/+16
* Add support for phi-1.0 (#1093)Laurent Mazare2023-10-141-12/+47
* Mistral: exit on eos token. (#1001)Laurent Mazare2023-09-301-5/+5
* add eos token to phi example (#965)Radamés Ajna2023-09-261-0/+7
* Add some repeat penalty to the phi example. (#961)Laurent Mazare2023-09-251-1/+40
* Use the repo for the quantized phi model. (#954)Laurent Mazare2023-09-241-10/+13
* Add the quantized mixformer model. (#953)Laurent Mazare2023-09-241-6/+26
* Adapt more examples to the updated safetensor api. (#947)Laurent Mazare2023-09-231-10/+1
* Tracing for the phi model (#936)Laurent Mazare2023-09-231-1/+16
* Complete the mixformer implementation. (#930)Laurent Mazare2023-09-221-0/+163