summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/whisper
Commit message (Expand)AuthorAgeFilesLines
* Clippy fixes. (#2415)Laurent Mazare2024-08-142-8/+6
* Remove the deprecated wav crate in favor of hound. (#2202)Laurent Mazare2024-05-212-9/+12
* Bump the version number to 0.5.1. (#2155)Laurent Mazare2024-05-031-21/+0
* Quantized GGUF style (#1523)Nicolas Patry2024-01-171-0/+1
* Update gloo requirement from 0.8 to 0.11 (#1558)dependabot[bot]2024-01-101-1/+1
* Simplifying our internal cargo dependencies. (#1529)Nicolas Patry2024-01-071-3/+3
* Fix lints for clippy 1.75. (#1494)Laurent Mazare2023-12-281-9/+7
* Bump the crate version to 0.3.3. (#1490)Laurent Mazare2023-12-281-3/+3
* Bump the crate version to 0.3.2. (#1452)Laurent Mazare2023-12-171-3/+3
* Fix a couple typos (#1451)Laurent Mazare2023-12-172-2/+2
* Use the whisper-v3 tokenizer now that it has been added. (#1337)Laurent Mazare2023-11-161-1/+7
* fix: address clippy 0.1.74 issues (#1336)drbh2023-11-161-2/+1
* Update for 0.3.1. (#1324)Laurent Mazare2023-11-111-3/+3
* Preliminary support for whisper v3. (#1294)Laurent Mazare2023-11-082-3/+5
* add distil-whisper link (#1261)Radamés Ajna2023-11-031-35/+49
* Remove some unusued bits. (#1067)Laurent Mazare2023-10-091-1/+0
* Whisper quantized wasm (#1028)Radamés Ajna2023-10-0412-596/+539
* Bump the version to 0.3.0. (#1014)Laurent Mazare2023-10-011-2/+2
* Pass directly the buffer ownership. (#949)Laurent Mazare2023-09-241-2/+1
* Bump the crate versions to v0.2.3. (#886)Laurent Mazare2023-09-181-2/+2
* minor UI fixes (#856)Radamés Ajna2023-09-151-3/+6
* Bump the crate version + update the changelog. (#822)Laurent Mazare2023-09-121-2/+2
* force model cache (#751)Radamés Ajna2023-09-061-9/+10
* Minor WASM UI improvements (#748)Radamés Ajna2023-09-051-6/+11
* Remove unnecessary file. (#710)Laurent Mazare2023-09-011-0/+0
* Add a repeat penalty to the llama2.c wasm example. (#709)Laurent Mazare2023-09-011-0/+0
* Add the kv-cache to the whisper wasm version. (#689)Laurent Mazare2023-08-313-40/+95
* Improve Whisper WASM UI example (#669)Radamés Ajna2023-08-307-3/+487
* Add some documentation. (#673)Laurent Mazare2023-08-301-2/+2
* Dilated convolutions (#657)Laurent Mazare2023-08-291-0/+2
* Remove some dead-code annotations. (#629)Laurent Mazare2023-08-273-39/+0
* Bump the crate version + update CHANGELOG. (#628)Laurent Mazare2023-08-271-2/+2
* Add some group parameter to convolutions. (#566)Laurent Mazare2023-08-232-2/+4
* Bump the crates version to 0.1.2. (#522)Laurent Mazare2023-08-201-2/+2
* Add a simple Module trait and implement it for the various nn layers (#500)Laurent Mazare2023-08-181-1/+1
* Rename vec-dot to vec-ops. (#449)Laurent Mazare2023-08-151-2/+2
* Add a cuda kernel for upsampling. (#441)Laurent Mazare2023-08-141-4/+1
* Update the repo location. (#305)Laurent Mazare2023-08-021-9/+7
* Add version numbers for all the candle crates (#303)Laurent Mazare2023-08-021-2/+2
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-021-1/+1
* Softmax numerical stability. (#267)Laurent Mazare2023-07-282-8/+5
* Removing inner dependency on safetensors.Nicolas Patry2023-07-271-1/+1
* TP sharding v2Nicolas Patry2023-07-272-2/+3
* Micro-cleanup. (#256)Laurent Mazare2023-07-271-4/+2
* Simple QOL.Nicolas Patry2023-07-261-2/+10
* Re-organize the wasm examples (#231)Laurent Mazare2023-07-2410-0/+1342