]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
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)
2023-05-03 RelatedTitleci : add cuBLAS build workflow and fix error causing...
2023-05-03 Vulcanreadme : partial OpenCL GPU support via CLBlast (#863)
2023-05-02 Vulcanbuild : CLBlast support as in llama.cpp (#862)
2023-05-02 Georgi Gerganovggml : fix 32-bit ARM build + quantization
2023-05-02 Georgi Gerganovggml : sync ggml (clBLAST + tensor names)
2023-05-02 Luis Herreratalk-llama : fix session prompt load (#854)
2023-05-02 CRD716whisper : add detect-language mode (#853)
2023-05-01 Luis Herreratalk-llama : add --session support (#845)
2023-05-01 Georgi Gerganovbench : improve benchmarks
2023-05-01 Georgi Gerganovwhisper : add memory sizes for Q8_0 (close #846)
2023-05-01 Baffin Leewhisper.wasm : fix typo in readme (#832)
2023-04-30 Georgi Gerganovrelease : v1.4.1
2023-04-30 Georgi Gerganovwhisper : fix quantize bug (#842)
2023-04-30 Georgi Gerganovggml : fix UB (int << 31)
2023-04-30 Georgi Gerganovrelease : v1.4.0
2023-04-30 Georgi Gerganovexamples : fix + refactor Levenshtein distance
2023-04-30 Georgi Gerganovwhisper : add integer quantization support (#540)
2023-04-30 Georgi Gerganovwhisper : add GPU support via cuBLAS (#834)
2023-04-29 Georgi Gerganovggml : fix WASM build
2023-04-29 Georgi Gerganovggml : fix 32-bit ARM NEON (#836)
2023-04-29 Georgi Gerganovggml : use vzip instead of vuzp for consistency
2023-04-29 Georgi Gerganovggml : fix WASM build
2023-04-29 Georgi Gerganovggml : sync with ggml repo (warning fixes + asserts)
2023-04-29 Thijs Raymakerswhisper : use correct seek_end when offset is used...
2023-04-29 Georgi Gerganovtests : add "threads" to run-tests.sh
2023-04-29 Georgi Gerganovextra : add sync-ggml.sh script
2023-04-29 Georgi Gerganovggml : sync latest ggml + llama.cpp updates (quantization)
2023-04-29 Zollnerwhisper.android : add some tips (#816)
2023-04-29 Georgi Gerganovbuild : add WHISPER_COREML_ALLOW_FALLBACK to make ...
2023-04-29 Canis Lupuswhisper : allow non-CoreML fallback when Core ML cannot...
2023-04-29 Georgi Gerganovwhisper : fix bug from previous commit
2023-04-29 Georgi Gerganovwhisper : avoid designated initializers
2023-04-29 AsukaMinatominor : improve C++ and Python style (#768)
2023-04-28 Georgi Gerganovreadme : add logo
2023-04-23 Laytan Laatsmain : escape quotes in csv output (#815)
next