Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a Context trait similar to anyhow::Context. (#2676) | Laurent Mazare | 2024-12-22 | 1 | -2/+2 |
| | | | | | * Add a Context trait similar to anyhow::Context. * Switch two unwrap to context. | ||||
* | 20241118 docs (#2629) | zachcp | 2024-11-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | * module docs * varbuilder gguf docs * add a link to gguf files * small additonal mod doc titles * safetensor docs * more core docs * more module docs in canlde_core * 2 more link fixes | ||||
* | Include topk sampling in the quantized example. (#2005) | Laurent Mazare | 2024-04-04 | 1 | -1/+25 |
| | | | | | * Include topk sampling in the quantized example. * Also sample with top-k on the mistral side. | ||||
* | Allow for arbitrary temperature modifications. | laurent | 2024-03-23 | 1 | -1/+7 |
| | |||||
* | Add topk sampling. (#1923) | Laurent Mazare | 2024-03-23 | 1 | -24/+61 |
| | |||||
* | Use softmax-last-dim in the quantized example. (#848) | Laurent Mazare | 2023-09-14 | 1 | -19/+22 |
| | |||||
* | Implement top_p / nucleus sampling (#819) | Juarez Bochi | 2023-09-12 | 1 | -13/+57 |
| | | | | | | | | | | | | | * Implement top_p / nucleus sampling * Update changelog * rustfmt * Add tests * Fix clippy warning * Fix another clippy error | ||||
* | Better handling of zero temperatures. (#532) | Laurent Mazare | 2023-08-21 | 1 | -1/+2 |
| | |||||
* | Softmax numerical stability. (#267) | Laurent Mazare | 2023-07-28 | 1 | -1/+1 |
| | | | | | * Softmax numerical stability. * Fix the flash-attn test. | ||||
* | Sketch the candle-transformers crate. (#147) | Laurent Mazare | 2023-07-12 | 1 | -0/+35 |
* Sketch the candle-transformers crate. * Format the empty files. |