summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/stable_lm.rs
Commit message (Expand)AuthorAgeFilesLines
* Module Docs (#2624)zachcp2024-11-181-1/+1
* Documentation Pass for Models (#2617)zachcp2024-11-151-0/+15
* Use cat for faster MQA computation. (#2043)Laurent Mazare2024-04-121-14/+3
* Rustfmt fix. (#1788)Laurent Mazare2024-03-021-2/+5
* Update StableLM config (#1787)Frkri2024-03-021-9/+9
* Add StableLM-2, StableLM Code and Zephyr variants (#1650)Jani Monoses2024-02-031-6/+21
* Tracing for StableLM and quantized StableLM. (#1068)Laurent Mazare2023-10-101-0/+12
* Quantized version of StableLM. (#1058)Laurent Mazare2023-10-081-7/+6
* Add flash-attn support for stable-lm. (#1052)Laurent Mazare2023-10-071-2/+29
* Add the stable-lm example. (#1046)Laurent Mazare2023-10-061-4/+13
* Sketch the stable-lm model. (#1045)Laurent Mazare2023-10-061-0/+364