index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-core
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for UG kernels. (#2579)
Laurent Mazare
2024-10-27
1
-1
/
+1
*
Export TensorIndexer public to candle users (#2477)
Shengtuo Hu
2024-09-13
1
-1
/
+1
*
Stream tensor (#2429)
Laurent Mazare
2024-08-17
1
-0
/
+2
*
Add a toggle for F16/BF16 accumulation in gemm. (#2141)
Laurent Mazare
2024-04-29
1
-3
/
+5
*
Add argsort. (#2132)
Laurent Mazare
2024-04-27
1
-0
/
+1
*
Add StorageRef. (#2113)
Laurent Mazare
2024-04-23
1
-1
/
+1
*
first commit (#2018)
Jorge António
2024-04-05
1
-1
/
+1
*
modify access for conv and op to be pub to allow external packages to have cu...
Thomas Santerre
2024-04-01
1
-2
/
+2
*
Backend refactoring. (#1966)
Laurent Mazare
2024-03-29
1
-2
/
+3
*
fix minor typo (#1924)
Marco Inacio
2024-03-29
1
-1
/
+1
*
Preliminary support for inplace ops. (#1921)
Laurent Mazare
2024-03-23
1
-1
/
+1
*
Prepare for the custom-op extension. (#1892)
Laurent Mazare
2024-03-21
1
-1
/
+2
*
Optimize the cat operation on contiguous tensors (#1855)
Laurent Mazare
2024-03-17
1
-0
/
+1
*
Module implementation for options. (#1728)
Laurent Mazare
2024-02-18
1
-0
/
+9
*
Expose the ndarray trait. (#1586)
Laurent Mazare
2024-01-14
1
-1
/
+1
*
Implement the module trait directly for QMatMul. (#1372)
Laurent Mazare
2023-11-25
1
-6
/
+0
*
Refactor to simplify our lives for settings the params in the encoder.
Nicolas Patry
2023-11-20
1
-0
/
+2
*
Metal part 1 - Scaffolding for metal. (#1308)
Nicolas Patry
2023-11-10
1
-0
/
+7
*
Allow for different behavior between training and eval (#1213)
Laurent Mazare
2023-10-29
1
-0
/
+12
*
Add the upblocks. (#853)
Laurent Mazare
2023-09-14
1
-1
/
+7
*
Remove set_training. (#784)
Laurent Mazare
2023-09-09
1
-6
/
+0
*
Get the comparison operation to work on scalar values. (#780)
Laurent Mazare
2023-09-08
1
-0
/
+1
*
Simplify usage of the pool functions. (#662)
Laurent Mazare
2023-08-29
1
-0
/
+33
*
Move the test-utils bits to a shared place. (#619)
Laurent Mazare
2023-08-27
1
-0
/
+1
*
Neon intrinsics for the q8_0 vecdot. (#604)
Laurent Mazare
2023-08-25
1
-0
/
+3
*
Preliminary support for importing PyTorch weights. (#511)
Laurent Mazare
2023-08-19
1
-0
/
+1
*
Split out the quantized file. (#456)
Laurent Mazare
2023-08-15
1
-1
/
+1
*
Simd support (#448)
Laurent Mazare
2023-08-15
1
-1
/
+1
*
Cudnn support (#445)
Laurent Mazare
2023-08-14
1
-0
/
+2
*
Conv1d optimize (#392)
Laurent Mazare
2023-08-10
1
-0
/
+1
*
Support the Accelerate BLAS on macOS. (#325)
Laurent Mazare
2023-08-05
1
-0
/
+2
*
Initial support for reading ggml files. (#311)
Laurent Mazare
2023-08-02
1
-0
/
+1
*
Add the AdamW optimizer. (#307)
Laurent Mazare
2023-08-02
1
-1
/
+1
*
Rename the candle crate to candle-core (#301)
Laurent Mazare
2023-08-02
1
-2
/
+2
*
Add training for the llama2.c example (#296)
Laurent Mazare
2023-08-01
1
-1
/
+1
*
Simplify Tensor::randn. (#255)
Laurent Mazare
2023-07-27
1
-1
/
+1
*
Add flash attention (#241)
Laurent Mazare
2023-07-26
1
-1
/
+1
*
Cleanup some todos. (#226)
Laurent Mazare
2023-07-23
1
-1
/
+1
*
Custom ops with a single argument (#214)
Laurent Mazare
2023-07-21
1
-3
/
+4
*
More realistic training setup. (#210)
Laurent Mazare
2023-07-20
1
-1
/
+1
*
Broadcasting performance optimization (cpu) (#182)
Laurent Mazare
2023-07-17
1
-1
/
+1
*
Iteration over strided blocks (#175)
Laurent Mazare
2023-07-15
1
-1
/
+1
*
Add the SGD optimizer (#160)
Laurent Mazare
2023-07-13
1
-0
/
+1
*
Move the variable creation to the variable module. (#159)
Laurent Mazare
2023-07-13
1
-1
/
+1
*
Introduce the variables api used for adjusting parameters during the training...
Laurent Mazare
2023-07-13
1
-0
/
+2
*
Add from_iter and arange, use it in the doctests. (#145)
Laurent Mazare
2023-07-12
1
-2
/
+2
*
Allow for lazy loading of npz files, use it in llama to reduce memory usage i...
Laurent Mazare
2023-07-11
1
-1
/
+1
*
Modular backends (#138)
Laurent Mazare
2023-07-11
1
-2
/
+3
*
Merge pull request #127 from LaurentMazare/tensor_indexing
Nicolas Patry
2023-07-10
1
-0
/
+2
|
\
|
*
`i(..)` indexing sugar (partial).
Nicolas Patry
2023-07-10
1
-0
/
+2
[next]