]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2023-01-05 Georgi Gerganovmain : make whisper_print_segment_callback() more reada...
2023-01-05 Georgi Gerganovcmake : add CMAKE_RUNTIME_OUTPUT_DIRECTORY
2023-01-05 Georgi Gerganovggml : add void to argument-less functions
2023-01-05 Georgi Gerganovminor : close #370 + Makefile build info print change
2023-01-05 Andy Maloneycmake : update to 3.19 (#351)
2023-01-05 Andy Maloneywhisper : use ranged-based for loops for readability
2023-01-05 Georgi Gerganovggml : define MIN / MAX only if not defined (minor)
2023-01-02 Georgi Gerganovmake : print build information
2023-01-02 Georgi Gerganovstream : fix data race on bool + avoid division-by...
2023-01-02 Georgi Gerganovmodels : fix HF model URL (close #356)
2022-12-31 Andy Maloneycommand : refactor to split command list & general...
2022-12-31 Thomas Fitzsimmonsggml : improve f16 acceleration for POWER9 ppc64le
2022-12-31 Georgi Gerganovwhisper : add whisper_n_audio_ctx and check for invalid...
2022-12-31 Ikko Ashiminemodels : fix typo in convert-h5-to-ggml.py
2022-12-31 Avik Senguptacmake : add runtime destination install (#345)
2022-12-30 Georgi Gerganovwhisper : avoid some memory allocations
2022-12-29 Niels Mayermain : add -ocsv, aka --output-csv to output a CSV...
2022-12-29 Georgi Gerganovmake : add i686 arch (close #329)
2022-12-28 Georgi Gerganovggml : barrier refactor + static functions
2022-12-24 Georgi Gerganovggml : simplify the SIMD code (#324)
2022-12-23 Andy Maloneyexamples : fix memory leak on failure to load gpt2...
2022-12-23 Andy Maloneyexamples : small code cleanups (#322)
2022-12-23 Georgi Gerganovggml : use vaddvq_f32 for slightly more efficient reduce
2022-12-23 Thomas Fitzsimmonsggml : add f16 acceleration for POWER9 ppc64le
2022-12-23 Georgi Gerganovmodels : fix support for spaces in path (close #315)
2022-12-23 Andy Maloneywhisper : use emplace_back in place of push_back (...
2022-12-23 Andy Maloneywhisper : fix mem leak on failure to load model (#318)
2022-12-23 Andy Maloneyggml : make consts static (#317)
2022-12-23 Georgi GerganovUpdate README.md
2022-12-23 Digipomexamples : add whisper.swiftui demo app (#308)
2022-12-22 Georgi GerganovUpdate README.md
2022-12-22 Andy Maloneyminor : small code cleanups (#302)
2022-12-22 Georgi Gerganovminor : flag "ARM FMA" -> "ARM_FMA"
2022-12-22 Kevin BrothalerBuild a vfpv4 library for armeabi-v7a and do runtime...
2022-12-22 Kevin BrothalerCheck for both __ARM_NEON and __ARM_FEATURE_FMA so...
2022-12-22 Kevin BrothalerBump NDK version
2022-12-22 Andy Maloneywhisper : use nullptr (C++11) instead of NULL macro...
2022-12-22 Andy Maloneycmake : add headers to target (#298)
2022-12-22 Mohit Agarwalgo : run `go mod tidy` before building examples + fix...
2022-12-20 David Thorpebindings : initial import of golang bindings (#287)
2022-12-19 Georgi GerganovUpdate README.md
2022-12-19 Georgi Gerganovcmake : enable and fix -Wall -Wextra -Wpedantic C...
2022-12-19 Matheus de... minor : resolves some of warnings when compiling with...
2022-12-17 Georgi Gerganovrelease : v1.0.4
2022-12-17 katsu560Add AVX,AVX2 support for ggml_vec_scale_f32
2022-12-17 Georgi Gerganovmake : revert accidental change of optimization flags
2022-12-17 Georgi Gerganovwhisper : language auto-detect (#59)
2022-12-16 Georgi GerganovAdd Roadmap
2022-12-16 Georgi Gerganovggml : implement ggml_compute_forward_dup_f16() special...
2022-12-16 Georgi Gerganovmain : add option to print the progress (#276)
2022-12-16 Georgi Gerganovmain : add "--prompt" command line argument (#90)
2022-12-16 Georgi Gerganovcommand : better indentation
2022-12-16 Georgi Gerganovcommand : update README, show how to use guided mode
2022-12-16 Georgi Gerganovcommand : adding guided mode
2022-12-16 Georgi Gerganovwhisper : add whisper_tokenize()
2022-12-16 Georgi GerganovUpdate README.md (#46)
2022-12-16 DigipomAdd Android sample (#277)
2022-12-16 Georgi Gerganovci : add Windows build without OpenBLAS + change to...
2022-12-16 Georgi Gerganovwhisper : improve decoding strategy (#244)
2022-12-16 Georgi Gerganovstream : update README.md + comments
2022-12-16 Georgi GerganovUpdate README.md (#56)
2022-12-16 Georgi Gerganovggml : make more compatible with c99 (#262)
2022-12-15 Georgi GerganovUpdate README.md
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
next