summaryrefslogtreecommitdiff
path: root/candle-nn/src/embedding.rs
Commit message (Expand)AuthorAgeFilesLines
* Add clone to various nn layers. (#910)Laurent Mazare2023-09-201-1/+1
* Add weight, bias, and hidden_size methods (#816)Eric Buehler2023-09-111-0/+5
* VarBuilder cleanup (#627)Laurent Mazare2023-08-271-1/+1
* Add a simple Module trait and implement it for the various nn layers (#500)Laurent Mazare2023-08-181-1/+3
* Use index-select for the embeddings as it supports backprop. (#298)Laurent Mazare2023-08-011-1/+1
* Llama more training (#297)Laurent Mazare2023-08-011-0/+12
* Add some documentation and test to the linear layer. (#151)Laurent Mazare2023-07-121-0/+1
* [nn] Move the Embedding and Activation parts. (#116)Laurent Mazare2023-07-101-0/+29