]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
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
2022-11-22 Georgi Gerganovstream : "-kc" now enables context keeping from previou...
2022-11-22 M. Eren AkbiyikPrompt previous tokens for streaming (#163)
2022-11-21 Georgi Gerganovtalk.wasm : update README.md
2022-11-21 Georgi Gerganovtalk.wasm : GPT-2 meets Whisper in WebAssembly (#155)
2022-11-21 Georgi GerganovUpdate README.md
2022-11-20 Georgi Gerganovggml : fix Windows build
2022-11-20 Georgi Gerganovci : add Windows build
2022-11-20 Georgi Gerganovstream : add "max_tokens" cli arg
2022-11-20 Georgi Gerganovstream : add "audio_ctx" parameter
2022-11-20 Georgi Gerganovstream : add "max_tokens" parameter
2022-11-20 Georgi Gerganovstream : add "single_segment" option
2022-11-20 Georgi Gerganovstream : partial encoder experiments
2022-11-17 greeshmayfix: free ggml_context (close #149) (#150)
2022-11-16 Georgi Gerganovmodels : simplify the conversion script
2022-11-16 Dody Suria... Update download-ggml-model.sh
2022-11-15 Georgi Gerganovmodels : change default hosting to Hugging Face
2022-11-13 Georgi Gerganovwhisper : add option to speed up the audio tempo by x2
2022-11-13 Georgi Gerganovmake : add libwhisper.so target (#144)
2022-11-11 Chidi WilliamsAdd WHISPER_NO_AVX and WHISPER_NO_AVX2 to CMakeLists...
2022-11-11 Georgi Gerganovminor : remove one more redundant line
2022-11-11 Georgi Gerganovminor : fix double float32 conversion in python script
2022-11-09 Georgi Gerganovref #40 : start working on the documentation
2022-11-09 AlanAdds support for stdin wav input
2022-11-09 Georgi Gerganovjs : update whipser.js to latest
2022-11-09 Chidi WilliamsCheck for AVX and AVX2 on Darwin
2022-11-08 boolemancerFix the Windows pthread_create shim
2022-11-07 Georgi Gerganovsync : submodule whisper.spm
2022-11-07 Georgi Gerganovcmake : add submodule whisper.spm
2022-11-07 Georgi Gerganovref #22 : add "duration" option
2022-11-06 Georgi GerganovUpdate README.md
2022-11-06 Georgi Gerganovexamples : add simple script for generating Karaoke...
2022-11-05 Georgi GerganovUpdate README.md
2022-11-04 Georgi GerganovUpdate README.md
2022-11-04 Georgi Gerganovmain : fix generated bash script
2022-11-03 Georgi Gerganovggml : multi-thread the ggml_add operator
2022-11-03 Georgi Gerganovcmake : fix passing GGML_PERF compile option
2022-11-02 Georgi GerganovUpdate README.md
2022-11-02 Georgi Gerganovwhisper : token-level timestamp refactoring (#49, ...
2022-11-02 Georgi GerganovUpdate README.md
2022-11-02 Georgi Gerganovextra : compute SHA of all models files
2022-11-02 Georgi Gerganovwhisper : fix extra memory usage after recent processor...
2022-11-02 Syed JafriAllow building with Accelerate for x86_64 Macs (#123)
2022-11-02 Georgi Gerganovggml : fix the check for NEON support (#7)
2022-11-02 Syed JafriCross compilation (#121)
2022-11-01 Georgi GerganovUpdate README.md
2022-11-01 Georgi Gerganovmain : add some comments for the word-level timestamp...
2022-11-01 Georgi Gerganovmain : fix some edge cases for word-level timestamps
2022-10-31 Georgi GerganovUpdate README.md
2022-10-31 Georgi GerganovUpdate README.md
2022-10-31 Mikhail GrigorevAdded for Windows implemenated script download-ggml...
2022-10-30 Mikhail GrigorevFixed sched_yield
2022-10-30 Mikhail GrigorevImplemenated sched_yield function for Windows
2022-10-30 Georgi GerganovUpdate README.md
2022-10-30 Georgi GerganovUpdate README.md
2022-10-30 Georgi Gerganovmain : add option for word-leve timestamps (very experi...
2022-10-30 Georgi Gerganovstream : add "--capture" option to select capture devic...
2022-10-30 Georgi Gerganovclose #113 : fix struct whisper_token_data
2022-10-29 Georgi Gerganovminor : update whisper.js
2022-10-29 Georgi Gerganovwhisper.wasm : update system info print
2022-10-29 Georgi Gerganovref #5 : update CMake for Windows build
2022-10-29 Georgi Gerganovminor : fix multiple definitions of to_timestamp()
next