summaryrefslogtreecommitdiff
path: root/candle-nn/src/linear.rs
Commit message (Expand)AuthorAgeFilesLines
* Support for attention bias in gemma + refactor things a bit. (#1744)Laurent Mazare2024-02-221-5/+18
* Add the prelu layer. (#1402)Laurent Mazare2023-12-031-1/+2
* Add clone to various nn layers. (#910)Laurent Mazare2023-09-201-1/+1
* Segment Anything - process images (#766)Laurent Mazare2023-09-071-2/+3
* Musicgen text embeddings. (#726)Laurent Mazare2023-09-031-0/+8
* VarBuilder cleanup (#627)Laurent Mazare2023-08-271-3/+3
* Add a simple Module trait and implement it for the various nn layers (#500)Laurent Mazare2023-08-181-2/+4
* Llama more training (#297)Laurent Mazare2023-08-011-1/+22
* Add some documentation and test to the linear layer. (#151)Laurent Mazare2023-07-121-0/+19
* Sketch the candle-nn crate. (#115)Laurent Mazare2023-07-101-0/+25