]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2023-03-22 Jhen-Jie Hongwhisper.objc : add `-O3 -DNDEBUG` in release mode ...
2023-03-22 sandrohaneafixed language auto-detection for state provided proces...
2023-03-22 Jhen-Jie Hongreadme : add react-native bindings (#619)
2023-03-22 Leo Mollmain : provide option for creating JSON output (#615)
2023-03-22 Kamilakemodels : change default encoding to utf8 (#605)
2023-03-22 Georgi Gerganovmake : fix MUSL Linux build (#576)
2023-03-22 Georgi Gerganovmodels : change HF hosting from dataset to model
2023-03-07 Takeshi Inouewhisper.android : support benchmark for Android example...
2023-03-06 Georgi Gerganovreadme : add bench-wts.sh demo
2023-03-06 Georgi Gerganovbench-wts.sh : rename script + add execute permission
2023-03-06 venkrqual-bench.sh : add quality comparison tool, and update...
2023-03-06 Takeshi Inouewhisper.android : enable fp16 instrinsics (FP16_VA...
2023-03-05 sandrohaneawhisper : add whisper_state + default state on the...
2023-03-05 Georgi Gerganovwhisper : set no_context == true by default (#537)
2023-03-05 polarmoongo : NewContext now returns a clean context (#537)
2023-03-02 HY. Kelvin Leemain : add csv header (#552)
2023-02-28 Georgi Gerganovmake : add -DNDEBUG compile flag
2023-02-28 Georgi Gerganovrelease : v1.2.1
2023-02-27 FlippFuzzmake : add "-mcpu=native" when building for aarch64...
2023-02-27 Aaron Phamreadme : add pybind11 bindings (#538)
2023-02-24 Georgi Gerganovreadme : add cython bindings (#9)
2023-02-21 Georgi Gerganovwhisper : zero-initialize some more context variables
2023-02-21 Finn Voorheeswhisper : fix uninitialized exp_n_audio_ctx
2023-02-19 Georgi Gerganovwhisper : add API for applying custom logits filters...
2023-02-18 Georgi Gerganovyt-wsp.sh : print help on empty args
2023-02-15 Georgi Gerganovwhisper : by default disable non-speech tokens suppress...
2023-02-15 Georgi Gerganovreadme : add Ruby discussion + update .NET discussion
2023-02-15 Toddbindings : add Ruby (#500)
2023-02-15 conradgmain : fix std in input (#503)
2023-02-15 Georgi Gerganovexamples : refactor in order to reuse code and reduce...
2023-02-15 shikokuchuowhisper : fix signedness compiler warning (#506)
2023-02-14 genevera (she... yt-wsp.sh : add unique filename generation (#495)
2023-02-14 Georgi Gerganovreadme : add another .NET repo (#303)
2023-02-11 Georgi Gerganovreadme : add .NET repo (#303)
2023-02-11 Avik Senguptacmake : install whisper.h header (#485)
2023-02-08 shibukazuwhisper : suppress non-speech-related token outputs...
2023-02-08 sandrohaneawhisper : fixed Beam Search Strategy and exposed whispe...
2023-02-08 boolemancerwhisper : only trim if split_on_word is true (#476)
2023-02-05 Qianhe Chenci : add node addon test and optimize compilation confi...
2023-02-05 kamranjonwhisper : add whisper_full_lang_id() for getting the...
2023-02-05 Matija Pevecwhisper : add "split_on_word" flag when using using...
2023-02-04 Georgi Gerganovrelease : v1.2.0
2023-02-04 Georgi Gerganovwhisper : reduce memory usage during inference (#431)
2023-02-04 Qianhe Chenaddon.node : using whisper as a Node.js addon (#443)
2023-02-04 polarmoongo : support "auto" as an option when set language...
2023-02-04 Georgi Gerganovwhisper : suppress task tokens (#442)
2023-02-04 Taisei Mimawasm : fix typo in helper.js (#459)
2023-02-04 Alex Bacartmain : CSV format export trimmed spaces fix (#444)
2023-01-28 Lukas Ristgo : add wrapper for system info (#456)
2023-01-26 Robingo : add WhisperLangAutoDetect method to go binding...
2023-01-26 Eric Tendianlivestream.sh : run main with model arg instead of...
2023-01-25 Georgi Gerganovwhisper : do not provide past prompt when n_max_text_ct...
2023-01-25 Georgi Gerganovwasm : check if navigator.storage.estimate() is available
2023-01-25 Lukas Ristgo : added wrappers to reset and print timings (#436)
2023-01-25 Georgi Gerganovci : run workflows on pull requests + bindings depend...
2023-01-23 Ondrej Kokeswhisper.wasm : add labels for easier radio selection...
2023-01-23 Georgi Gerganovwhisper : condition timestamps to be monotonically...
2023-01-23 fitzsimwhisper : PPC64 big-endian support (#398)
2023-01-23 Georgi Gerganovrelease : v1.1.1
2023-01-23 Georgi Gerganov.gitignore : add arm_neon.h
2023-01-22 Georgi Gerganovwhisper : fix condition for providing past prompt ...
2023-01-19 Georgi Gerganovwhisper : extend information in whisper_print_timings()
2023-01-18 Georgi Gerganovwhisper : perform entropy check only when we have at...
2023-01-18 Georgi Gerganovmain : we had accidentally disabled the temperature...
2023-01-18 Georgi Gerganovwhisper.wasm : add small and small.en models
2023-01-18 Georgi Gerganovbench : minor fixes
2023-01-18 Chia-Hsiang... main : add an option to accept optional output filename...
2023-01-18 Georgi Gerganovstream : fix handling of --step == --length (#416)
2023-01-18 Georgi Gerganovbench : fix Windows linkage by moving ggml benches...
2023-01-18 Georgi Gerganovbench : add memcpy and ggml_mul_mat benchmarks
2023-01-16 Digipomwhisper.android : add support for loading directly...
2023-01-16 Georgi Gerganovwhisper : fix possible uninitialized variables (#291)
2023-01-16 Georgi Gerganovstream : fix --keep_context argument to be used correct...
2023-01-16 Damian Czajago : remove sample_best and sample_timestamp bindings...
2023-01-16 Georgi GerganovUpdate README.md
2023-01-15 Georgi Gerganovcmake : bump version to 1.1.0
2023-01-15 Georgi GerganovUpdate README.md
2023-01-15 Georgi Gerganovwhisper : account speed_up flag for short audio (close...
2023-01-15 Georgi GerganovUpdate README.md
2023-01-15 Georgi Gerganovbench.wasm : print system info
2023-01-15 Georgi GerganovImprove decoding (#291)
2023-01-14 Georgi Gerganovstream : fix a bug that inserted a lot of empty audio...
2023-01-08 Georgi Gerganovggml : remove obsolete zeroing + comment fixes (#390)
2023-01-08 Ian Bickingreadme : clarify main and stream usage (#391)
2023-01-08 Abitofevrythingggml : correct behaviour of ggml_vec_sum_f32 (#390)
2023-01-08 boolemancerwhisper : fix sample_to_timestamp calculation with...
2023-01-08 Syahmi Azharwhisper : add loader class to allow loading from buffer...
2023-01-08 Georgi Gerganovggml : improve vec_dot_f16 unrolling in flash_attn_f16
2023-01-07 Georgi Gerganovcommand : clean-up / refactoring / formatting (#383)
2023-01-07 Davidcommand : always-prompt mode (#383)
2023-01-07 David Thorpego : adding features to the go-whisper example, go...
2023-01-07 Georgi Gerganovggml : fix bug in new soft max computation
2023-01-07 Georgi Gerganovcmake : add -Wno-unused-function + update whisper.js
2023-01-07 Georgi Gerganovggml : when using BLAS start only 1 CPU thread
2023-01-07 Georgi Gerganovggml : fix running tasks with variable number of threads
2023-01-07 Georgi Gerganovggml : unroll ggml_vec_dot_f16 in ggml_compute_forward_...
2023-01-07 Georgi Gerganovwhisper : revert accidental MB change
2023-01-07 Georgi Gerganovggml : speed-up soft max via Accelerate + unroll
2023-01-07 Georgi Gerganovggml : use vDSP_sve and vDSP_maxv from Accelerate
2023-01-07 Georgi Gerganovggml : make gcc happy (minor)
next