Spaces:
Running
Running
Commit History
whisper : improve handling of prompts (#1981) 15949a9 unverified
whisper : improve support for distil-large-v3 (#1982) 749004e unverified
Sanchit Gandhi commited on
whisper : token-level timestamps with DTW (#1485) ce7ca09 unverified
whisper : set outputs from conv graph (#1959) 62505d4 unverified
whisper : document whisper_batch.n_seq_id (#1942) f08549e unverified
whisper : improve beam search candidate diversity (#1947) 6e9276c unverified
whisper : make beam candidate sort more stable (#1943) 1316242 unverified
whisper : fix compute helper return (ggml/750) b60b7f7 unverified
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
whisper : fix external encoder (#1860) 3538ca9 unverified
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
whisper : load the model into multiple buffers of max size 1GB (#1763) 0e9101f unverified
whisper : fix segment length with params.no_timestamps == true 720d738 unverified
main : add cli option to disable system prints (#1740) 97e710a unverified
whispser : reset the "batched" timings (#1721) f02be35 unverified
ggml : add error handling to graph_compute (#1714) 92f24ee unverified
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
whisper : more debug messages + fix fallback logic 51d2d34 unverified
sync : ggml (new ops, new backend, etc) (#1602) 895e87a unverified
metal : add backend function to check device family support (#1547) c95e649 unverified
whisper : fix typo c692ba5 unverified
whisper : add whisper_lang_str_full (#1546) 904280f unverified
bench : pass memcpy threads from cli 027d207 unverified
bench : multi-thread memcpy (#1534) c0ee6b3 unverified
whisper : reuse whisper_decode_with_state (#1521) 5938aed unverified
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
bench : fix memcpy bench size 97246e8 unverified
whisper : make large version explicit + fix data size units (#1493) 03a3210 unverified
whisper : add batched decoding (#1486) 0131aa6 unverified
whisper : add grammar-based sampling (#1229) 46f0c56 unverified
ggml : fix some compile warnings ad6c9c1 unverified
whisper : add full CUDA and Metal offloading (#1472) da4acca unverified
whisper : return with error from whisper_encode_internal and whisper_decode_internal when abort callback is true (#1456) ca0dc29 unverified
coreml : use the correct `n_mel` value (#1458) 0220892 unverified
whisper : reset mel time when resetting timings (#1452) 8f21423 unverified
whisper : add support for large v3 (#1444) 9908abb unverified
whisper : reset ctx->t_start_us when calling whisper_reset_timings() (#1434) f0f722d unverified
whisper : add missing about callback initializers a94a8ce unverified
whisper : add support for new distilled Whisper models (#1424) a570c92 unverified
sync : ggml (backend v2, k-quants, CUDA opts, Metal opts, etc.) (#1422) 7006035 unverified
whisper : abort callback improvements (#1345) 776adfd unverified
mkiol commited on