summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/quantized_stable_lm.rs
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+5
* Update StableLM config (#1787)Frkri2024-03-021-3/+3
* Quantized support for stable-lm2. (#1654)Laurent Mazare2024-02-041-4/+9
* Make more models cloneable. (#1203)Laurent Mazare2023-10-281-4/+4
* Tracing for StableLM and quantized StableLM. (#1068)Laurent Mazare2023-10-101-0/+12
* Move the common quantized-nn code to a shared module. (#1063)Laurent Mazare2023-10-091-24/+1
* Quantized version of StableLM. (#1058)Laurent Mazare2023-10-081-0/+299