]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2023-03-30 pajowuwhisper : add progress callback (#600)
2023-03-30 Zigfrid Zvezdinmisc : typo (#688)
2023-03-29 InconsolableCellisttalk-llama : fixing usage message for talk-llama (...
2023-03-29 Georgi Gerganovmain : add <cstring> header
2023-03-29 Lucas Zanekwhisper.addon : fixed test to new async implementation...
2023-03-29 be-nextmodels : handle spaces and special characters in shell...
2023-03-29 Egor Egorovmain : fix typo in JSON output (#648)
2023-03-29 Jhen-Jie Hongwhisper : add initial_prompt param (#645)
2023-03-29 clach04make : 32-bit ARM flags (#486)
2023-03-29 Jonnowhisper.swiftui : update README.md (#682)
2023-03-29 Evan Jonestalk-llama : add alpaca support (#668)
2023-03-28 Georgi Gerganovwhisper : bump "large" scratch buffer even mode (close...
2023-03-28 Georgi Gerganovwhisper : increase scratch buffers after recent change...
2023-03-28 Georgi Gerganovtalk-llama : add discussion link
2023-03-27 Georgi Gerganovtalk-llama : try to fix windows build ..
2023-03-27 Georgi Gerganovreadme : add talk-llama example to the table
2023-03-27 Georgi Gerganovtalk-llama : add new example + sync ggml from llama...
2023-03-22 Georgi Gerganovwhisper : disable fallbacks until the performance is...
2023-03-22 Andrew Huynhcmake : add a flag to disable F16C (#628)
2023-03-22 jwijffelsInclude link to R wrapper in README (#626)
2023-03-22 Lucas ZanekNodejs Addon blocking main thread. Implemented Napi...
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
next