summaryrefslogtreecommitdiff
path: root/candle-examples/examples/mistral
Commit message (Expand)AuthorAgeFilesLines
* Support for mistral-nemo. (#2396)Laurent Mazare2024-08-041-7/+14
* Add mathstral in the examples. (#2339)Laurent Mazare2024-07-181-0/+3
* Include topk sampling in the quantized example. (#2005)Laurent Mazare2024-04-041-2/+22
* Switch the default to using the faster kernels. (#1978)Laurent Mazare2024-04-011-0/+7
* Support more mistral models. (#1927)Laurent Mazare2024-03-241-2/+39
* Use the tokenizer-output-stream in the llama example. (#1715)Laurent Mazare2024-02-151-1/+1
* Quantized GGUF style (#1523)Nicolas Patry2024-01-171-3/+4
* Helper function to load sharded safetensors files (#1481)Laurent Mazare2023-12-251-4/+1
* Fix the quantized mistral example. (#1478)Laurent Mazare2023-12-251-3/+13
* Support mistral instruct v0.2. (#1475)Laurent Mazare2023-12-231-3/+3
* Quantized version of mistral. (#1009)Laurent Mazare2023-09-302-14/+89
* Streaming mode for reporting the generated tokens (#1007)Laurent Mazare2023-09-301-10/+20
* Use flash-attn for mistral. (#1004)Laurent Mazare2023-09-301-1/+4
* Mistral: exit on eos token. (#1001)Laurent Mazare2023-09-301-5/+12
* Update mistral README.md (#995)Laurent Mazare2023-09-291-2/+5
* Mistral readme (#994)Laurent Mazare2023-09-291-0/+37
* Mistral: print the generated text. (#992)Laurent Mazare2023-09-291-4/+4
* Add the mistral example. (#984)Laurent Mazare2023-09-281-0/+226