summaryrefslogtreecommitdiff
path: root/candle-transformers/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move the common quantized-nn code to a shared module. (#1063)Laurent Mazare2023-10-091-0/+1
|
* Shared the quantized var-builder code. (#952)Laurent Mazare2023-09-241-0/+1
| | | | | * Shared the quantized var-builder code. * Fix compilation.
* Move more models to candle-transformers (#796)Laurent Mazare2023-09-101-0/+1
| | | | | | | | | * Move dinov2. * Move efficientnet. * Move the quantized llama model. * Move segment-anything.
* Add some optional repeat penalty. (#623)Laurent Mazare2023-08-271-0/+1
| | | | | * Add some optional repeat penalty. * Add the missing files.
* Sketch the candle-transformers crate. (#147)Laurent Mazare2023-07-121-0/+3
* Sketch the candle-transformers crate. * Format the empty files.