index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-wasm-examples
/
whisper
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clippy fixes. (#2415)
Laurent Mazare
2024-08-14
2
-8
/
+6
*
Remove the deprecated wav crate in favor of hound. (#2202)
Laurent Mazare
2024-05-21
2
-9
/
+12
*
Bump the version number to 0.5.1. (#2155)
Laurent Mazare
2024-05-03
1
-21
/
+0
*
Quantized GGUF style (#1523)
Nicolas Patry
2024-01-17
1
-0
/
+1
*
Update gloo requirement from 0.8 to 0.11 (#1558)
dependabot[bot]
2024-01-10
1
-1
/
+1
*
Simplifying our internal cargo dependencies. (#1529)
Nicolas Patry
2024-01-07
1
-3
/
+3
*
Fix lints for clippy 1.75. (#1494)
Laurent Mazare
2023-12-28
1
-9
/
+7
*
Bump the crate version to 0.3.3. (#1490)
Laurent Mazare
2023-12-28
1
-3
/
+3
*
Bump the crate version to 0.3.2. (#1452)
Laurent Mazare
2023-12-17
1
-3
/
+3
*
Fix a couple typos (#1451)
Laurent Mazare
2023-12-17
2
-2
/
+2
*
Use the whisper-v3 tokenizer now that it has been added. (#1337)
Laurent Mazare
2023-11-16
1
-1
/
+7
*
fix: address clippy 0.1.74 issues (#1336)
drbh
2023-11-16
1
-2
/
+1
*
Update for 0.3.1. (#1324)
Laurent Mazare
2023-11-11
1
-3
/
+3
*
Preliminary support for whisper v3. (#1294)
Laurent Mazare
2023-11-08
2
-3
/
+5
*
add distil-whisper link (#1261)
Radamés Ajna
2023-11-03
1
-35
/
+49
*
Remove some unusued bits. (#1067)
Laurent Mazare
2023-10-09
1
-1
/
+0
*
Whisper quantized wasm (#1028)
Radamés Ajna
2023-10-04
12
-596
/
+539
*
Bump the version to 0.3.0. (#1014)
Laurent Mazare
2023-10-01
1
-2
/
+2
*
Pass directly the buffer ownership. (#949)
Laurent Mazare
2023-09-24
1
-2
/
+1
*
Bump the crate versions to v0.2.3. (#886)
Laurent Mazare
2023-09-18
1
-2
/
+2
*
minor UI fixes (#856)
Radamés Ajna
2023-09-15
1
-3
/
+6
*
Bump the crate version + update the changelog. (#822)
Laurent Mazare
2023-09-12
1
-2
/
+2
*
force model cache (#751)
Radamés Ajna
2023-09-06
1
-9
/
+10
*
Minor WASM UI improvements (#748)
Radamés Ajna
2023-09-05
1
-6
/
+11
*
Remove unnecessary file. (#710)
Laurent Mazare
2023-09-01
1
-0
/
+0
*
Add a repeat penalty to the llama2.c wasm example. (#709)
Laurent Mazare
2023-09-01
1
-0
/
+0
*
Add the kv-cache to the whisper wasm version. (#689)
Laurent Mazare
2023-08-31
3
-40
/
+95
*
Improve Whisper WASM UI example (#669)
Radamés Ajna
2023-08-30
7
-3
/
+487
*
Add some documentation. (#673)
Laurent Mazare
2023-08-30
1
-2
/
+2
*
Dilated convolutions (#657)
Laurent Mazare
2023-08-29
1
-0
/
+2
*
Remove some dead-code annotations. (#629)
Laurent Mazare
2023-08-27
3
-39
/
+0
*
Bump the crate version + update CHANGELOG. (#628)
Laurent Mazare
2023-08-27
1
-2
/
+2
*
Add some group parameter to convolutions. (#566)
Laurent Mazare
2023-08-23
2
-2
/
+4
*
Bump the crates version to 0.1.2. (#522)
Laurent Mazare
2023-08-20
1
-2
/
+2
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
1
-1
/
+1
*
Rename vec-dot to vec-ops. (#449)
Laurent Mazare
2023-08-15
1
-2
/
+2
*
Add a cuda kernel for upsampling. (#441)
Laurent Mazare
2023-08-14
1
-4
/
+1
*
Update the repo location. (#305)
Laurent Mazare
2023-08-02
1
-9
/
+7
*
Add version numbers for all the candle crates (#303)
Laurent Mazare
2023-08-02
1
-2
/
+2
*
Rename the candle crate to candle-core (#301)
Laurent Mazare
2023-08-02
1
-1
/
+1
*
Softmax numerical stability. (#267)
Laurent Mazare
2023-07-28
2
-8
/
+5
*
Removing inner dependency on safetensors.
Nicolas Patry
2023-07-27
1
-1
/
+1
*
TP sharding v2
Nicolas Patry
2023-07-27
2
-2
/
+3
*
Micro-cleanup. (#256)
Laurent Mazare
2023-07-27
1
-4
/
+2
*
Simple QOL.
Nicolas Patry
2023-07-26
1
-2
/
+10
*
Re-organize the wasm examples (#231)
Laurent Mazare
2023-07-24
10
-0
/
+1342