]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2023-04-30 Georgi Gerganovwhisper : fix quantize bug (#842)
2023-04-30 Georgi Gerganovggml : fix UB (int << 31)
2023-04-30 Georgi Gerganovrelease : v1.4.0
2023-04-30 Georgi Gerganovexamples : fix + refactor Levenshtein distance
2023-04-30 Georgi Gerganovwhisper : add integer quantization support (#540)
2023-04-30 Georgi Gerganovwhisper : add GPU support via cuBLAS (#834)
2023-04-29 Georgi Gerganovggml : fix WASM build
2023-04-29 Georgi Gerganovggml : fix 32-bit ARM NEON (#836)
2023-04-29 Georgi Gerganovggml : use vzip instead of vuzp for consistency
2023-04-29 Georgi Gerganovggml : fix WASM build
2023-04-29 Georgi Gerganovggml : sync with ggml repo (warning fixes + asserts)
2023-04-29 Thijs Raymakerswhisper : use correct seek_end when offset is used...
2023-04-29 Georgi Gerganovtests : add "threads" to run-tests.sh
2023-04-29 Georgi Gerganovextra : add sync-ggml.sh script
2023-04-29 Georgi Gerganovggml : sync latest ggml + llama.cpp updates (quantization)
2023-04-29 Zollnerwhisper.android : add some tips (#816)
2023-04-29 Georgi Gerganovbuild : add WHISPER_COREML_ALLOW_FALLBACK to make ...
2023-04-29 Canis Lupuswhisper : allow non-CoreML fallback when Core ML cannot...
2023-04-29 Georgi Gerganovwhisper : fix bug from previous commit
2023-04-29 Georgi Gerganovwhisper : avoid designated initializers
2023-04-29 AsukaMinatominor : improve C++ and Python style (#768)
2023-04-28 Georgi Gerganovreadme : add logo
2023-04-23 Laytan Laatsmain : escape quotes in csv output (#815)
2023-04-23 Taras Glekstream : flush upon finishing inference (#811)
2023-04-23 Philipp Zabelexamples : add missing #include <cstdint> (#798)
2023-04-23 Tauseef Mohiuddinmain : update escape_double_quotes() function (#776)
2023-04-15 Georgi Gerganovrelease : v1.3.0
2023-04-15 Georgi Gerganovwhisper : pad audio instead of spectrogram (#579)
2023-04-15 Georgi Gerganovwhisper : restore decoder temperature fallbacks
2023-04-15 Jhen-Jie Hongggml, ci : fix build on whisper.android (ARM_NEON)...
2023-04-15 Georgi Gerganovwhisper : slightly faster Log Mel computation + n-1...
2023-04-15 Georgi Gerganovreadme : fix link
2023-04-15 Georgi Gerganovreadme : add usage instructions for Core ML
2023-04-15 Georgi Gerganovwhisper : add Core ML support (#566)
2023-04-14 Maximiliano... whisper : do not launch log_mel threads when n_thread...
2023-04-14 AfryMaskwhisper : fix the bug related to word splitting errors...
2023-04-14 Aaron Taylorreadme : add SwiftWhisper to listed bindings (#755)
2023-04-14 Georgi Gerganovgitignore : add .test
2023-04-14 Bader-eddine... whisper : fix potential memory leaks (#740)
2023-04-14 Anton Kostinlicense : update year (#739)
2023-04-14 GitAritronwhisper : fix typos in whisper.h (#737)
2023-04-14 Ali Alamehstream : support language auto-detect (#501)
2023-04-14 Alex Evgrashinreadme : add unity bindings (#733)
2023-04-14 DGdev91talk, talk-llama : add basic example script for eleven...
2023-04-14 Ivan Gorinmodels : change convert-pt-to-ggml to use .tiktoken...
2023-04-14 LittleLolicmake : add msvc compiler args /utf-8 fix error C3688...
2023-04-14 Maciektalk-llama : correct default speak.sh path (#720)
2023-04-14 LittleLolimain : add lrc output support (#718)
2023-04-14 Samreadme : make the quick start instructions clearer...
2023-04-14 duthilsmake : disable avx in case f16c is not available (...
2023-04-14 bocytkoreadme : add shell command example for --print-colors...
2023-04-14 Georgi Gerganovggml : sync latest ggml
2023-04-14 Georgi Gerganovwhisper : fix bug in prompt processing (close #705)
2023-04-14 Brian Murraygo : exposed various parts to the Go Interface (#697)
2023-04-14 novagggml : fix q4_1 dot product types (#759)
2023-04-13 Georgi Gerganovggml : sync latest changes from ggml and llama.cpp
2023-04-10 Georgi Gerganovggml : fix WASM build
2023-04-10 Georgi Gerganovtalk-llama : increase context to 2048
2023-04-10 Georgi Gerganovtalk-llama : update to latest llama.cpp (improved perfo...
2023-04-10 Georgi Gerganovggml : backport llama.cpp updates (close #709)
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...
next