]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2023-08-29 Dener Stassuncoreml : wrap inference call in @autoreleasepool to...
2023-08-28 Przemysław... make : use cpuinfo in MSYS2 to enable x86 ISA extension...
2023-08-27 Przemysław... make : add support for building on DragonFlyBSD/NetBSD...
2023-08-27 Przemysław... ggml : fix compiling when SSE3 is available but not...
2023-08-27 Przemysław... ggml : detect SSSE3 (#1211)
2023-08-27 AustinMrozexamples : vim plugin and LSP server (#1144)
2023-08-27 ardforkwhisper : initial hipBLAS support (#1209)
2023-08-27 Georgi Gerganovwhisper : allow whisper_full from mel spectrogram ...
2023-08-27 bobqianicwhisper : significantly improve the inference quality...
2023-08-27 junkfoodwhisper.android : migrate from ndk-build to CMake ...
2023-08-27 Yunèsmain : log probs to text file (#1205)
2023-08-27 Fangjun Kuangwhisper : minor fixes (#1154)
2023-08-25 Marcin Mielniczukbuild : fix OpenBLAS detection under Arch Linux (#1173)
2023-08-25 Eric Swansonmake : fix Linux machines supporting AVX1 not AVX2...
2023-08-25 Alexandr Graschenkovwhisper : add precalculated values of sin/cos for speed...
2023-08-25 alonfarajmake : simplify Makefile (#1147)
2023-08-25 Marcin Mielniczukcmake : fix PowerPC build failures introduced in #1174...
2023-08-19 Marcin MielniczukFix AVX etc. under GCC/CMake (#1174)
2023-08-06 Jhen-Jie Hongquantize : fix load vocab crash when len is 128 (#1160)
2023-08-03 Duncan McConnellexamples : add tinydiarization support for streaming...
2023-07-26 bobqianiccmake : fix MSVC compile error C3688 (#1136)
2023-07-26 Georgi GerganovRevert "cmake : fix MSVC compile error C3688 on non...
2023-07-25 Yang Shenwhisper : fix visibility warning of struct whisper_full...
2023-07-25 bobqianiccmake : enable OpenBLAS on Windows (#1128)
2023-07-25 Christianmake : fix CLBlast build on MacOS (#1120)
2023-07-25 alonfarajmake : check nvcc version and set flag (#1115)
2023-07-25 xdrudisgo : implement SetSplitOnWord (#1114)
2023-07-25 Josemake : tests can be called as "make tests base.en"...
2023-07-25 Gang Chencmake : fix MSVC compile error C3688 on non-unicode...
2023-07-25 Ryan Metcalfereadme : add OpenVINO support details (#1112)
2023-07-25 Gang Chenopencl : sync opencl compilation fix in ggml (#1111)
2023-07-25 Vadim Peretokinsamples : add a larger (30min) sample (#1092)
2023-07-25 Evan Martinwhisper : expose API to let user control log output...
2023-07-25 Hrishikesh... whisper : move progress calculation out of whisper...
2023-07-25 AustinMrozexamples : add Vim plugin (#1131)
2023-07-16 alonfarajci : more platforms coverage (#1101)
2023-07-04 Georgi Gerganovwhisper : minor OpenVINO refactoring (#1037)
2023-07-04 Travis Clinego : call SetDuration appropriately (#1077)
2023-07-04 Murilo Santanago : fix context.Process call in examples (#1067)
2023-07-04 Ryan Metcalfewhisper : add OpenVINO support (#1037)
2023-07-04 Martin Warnaarreadme : better wording (#1064)
2023-07-04 Georgi Gerganovreadme : add tinydiarize instructions (#1058)
2023-07-04 Akash Mahajanwhisper : support speaker segmentation (local diarizati...
2023-07-03 Georgi Gerganovtalk-llama : fix new rope interface
2023-07-02 Georgi GerganovRevert "ggml : do not use _GNU_SOURCE gratuitously...
2023-07-02 Georgi Gerganovggml : sync latest repo (mostly refactoring changes)
2023-06-28 Przemysław... talk-llama : fix build on macOS (#1062)
2023-06-28 thefinaldegreeextra : update 'quantize-all.sh' to quantize all downlo...
2023-06-25 Georgi Gerganovwhisper : `split_on_word` no longer trims (#1046)
2023-06-25 Przemysław... ggml : do not use _GNU_SOURCE gratuitously (#1027)
2023-06-25 Przemysław... talk-llama : fix build after ggml sync (#1049)
2023-06-25 Georgi Gerganovmetal : sync ggml-metal (ref #1047)
2023-06-25 Georgi Gerganovopencl : sync latest ggml-opencl
2023-06-25 Philippe Normandwhisper : fix build with -Werror=undef (#1045)
2023-06-25 Simon Moisselinmodels : add ggml_to_pt script (#1042)
2023-06-25 Roddur Dasguptamodels : cd statements are quoted to allow spaces in...
2023-06-25 Georgi Gerganovmodels : handle paths with spaces in download script...
2023-06-25 Colinmain : add diarization support for all current output...
2023-06-25 GiviMADreadme : add java alternative binding (#1029)
2023-06-25 Jay Binksgo : add support for whisper_full_lang_id() (#1010)
2023-06-25 Georgi Gerganovgo : fix "cb" -> "callNewSegment"
2023-06-25 Georgi Gerganovggml : sync latest ggml lib
2023-06-25 Bo-Yi Wugo : improve progress reporting and callback handling...
2023-06-25 byte-6174make : update cuBLAS build both x86 and aarch64 (#1015)
2023-06-25 KP Kaisermake : fix for CUDA native not working as an option...
2023-06-25 fakermain : exit gracefully when invalid params are passed
2023-06-25 fakermain : gracefully exit when invalid params are passed...
2023-06-25 Akash Mahajanpy : make convert-pt-to-ggml.py backwards compatible...
2023-06-25 Larry Battlereadme : corrected syntax for markdown link (#995)
2023-06-06 Nicholas Albionupdated java README
2023-06-01 Nicholas Albion`speak` scripts for Windows
2023-06-01 Nicholas Albionupdated README for java
2023-05-31 geniusnutwhisper.android : support decode wav file has 2 channel...
2023-05-28 Nicholas AlbionFeature/java bindings2 (#944)
2023-05-27 genevera (she... models : fix README.md (#964)
2023-05-24 DGdev91examples : update elevenlabs scripts to use official...
2023-05-24 0xsourcecodereadme : highlight OpenBLAS support (#956)
2023-05-23 Georgi Gerganovtalk-llama : sync latest llama.cpp (close #922, close...
2023-05-20 Alexey Kharlamovcmake : build with any BLAS compatible library (#927)
2023-05-20 Georgi Gerganovggml : update WASM SIMD
2023-05-20 Georgi Gerganovggml : sync latest ggml repo
2023-05-20 Nicholas Albionbindings : add java bindings (#931)
2023-05-20 Elkana Bardugowhisper : fix hebrew language code (#935)
2023-05-15 Ahmad Bilalcoreml : add support of large-v1 model (#926)
2023-05-14 Georgi Gerganovrelease : v1.4.2
2023-05-14 Georgi Gerganovggml : add AVX dot products
2023-05-14 Georgi Gerganovtalk-llama : fix build + sync latest llama.cpp
2023-05-14 Jhen-Jie Hongreadme : improve Core ML model conversion guidance...
2023-05-14 Georgi Gerganovcoreml : support quantized model files
2023-05-14 Georgi Gerganovggml : sync latest ggml
2023-05-14 Rich Jonesmain : fix help for --no-timestamps arg (#908)
2023-05-14 Georgi Gerganovextra : update ggml sync script
2023-05-14 Jhen-Jie Hongwhisper.objc : enable Core ML in example & fix segmenta...
2023-05-14 Georgi Gerganovcoreml : fix seg fault, double free (#919, #917, #899)
2023-05-09 Georgi Gerganovcoreml : fix memory leak (#899)
2023-05-08 Jonathan Soocmake : fix define used for COREML_ALLOW_FALLBACK ...
2023-05-08 Luis Herreratalk-llama : only copy used KV cache in get / set state...
2023-05-08 Clifford Heathreadme : add instructions on converting to GGML + ...
2023-05-08 ZaBlazzingZephyruscmake : fix options disabling AVX and AVX2 flags (...
2023-05-04 Georgi Gerganovcmake : add options to disable CPU flags (#860)
next