summaryrefslogtreecommitdiff
path: root/candle-core/src/error.rs
Commit message (Expand)AuthorAgeFilesLines
* Add a Context trait similar to anyhow::Context. (#2676)Laurent Mazare2024-12-221-5/+65
* 20241118 docs (#2629)zachcp2024-11-191-0/+1
* Support for UG kernels. (#2579)Laurent Mazare2024-10-271-0/+7
* Small cleanups to the llama multi-process example. (#2098)Laurent Mazare2024-04-201-1/+5
* Metal part 1 - Scaffolding for metal. (#1308)Nicolas Patry2023-11-101-1/+7
* Implemented meshgrid (#1174)Wouter Doppenberg2023-10-251-0/+3
* Segment Anything - process images (#766)Laurent Mazare2023-09-071-1/+1
* img2img pipeline for stable diffusion. (#752)Laurent Mazare2023-09-061-2/+2
* Get the ggml based llama to generate some text. (#464)Laurent Mazare2023-08-161-0/+4
* Npy tweaks & error with path (#384)Laurent Mazare2023-08-101-0/+14
* Add training for the llama2.c example (#296)Laurent Mazare2023-08-011-0/+8
* Fixing slice errors + comments.Nicolas Patry2023-07-271-0/+7
* Use bail rather than wrapping a string where possible. (#249)Laurent Mazare2023-07-261-3/+8
* Proper flash-attn parameters. (#244)Laurent Mazare2023-07-261-0/+13
* Polish the index-add op and use it in the index-select backprop (#218)Laurent Mazare2023-07-221-2/+2
* Refactor the reduce ops in order to introduce argmin/argmax. (#212)Laurent Mazare2023-07-211-0/+3
* Add the index-select op. (#209)Laurent Mazare2023-07-201-2/+2
* Add cpu support for min and max. (#202)Laurent Mazare2023-07-191-0/+3
* Add backtrace information to errors where relevant. (#166)Laurent Mazare2023-07-141-0/+18
* Simplify the parameters used by sum and sum_keepdim. (#165)Laurent Mazare2023-07-141-0/+7
* Move the variable creation to the variable module. (#159)Laurent Mazare2023-07-131-0/+3
* Use a rwlock for inner mutability. (#156)Laurent Mazare2023-07-131-6/+0
* Tensor mutability (#154)Laurent Mazare2023-07-131-0/+6
* Sketch the candle-transformers crate. (#147)Laurent Mazare2023-07-121-0/+9
* Cleanup the main crate error and add a couple dedicated ones (#142)Laurent Mazare2023-07-121-60/+75
* Resurrect the llama npy support. (#140)Laurent Mazare2023-07-111-0/+3
* Modular backends (#138)Laurent Mazare2023-07-111-1/+1
* Add the elu op. (#113)Laurent Mazare2023-07-091-0/+3
* MKL adjustments. (#87)Laurent Mazare2023-07-061-0/+7
* Add a batch dimension on the bert example.laurent2023-07-041-2/+5
* Add the varbuilder + check shapes.laurent2023-07-031-0/+7
* Handle more types in safetensors.laurent2023-07-031-0/+3
* Add the ST error.laurent2023-07-031-0/+4
* Improve how we check that the dims are in bounds.laurent2023-06-301-0/+7
* Only narrow when needed + deactivate the kv cache.laurent2023-06-291-0/+8
* Refactor the hierarchy.Nicolas Patry2023-06-271-0/+102