index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-core
/
src
/
error.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a Context trait similar to anyhow::Context. (#2676)
Laurent Mazare
2024-12-22
1
-5
/
+65
*
20241118 docs (#2629)
zachcp
2024-11-19
1
-0
/
+1
*
Support for UG kernels. (#2579)
Laurent Mazare
2024-10-27
1
-0
/
+7
*
Small cleanups to the llama multi-process example. (#2098)
Laurent Mazare
2024-04-20
1
-1
/
+5
*
Metal part 1 - Scaffolding for metal. (#1308)
Nicolas Patry
2023-11-10
1
-1
/
+7
*
Implemented meshgrid (#1174)
Wouter Doppenberg
2023-10-25
1
-0
/
+3
*
Segment Anything - process images (#766)
Laurent Mazare
2023-09-07
1
-1
/
+1
*
img2img pipeline for stable diffusion. (#752)
Laurent Mazare
2023-09-06
1
-2
/
+2
*
Get the ggml based llama to generate some text. (#464)
Laurent Mazare
2023-08-16
1
-0
/
+4
*
Npy tweaks & error with path (#384)
Laurent Mazare
2023-08-10
1
-0
/
+14
*
Add training for the llama2.c example (#296)
Laurent Mazare
2023-08-01
1
-0
/
+8
*
Fixing slice errors + comments.
Nicolas Patry
2023-07-27
1
-0
/
+7
*
Use bail rather than wrapping a string where possible. (#249)
Laurent Mazare
2023-07-26
1
-3
/
+8
*
Proper flash-attn parameters. (#244)
Laurent Mazare
2023-07-26
1
-0
/
+13
*
Polish the index-add op and use it in the index-select backprop (#218)
Laurent Mazare
2023-07-22
1
-2
/
+2
*
Refactor the reduce ops in order to introduce argmin/argmax. (#212)
Laurent Mazare
2023-07-21
1
-0
/
+3
*
Add the index-select op. (#209)
Laurent Mazare
2023-07-20
1
-2
/
+2
*
Add cpu support for min and max. (#202)
Laurent Mazare
2023-07-19
1
-0
/
+3
*
Add backtrace information to errors where relevant. (#166)
Laurent Mazare
2023-07-14
1
-0
/
+18
*
Simplify the parameters used by sum and sum_keepdim. (#165)
Laurent Mazare
2023-07-14
1
-0
/
+7
*
Move the variable creation to the variable module. (#159)
Laurent Mazare
2023-07-13
1
-0
/
+3
*
Use a rwlock for inner mutability. (#156)
Laurent Mazare
2023-07-13
1
-6
/
+0
*
Tensor mutability (#154)
Laurent Mazare
2023-07-13
1
-0
/
+6
*
Sketch the candle-transformers crate. (#147)
Laurent Mazare
2023-07-12
1
-0
/
+9
*
Cleanup the main crate error and add a couple dedicated ones (#142)
Laurent Mazare
2023-07-12
1
-60
/
+75
*
Resurrect the llama npy support. (#140)
Laurent Mazare
2023-07-11
1
-0
/
+3
*
Modular backends (#138)
Laurent Mazare
2023-07-11
1
-1
/
+1
*
Add the elu op. (#113)
Laurent Mazare
2023-07-09
1
-0
/
+3
*
MKL adjustments. (#87)
Laurent Mazare
2023-07-06
1
-0
/
+7
*
Add a batch dimension on the bert example.
laurent
2023-07-04
1
-2
/
+5
*
Add the varbuilder + check shapes.
laurent
2023-07-03
1
-0
/
+7
*
Handle more types in safetensors.
laurent
2023-07-03
1
-0
/
+3
*
Add the ST error.
laurent
2023-07-03
1
-0
/
+4
*
Improve how we check that the dims are in bounds.
laurent
2023-06-30
1
-0
/
+7
*
Only narrow when needed + deactivate the kv cache.
laurent
2023-06-29
1
-0
/
+8
*
Refactor the hierarchy.
Nicolas Patry
2023-06-27
1
-0
/
+102