whisper.cpp / whisper.cpp

Commit History

sync : ggml (#2001)
cbbfa9e
unverified

ggerganov HF Staff commited on

whisper : improve handling of prompts (#1981)
15949a9
unverified

ggerganov HF Staff commited on

whisper : improve support for distil-large-v3 (#1982)
749004e
unverified

Sanchit Gandhi commited on

whisper : token-level timestamps with DTW (#1485)
ce7ca09
unverified

denersc ggerganov HF Staff commited on

whisper : set outputs from conv graph (#1959)
62505d4
unverified

ggerganov HF Staff commited on

whisper : document whisper_batch.n_seq_id (#1942)
f08549e
unverified

josharian commited on

whisper : improve beam search candidate diversity (#1947)
6e9276c
unverified

josharian commited on

whisper : make beam candidate sort more stable (#1943)
1316242
unverified

josharian commited on

whisper : fix compute helper return (ggml/750)
b60b7f7
unverified

ggerganov HF Staff commited on

whisper : fix typo (#1925)
a0acef0
unverified

zhouwg commited on

whisper : add SYCL support (#1863)
9a168fc
unverified

Abhilash Majumder commited on

build : update CBLAS flags + fix unused var warning (#0)
496c0f1
unverified

ggerganov HF Staff commited on

whisper : fix external encoder (#1860)
3538ca9
unverified

ggerganov HF Staff commited on

ggml-alloc : v3 (ggml/727)
5cffd6f
unverified

slaren commited on

ggml : add abort_callback for cpu backend (ggml/725)
a8ea91b
unverified

Michael Podvitskiy commited on

whisper : expose CUDA device setting in public API (#1840)
d13ee66
unverified

Didzis Gosko commited on

examples : adapt to metal API
b65decb
unverified

ggerganov HF Staff commited on

whisper : load the model into multiple buffers of max size 1GB (#1763)
0e9101f
unverified

ggerganov HF Staff commited on

whisper : fix segment length with params.no_timestamps == true
720d738
unverified

ggerganov HF Staff commited on

main : add cli option to disable system prints (#1740)
97e710a
unverified

ggerganov HF Staff commited on

whispser : reset the "batched" timings (#1721)
f02be35
unverified

ggerganov HF Staff commited on

ggml : add error handling to graph_compute (#1714)
92f24ee
unverified

finnvoorhees commited on

whisper : Replace WHISPER_PRINT_DEBUG with WHISPER_LOG_DEBUG (#1681)
5ad04c9
unverified

bobqianic commited on

sync : ggml (ggml_scale, ggml_row_size, etc.) (#1677)
aa86ade
unverified

ggerganov HF Staff commited on

whisper : more debug messages + fix fallback logic
51d2d34
unverified

ggerganov HF Staff commited on

sync : ggml (new ops, new backend, etc) (#1602)
895e87a
unverified

ggerganov HF Staff commited on

metal : add backend function to check device family support (#1547)
c95e649
unverified

ggerganov HF Staff commited on

whisper : fix typo
c692ba5
unverified

ggerganov HF Staff commited on

whisper : add whisper_lang_str_full (#1546)
904280f
unverified

bradmit ggerganov HF Staff commited on

bench : pass memcpy threads from cli
027d207
unverified

ggerganov HF Staff commited on

bench : multi-thread memcpy (#1534)
c0ee6b3
unverified

ggerganov HF Staff commited on

whisper : reuse whisper_decode_with_state (#1521)
5938aed
unverified

ggerganov HF Staff commited on

whisper : fix with_state methods to use the correct state (#1519)
2b4a95c
unverified

sandrohanea Sandro Hanea commited on

whisper : fix overriding the audio context
d717a20
unverified

ggerganov HF Staff commited on

bench : fix memcpy bench size
97246e8
unverified

ggerganov HF Staff commited on

whisper : make large version explicit + fix data size units (#1493)
03a3210
unverified

ggerganov HF Staff commited on

whisper : add batched decoding (#1486)
0131aa6
unverified

ggerganov HF Staff commited on

whisper : add grammar-based sampling (#1229)
46f0c56
unverified

evanqjones ggerganov HF Staff commited on

ggml : fix some compile warnings
ad6c9c1
unverified

ggerganov HF Staff commited on

whisper : add full CUDA and Metal offloading (#1472)
da4acca
unverified

ggerganov HF Staff commited on

whisper : return with error from whisper_encode_internal and whisper_decode_internal when abort callback is true (#1456)
ca0dc29
unverified

Ben Nortier bjnortier commited on

coreml : use the correct `n_mel` value (#1458)
0220892
unverified

mljxy commited on

whisper : reset mel time when resetting timings (#1452)
8f21423
unverified

Ben Nortier bjnortier commited on

whisper : add support for large v3 (#1444)
9908abb
unverified

ggerganov HF Staff commited on

whisper : reset ctx->t_start_us when calling whisper_reset_timings() (#1434)
f0f722d
unverified

Ben Nortier bjnortier commited on

whisper : add missing about callback initializers
a94a8ce
unverified

ggerganov HF Staff commited on

whisper : add context param to disable gpu (#1293)
290abed
unverified

jhenhong ggerganov HF Staff commited on

whisper : add support for new distilled Whisper models (#1424)
a570c92
unverified

ggerganov HF Staff commited on

sync : ggml (backend v2, k-quants, CUDA opts, Metal opts, etc.) (#1422)
7006035
unverified

ggerganov HF Staff Chris Raethke commited on

whisper : abort callback improvements (#1345)
776adfd
unverified

mkiol commited on