index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-nn
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize the cat operation on contiguous tensors (#1855)
Laurent Mazare
2024-03-17
1
-0
/
+19
*
Quantized GGUF style (#1523)
Nicolas Patry
2024-01-17
1
-1
/
+4
*
Implement the module trait directly for QMatMul. (#1372)
Laurent Mazare
2023-11-25
1
-1
/
+1
*
Add a matvec cpu benchmark. (#1076)
Laurent Mazare
2023-10-12
1
-3
/
+22
*
Convmixer (#1073)
Laurent Mazare
2023-10-11
1
-2
/
+2
*
Improve the quantized whisper setup. (#1018)
Laurent Mazare
2023-10-02
1
-1
/
+1
*
Bugfix for the conv2d cpu kernel. (#820)
Laurent Mazare
2023-09-11
1
-1
/
+1
*
im2col based conv2d (#802)
Laurent Mazare
2023-09-10
1
-16
/
+69
*
Bugfix so that im2col produce the same results as conv2d. (#801)
Laurent Mazare
2023-09-10
1
-1
/
+5
*
Add an im2col based benchmark. (#800)
Laurent Mazare
2023-09-10
1
-2
/
+71
*
Add a custom softmax implementation. (#744)
Laurent Mazare
2023-09-05
1
-0
/
+176
*
Add the optimizer trait. (#702)
Laurent Mazare
2023-09-01
1
-1
/
+1
*
Add a yolo-v3 example. (#528)
Laurent Mazare
2023-08-20
1
-0
/
+6
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
1
-1
/
+1
*
Add a basic optimizer example. (#454)
Laurent Mazare
2023-08-15
1
-0
/
+33