index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-examples
/
examples
/
whisper
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add required feature for whisper example in Readme (#2539)
dengelt
2024-10-04
1
-1
/
+1
*
Add whisper large-v3 turbo to the example. (#2531)
Laurent Mazare
2024-10-02
1
-0
/
+3
*
whisper readme (#1899)
Sanchit Gandhi
2024-03-21
1
-3
/
+4
*
support distil-large-v3 (#1898)
Sanchit Gandhi
2024-03-21
1
-1
/
+5
*
Supports more audio formats (#1628)
Hubert Shelley
2024-02-03
2
-10
/
+79
*
Quantized GGUF style (#1523)
Nicolas Patry
2024-01-17
1
-2
/
+4
*
Use the whisper-v3 tokenizer now that it has been added. (#1337)
Laurent Mazare
2023-11-16
1
-6
/
+8
*
Add the mel filters for 128 bins. (#1295)
Laurent Mazare
2023-11-08
2
-1
/
+5
*
Preliminary support for whisper v3. (#1294)
Laurent Mazare
2023-11-08
1
-9
/
+19
*
Add support for distil whisper (#1245)
Laurent Mazare
2023-11-02
1
-3
/
+15
*
Simd128 optimized q8k vecdot. (#1026)
Laurent Mazare
2023-10-03
1
-1
/
+1
*
Improve the quantized whisper setup. (#1018)
Laurent Mazare
2023-10-02
1
-9
/
+17
*
Add a quantized variant of whisper (#1017)
Laurent Mazare
2023-10-02
2
-44
/
+95
*
Adapt more examples to the updated safetensor api. (#947)
Laurent Mazare
2023-09-23
1
-3
/
+2
*
Add more example readmes. (#828)
Laurent Mazare
2023-09-12
1
-0
/
+39
*
Move some models to candle-transformers so that it's easier to re-use. (#794)
Laurent Mazare
2023-09-10
4
-679
/
+24
*
Add tracing to segment-anything (#777)
Laurent Mazare
2023-09-08
1
-1
/
+0
*
Whisper fix (#711)
Laurent Mazare
2023-09-01
2
-9
/
+3
*
Fix the accelerate build (#678)
Laurent Mazare
2023-08-30
1
-4
/
+3
*
Dilated convolutions (#657)
Laurent Mazare
2023-08-29
1
-0
/
+2
*
Remove some dead-code annotations. (#629)
Laurent Mazare
2023-08-27
1
-28
/
+0
*
Add some group parameter to convolutions. (#566)
Laurent Mazare
2023-08-23
1
-0
/
+2
*
Put the transcribe token before the language one. (#553)
Laurent Mazare
2023-08-22
1
-3
/
+3
*
Improve the timestamps support in whisper (#539)
Laurent Mazare
2023-08-21
1
-4
/
+74
*
Add a simple Module trait and implement it for the various nn layers (#500)
Laurent Mazare
2023-08-18
1
-1
/
+1
*
Use the main branch of the HF repo where possible. (#498)
Laurent Mazare
2023-08-18
1
-3
/
+7
*
Add medium model (#497)
Franco Lucchini
2023-08-18
1
-1
/
+3
*
Replicate the sot-token logic from the Python implementation more acc… (#491)
Laurent Mazare
2023-08-17
1
-3
/
+49
*
Add the whisper small model. (#490)
Laurent Mazare
2023-08-17
1
-2
/
+8
*
Add a cuda kernel for upsampling. (#441)
Laurent Mazare
2023-08-14
1
-4
/
+1
*
Optimize the logit computations in the whisper example. (#434)
Laurent Mazare
2023-08-13
2
-29
/
+26
*
Support longer sequences in language detection. (#428)
Laurent Mazare
2023-08-13
1
-1
/
+3
*
More accelerate optimizations (#427)
Laurent Mazare
2023-08-13
2
-6
/
+25
*
Add a KV cache to whisper. (#426)
Laurent Mazare
2023-08-12
3
-24
/
+63
*
Add a -language argument. (#425)
Laurent Mazare
2023-08-12
1
-5
/
+15
*
More multilingual support for whisper. (#419)
Laurent Mazare
2023-08-12
3
-23
/
+47
*
Basic multilingual support for whisper (#417)
Laurent Mazare
2023-08-12
2
-13
/
+175
*
Add more whisper variants. (#413)
Laurent Mazare
2023-08-11
1
-3
/
+25
*
Add some tracing to the whisper example. (#375)
Laurent Mazare
2023-08-09
2
-45
/
+75
*
Embed the mel filters in the whisper binary. (#373)
Laurent Mazare
2023-08-09
2
-13
/
+4
*
Softmax numerical stability. (#267)
Laurent Mazare
2023-07-28
2
-9
/
+6
*
Upgrading hf-hub to `0.2.0` (Modified API to not pass the Repo around
Nicolas Patry
2023-07-27
1
-12
/
+7
*
Micro-cleanup. (#256)
Laurent Mazare
2023-07-27
1
-4
/
+2
*
Rename the .r functions to .dims so as to be a bit more explicit. (#220)
Laurent Mazare
2023-07-22
2
-5
/
+5
*
Merge branch 'main' into remove_wrapper
Nicolas Patry
2023-07-19
1
-1
/
+1
|
\
|
*
Removing `candle-hub` internal to extract into `hf-hub` standalone.
Nicolas Patry
2023-07-19
1
-1
/
+1
*
|
[Proposal] Remove SafeTensor wrapper (allows finer control for users).
Nicolas Patry
2023-07-19
1
-2
/
+2
|
/
*
Add some 'cuda-if-available' helper function. (#172)
Laurent Mazare
2023-07-15
1
-15
/
+1
*
Removing cuda default.
Nicolas Patry
2023-07-14
1
-1
/
+11
*
Tensor mutability (#154)
Laurent Mazare
2023-07-13
1
-1
/
+1
[next]