Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add clone to various nn layers. (#910) | Laurent Mazare | 2023-09-20 | 1 | -1/+1 |
* | Add weight, bias, and hidden_size methods (#816) | Eric Buehler | 2023-09-11 | 1 | -0/+5 |
* | VarBuilder cleanup (#627) | Laurent Mazare | 2023-08-27 | 1 | -1/+1 |
* | Add a simple Module trait and implement it for the various nn layers (#500) | Laurent Mazare | 2023-08-18 | 1 | -1/+3 |
* | Use index-select for the embeddings as it supports backprop. (#298) | Laurent Mazare | 2023-08-01 | 1 | -1/+1 |
* | Llama more training (#297) | Laurent Mazare | 2023-08-01 | 1 | -0/+12 |
* | Add some documentation and test to the linear layer. (#151) | Laurent Mazare | 2023-07-12 | 1 | -0/+1 |
* | [nn] Move the Embedding and Activation parts. (#116) | Laurent Mazare | 2023-07-10 | 1 | -0/+29 |