]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
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()
2022-10-29 Georgi Gerganovparallel : print time of audio boundaries + fix timings
2022-10-29 Georgi Gerganovggml : fix barrier
2022-10-29 Georgi Gerganovmain : merge parallel example in main
2022-10-29 Georgi Gerganovparallel : working
2022-10-29 Georgi Gerganovggml : fix thread-safety of ggml_init and ggml_free
2022-10-29 Georgi Gerganovmain : fix sampling time + add max_context parameter
2022-10-29 Georgi Gerganovparallel : adding tool for parallel transformer inference
2022-10-29 Borislav StanimirovDefine WHISPER_BUILD so as to export symbols on Windows
2022-10-28 Georgi GerganovUpdate README.md
2022-10-28 Georgi GerganovUpdate README.md
2022-10-28 Georgi GerganovCreate README.md
2022-10-28 Georgi Gerganovwhisper.nvim : add helper script for the Neovim integration
2022-10-27 Georgi Gerganovstream : few updates to make it compatible for Vim...
2022-10-27 Georgi GerganovAdd OpenBLAS support
2022-10-27 Georgi GerganovPrint system info at start of program
2022-10-27 Mikhail GrigorevFixed compile definitions and link libraries for MSVC
2022-10-26 Georgi GerganovAdd helper script to benchmark all models
2022-10-26 Georgi GerganovPrint system info in main
2022-10-26 Georgi GerganovCreate README.md
2022-10-26 andypayneChanges to work by default on macOS - use curl when...
2022-10-25 Georgi GerganovUpdate README.md
2022-10-25 Georgi GerganovUpdate README.md
2022-10-25 Georgi GerganovUpdate README.md
2022-10-25 Georgi GerganovUpdate README.md
2022-10-25 Georgi GerganovUpdate README.md
2022-10-25 Georgi GerganovUpdate README.md
2022-10-25 Georgi Gerganovggml : add system info functions
2022-10-25 Georgi Gerganovrefactoring : move main + stream in examples + other...
2022-10-24 Georgi Gerganovmain : fix SRT timestamp to use comma "," instead of...
next