summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/whisper
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in whisper transformer (#2681)mert-kurttutan2024-12-241-0/+1
* Module Docs (#2624)zachcp2024-11-181-3/+7
* Documentation Pass for Models (#2617)zachcp2024-11-151-0/+8
* Clippy fixes for 1.81.0. (#2461)Laurent Mazare2024-09-051-2/+2
* Speaker embeddings computation for metavoice. (#1800)Laurent Mazare2024-03-041-1/+1
* feat: support microphone whisper streaming (#1678)drbh2024-02-122-0/+53
* feat: support multithread spectrogram and small perf tweaks (#1674)drbh2024-02-083-28/+150
* Use candle_nn::embedding instead of local copies in a few models. (#1562)Jani Monoses2024-01-101-6/+1
* Use the whisper-v3 tokenizer now that it has been added. (#1337)Laurent Mazare2023-11-161-1/+1
* fix: address clippy 0.1.74 issues (#1336)drbh2023-11-161-2/+1
* Preliminary support for whisper v3. (#1294)Laurent Mazare2023-11-082-3/+7
* Consolidate the with-tracing usage. (#1234)Laurent Mazare2023-11-011-27/+1
* Make the whisper model cloneable (#1200)Laurent Mazare2023-10-272-1/+11
* Move the common quantized-nn code to a shared module. (#1063)Laurent Mazare2023-10-091-42/+6
* Better control on the optional dequantization in QMatMul (#1049)Laurent Mazare2023-10-071-6/+5
* Add a quantized variant of whisper (#1017)Laurent Mazare2023-10-023-18/+424
* Use softmax-last-dim in whisper. (#810)Laurent Mazare2023-09-111-2/+2
* Move some models to candle-transformers so that it's easier to re-use. (#794)Laurent Mazare2023-09-103-0/+652