]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2022-10-17 Georgi GerganovFix memory sizes
2022-10-17 Georgi GerganovUse Accelerate framework on Apple silicon
2022-10-17 Georgi GerganovAdding helper script for converting the PT models
2022-10-17 Georgi Gerganovclose #56 : build on FreeBSD
2022-10-17 Georgi GerganovMerge pull request #58 from r0y6a3n0/master
2022-10-17 RyanChangfix missing token issue
2022-10-15 Georgi Gerganovref #48 : clear results at the start of whisper_full
2022-10-15 Georgi GerganovUpdate README.md (ref #50)
2022-10-12 Georgi GerganovUpdate README.md
2022-10-12 0/0check if spectogram length is <100 before doing anythin...
2022-10-12 Topping1Update README.md (#43)
2022-10-12 Georgi GerganovMerge pull request #42 from iboB/msvc-build
2022-10-11 Borislav StanimirovBuilding with MSVC
2022-10-11 Borislav StanimirovVisual Studio ignored dirs
2022-10-10 Georgi GerganovUpdate README.md
2022-10-10 Georgi GerganovUpdate README.md
2022-10-10 Georgi Gerganovstream : improve real-time transcription
2022-10-10 Georgi GerganovMinor
2022-10-10 Georgi GerganovUpdate README.md
2022-10-10 Georgi GerganovMerge pull request #36 from Topping1/master
2022-10-10 Georgi Gerganovref #35 : add <stdbool.h> to whisper.h
2022-10-10 Georgi GerganovMerge pull request #34 from tazz4843/master
2022-10-10 Topping1Update main.cpp
2022-10-10 0/0add static library make target
2022-10-09 Georgi GerganovMerge pull request #31 from lkwq007/master
2022-10-09 lnyanAdd MinGW support
2022-10-08 Georgi GerganovMinor
2022-10-08 Georgi Gerganovref #9 : add API documentation in whisper.h
2022-10-08 Georgi GerganovFix Makefile for MacBook Intel
2022-10-08 Georgi Gerganovref #17 : print whisper logs to stderr
2022-10-08 Georgi Gerganovref #17 : add options to output result to file
2022-10-08 Georgi GerganovUpdate README.md
2022-10-08 Georgi GerganovUpdate tests
2022-10-08 Georgi Gerganovci : add base model tests to GH Actions
2022-10-08 Georgi GerganovUpdate README.md
2022-10-08 Georgi GerganovCreate README.md
2022-10-08 Georgi GerganovAdding dummy models for testing purposes
2022-10-08 Georgi GerganovAdding sanitizer tests
2022-10-08 Georgi GerganovCleanup CMakeLists.txt
2022-10-08 Georgi Gerganovcmake : fixes
2022-10-08 Georgi Gerganovci : add cmake builds
2022-10-08 Georgi Gerganovwhisper : fix bug in token sampling logic
2022-10-08 Georgi GerganovAdd CMake support
2022-10-07 Georgi Gerganovref #10 : option to keep context in "stream" example
2022-10-07 Georgi Gerganovref #10 : add "step" argument for "stream" example
2022-10-07 Georgi Gerganovref #16, #22 : add "offset" argument
2022-10-07 Georgi Gerganovref #11, #18, #26 : fix CACHE_LINE_SIZE constant
2022-10-07 Georgi GerganovAdd CI using Github Actions
2022-10-05 Georgi Gerganovref #22 : add option to provide multiple input .wav...
2022-10-05 Georgi GerganovUpdate README.md
2022-10-05 Georgi GerganovMinor updates
2022-10-05 Georgi Gerganovwip : rpi4 support
2022-10-05 Georgi Gerganovwip : improve makefile
2022-10-05 Georgi GerganovMerge pull request #20 from ArtyomZemlyak/master
2022-10-05 Артём ЗемлякFix: main get n_threads from cli
2022-10-05 Артём ЗемлякFix: main get language from cli args
2022-10-04 Georgi GerganovUpdate README.md
2022-10-04 Georgi GerganovImprove result printing
2022-10-04 Georgi GerganovExtend C-style API with full inference methods
2022-10-04 Georgi GerganovInitial C-style interface for whisper.cpp
2022-10-02 Georgi Gerganovref #10 : handle Ctrl+C in "stream" app
2022-10-02 Georgi GerganovUpdate README.md
2022-10-02 Georgi Gerganovref #10 : quick-and-dirty attempt for real-time audio...
2022-10-02 Georgi GerganovFix bug in FFT
2022-10-01 Georgi GerganovFix reading of stereo WAV files
2022-09-30 Georgi GerganovUpdate README.md
2022-09-30 Georgi GerganovBug fix
2022-09-30 Georgi GerganovReduce memory usage even more + better sampling
2022-09-29 Georgi GerganovUpdate README.md
2022-09-29 Georgi GerganovUpdate README.md
2022-09-29 Georgi Gerganovref #4 : added transcription timestamps
2022-09-28 Georgi GerganovMerge pull request #3 from cdosoftei/master
2022-09-28 cdosofteiPass -pthread to linker
2022-09-28 Georgi GerganovUpdate README.md
2022-09-28 Georgi GerganovFlash + language support (ref #2)
2022-09-26 Georgi Gerganovref #1 : add -pthread to compilation flags
2022-09-26 Georgi GerganovUpdate README.md and simplify usage
2022-09-25 Georgi GerganovCreate README.md
2022-09-25 Georgi GerganovCreate LICENSE
2022-09-25 Georgi GerganovInitial release