summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/llama2_c.rs
Commit message (Expand)AuthorAgeFilesLines
* Module Docs (#2624)zachcp2024-11-181-1/+3
* Documentation Pass for Models (#2617)zachcp2024-11-151-0/+6
* Clippy fixes for 1.81.0. (#2461)Laurent Mazare2024-09-051-1/+1
* Avoid the attention mask where possible. (#1933)Laurent Mazare2024-03-251-2/+6
* Explicit caching in llama2.c.laurent2024-02-221-33/+43
* Infer the config for llama2-c. (#1208)Laurent Mazare2023-10-281-1/+40
* Move the llama2-c model in transformers. (#1205)Laurent Mazare2023-10-281-0/+314