]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2022-12-15 Georgi Gerganovstream : fix build
2022-12-15 Georgi Gerganovstream : add sliding window mode
2022-12-13 Georgi Gerganovwhisper : fix UB when reading buffer of length 0 bytes...
2022-12-13 Georgi Gerganovggml : fix indentation
2022-12-13 Georgi Gerganovggml : make compatible with c99 (#262)
2022-12-12 Georgi Gerganovtalk : improve prompting
2022-12-12 Georgi Gerganovrelease : v1.0.3
2022-12-12 Georgi GerganovUpdate README.md
2022-12-12 Georgi Gerganovrelease : v1.0.2
2022-12-12 Georgi GerganovUpdate README.md
2022-12-12 Georgi GerganovUpdate README.md
2022-12-12 Georgi GerganovNode.js package (#260)
2022-12-11 Georgi Gerganovtalk : make compatible with c++11 (part 2)
2022-12-11 Georgi Gerganovtalk : make compatible with c++11
2022-12-11 Georgi Gerganovcmake : require c++11 instead of c++20
2022-12-11 Roland RabienRemove C++20 requirement (#257)
2022-12-11 LexevolutionAdd newline per segment for text output (#254)
2022-12-11 Georgi Gerganovbench : more concise representation of the results...
2022-12-11 Georgi Gerganovminor : fix .gitignore to not ignore examples
2022-12-11 Georgi Gerganovbench.wasm : same as "bench" but runs in the browser...
2022-12-10 Georgi GerganovUpdate README.md
2022-12-10 Georgi Gerganovtalk : fix build for MSVC
2022-12-10 Georgi Gerganovtalk : talk with AI in the terminal
2022-12-10 bert hubertfix potential bug reading model data into a small size...
2022-12-10 Georgi Gerganovwhisper : minor improvemnt in decoding strategy (#244)
2022-12-08 Georgi Gerganovggml : add alternative cblas_sgemm call
2022-12-08 Georgi Gerganovmake : indentation + .gitignore
2022-12-08 Reinis MuiznieksFlag for Position Independent Code
2022-12-08 Georgi Gerganovtwitch.sh : various fixes and polishing
2022-12-08 keyehzyAllow for Twitch.tv live transcription
2022-12-08 Kartik SaranathanFix paths echoed after the download
2022-12-08 Al Hoangfix compilation on haiku
2022-12-07 Georgi Gerganovyt-wsp.sh : improve usage instructions
2022-12-07 Georgi Gerganovyt-wsp.sh : fix usage instruction + comment
2022-12-07 Georgi GerganovUpdate README.md
2022-12-07 Georgi Gerganovlivestream.sh : remove obsolete comment
2022-12-06 Georgi Gerganovggml : fix typo in previous commit
2022-12-06 Georgi Gerganovggml : use macros to inline FP16 <-> FP32 conversions
2022-12-06 Georgi Gerganovggml : add F16C CPU flag check
2022-12-06 katsu560add fp16/fp32 convert intrinsics
2022-12-06 Georgi Gerganovmodels : add the new "large" model release by OpenAI
2022-12-06 Georgi Gerganovbench : add commit hash to bench-all.sh results
2022-12-02 Georgi GerganovTry to improve the token sampling strategy (#193)
2022-12-02 Georgi Gerganovtests : adding transcription tests
2022-12-01 Georgi Gerganovggml : remove inline specifier from fp16 <-> fp32 conve...
2022-12-01 Georgi Gerganovlivestream : handle ffmpeg errors gracefully and stabil...
2022-12-01 Georgi Gerganovlivestream : minor changes
2022-12-01 semiformal-netlivestream : fix losing words across audio chunk (...
2022-12-01 Tienshiao MaFix Darwin flags - was incorrectly always using the...
2022-11-27 Georgi Gerganovwhisper : add mechanism for aborting the whisper_full...
2022-11-27 Georgi GerganovUpdate README.md
2022-11-27 Georgi Gerganovwhisper.objc : fix context + broken readme links
2022-11-26 Georgi Gerganovwhisper.objc : add real-time processing (#97)
2022-11-26 Georgi Gerganovwhisper.objc : fix build warnings
2022-11-26 Georgi Gerganovminor : remove "examples/" prefix from the README
2022-11-26 Georgi Gerganovyt-wsp.sh : script to easily transcribe VODs
2022-11-26 Georgi GerganovUpdate README.md
2022-11-26 Georgi Gerganovcommand.wasm : add voice assistant example for the...
2022-11-26 Georgi Gerganovminor : add comment for using "generate_karaoke.sh"
2022-11-26 Georgi Gerganovlivestream.sh : simple tool to transcribe audio livestr...
2022-11-25 Georgi Gerganovstream.wasm : add web-based real-time transcription...
2022-11-25 Georgi Gerganovwhisper.wasm : do not block page while processing ...
2022-11-25 Georgi Gerganovmain : add stereo-channel-based diarization (#64)
2022-11-25 Georgi Gerganovcommand : add demonstration video
2022-11-25 Georgi Gerganovcommand : fix build + fix README + add bold printing
2022-11-25 Georgi Gerganovexamples : add "command" tool (#171)
2022-11-25 Georgi Gerganovrefactoring : more readable code
2022-11-25 vicalloycorrect model name display on running samples
2022-11-24 Georgi Gerganovwasm : refactor wasm example + reuse fetch mechanism
2022-11-24 Georgi Gerganovtalk.wasm : update video link + some minor fixes
2022-11-24 Georgi GerganovUpdate README.md
2022-11-24 Georgi GerganovUpdate README.md
2022-11-24 Georgi Gerganovtalk.wasm : move to https://whisper.ggerganov.com/talk
2022-11-24 Georgi Gerganovmodels : add instructions for using HF fine-tuned models
2022-11-24 Georgi Gerganovwhisper : improve printfs
2022-11-24 Georgi Gerganovmain : fix dangling pointer when using stdin for input...
2022-11-24 Georgi Gerganovmain, stream : remove --verbose flag (#178)
2022-11-23 Georgi Gerganovtalk.wasm : add audio pre-processing + bump memory
2022-11-23 Georgi Gerganovtalk.wasm : refactoring + update README.md
2022-11-23 Georgi Gerganovmodels : add usage comments to the HF convert script...
2022-11-23 Georgi Gerganovmodels : fix HF fine-tuned model conversion script...
2022-11-23 Georgi Gerganovggml : fix the fix
2022-11-23 Georgi Gerganovggml : fix cross-compile Linux -> Window with mingw...
2022-11-23 Georgi GerganovRevert "update README.md"
2022-11-23 katsu560update README.md
2022-11-23 katsu560ggml: change inline ggml_fp16_to_fp32, ggml_fp16_t...
2022-11-23 katsu560add gprof option
2022-11-23 katsu560fix AVX,AVX2,FMA,F16C detection on Linux and add flags...
2022-11-23 katsu560add AVX support
2022-11-23 Tamotsu TakahashiBuild with OpenBLAS and SDL2 on windows
2022-11-23 Georgi Gerganovmodels : minor changes to the HF convert script (#157)
2022-11-23 Georgi Gerganovmodels : add "convert-h5-to-ggml.py" script (#157)
2022-11-23 Georgi Gerganovminor : updates few prints + fix buttons in whisper...
2022-11-23 Georgi GerganovUpdate README.md
2022-11-23 Georgi GerganovUpdate README.md
2022-11-23 Tamotsu TakahashiFind libopenblas.dll.a on windows
2022-11-23 Georgi Gerganovunicode : fix character replacement (thanks to @tamo)
2022-11-22 Georgi Gerganovclose #109 : add fetching of the model over HTTP (whisp...
2022-11-22 Georgi Gerganovtalk.wasm : final touches
2022-11-22 Georgi Gerganovtalk.wasm : polishing + adding many AI personalities
next