summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/falcon.rs
Commit message (Expand)AuthorAgeFilesLines
* Documentation Pass for Models (#2617)zachcp2024-11-151-0/+6
* Clippy fixes for 1.81.0. (#2461)Laurent Mazare2024-09-051-1/+1
* Make the falcon model cloneable. (#2067)Laurent Mazare2024-04-151-5/+5
* Add a function to clear the KV cache in falcon. (#2066)Laurent Mazare2024-04-151-0/+14
* Support alternative dtypes for mamba (#2036)Laurent Mazare2024-04-101-1/+3
* first commit (#1994)Jorge António2024-04-021-1/+2
* Avoid the attention mask where possible. (#1933)Laurent Mazare2024-03-251-12/+20
* Support for attention bias in gemma + refactor things a bit. (#1744)Laurent Mazare2024-02-221-11/+1
* Use candle_nn::embedding instead of local copies in a few models. (#1562)Jani Monoses2024-01-101-6/+1
* Move some models to candle-transformers so that it's easier to re-use. (#794)Laurent Mazare2023-09-101-0/+484