summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/whisper/src/model.rs
Commit message (Expand)AuthorAgeFilesLines
* Whisper quantized wasm (#1028)Radamés Ajna2023-10-041-417/+0
* Add the kv-cache to the whisper wasm version. (#689)Laurent Mazare2023-08-311-25/+50
* Dilated convolutions (#657)Laurent Mazare2023-08-291-0/+2
* Remove some dead-code annotations. (#629)Laurent Mazare2023-08-271-33/+0
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-231-0/+2
* Add a simple Module trait and implement it for the various nn layers (#500)Laurent Mazare2023-08-181-1/+1
* Softmax numerical stability. (#267)Laurent Mazare2023-07-281-1/+1
* Re-organize the wasm examples (#231)Laurent Mazare2023-07-241-0/+421