]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2023-11-07 Jhen-Jie Hongexamples : fix n_gpu_layers usage in talk-llama (#1441)
2023-11-06 Jhen-Jie Hongwhisper : add context param to disable gpu (#1293)
2023-11-05 Georgi Gerganovwhisper : add support for new distilled Whisper models...
2023-11-05 Georgi Gerganovcuda : fix HIPBLAS build
2023-11-03 Georgi Gerganovsync : ggml (backend v2, k-quants, CUDA opts, Metal...
2023-11-03 bobqianicmodels : use absolute paths for the converted model...
2023-11-02 Asad Memontalk-llama : move up-to-date demo to top (#1417)
2023-11-02 Georgi Gerganovtalk-llama : add an up-to-date demo video
2023-10-31 Aarni Koskelaexamples : Implement JSON output for Token-Level data...
2023-10-30 WhiteOlivierusmodels : Faster download for models on windows using...
2023-10-29 ai-at-homeREADME : Update README in stream to clarify where to...
2023-10-15 Johanbinding : Expose the audio_ctx param through the Go...
2023-10-13 jorismertzREADME : fix typo (#1362)
2023-10-11 joecryptotoodocker : Add dockerfile for cublas (#1286)
2023-10-08 mkiolwhisper : abort callback improvements (#1345)
2023-10-07 Marcin Mielniczukcmake : Abort the build if a requested feature could...
2023-10-07 Marcin Mielniczukcmake : Prefer pkg-config while looking for BLAS (...
2023-10-04 Xiang (Kevin) Limodels : add conversion scripts from HuggingFace models...
2023-10-04 mkiolwhisper : add abort callback (#1335)
2023-10-03 bobqianicexamples : move wav_writer from stream.cpp to common...
2023-10-03 Didzis Goskowhisper : add missing speaker turn API function for...
2023-09-30 brunofaustinoexamples: Update the README for Talk - fixing the gpt2...
2023-09-25 Neil Chudleighextra: Add benchmark script implemented in Python ...
2023-09-22 litongExamples: Add save audio to file option in stream.cpp...
2023-09-21 JJreadme: Fix spelling error (#1290)
2023-09-18 Artyom Mezinexamples: Update README.md of main.cpp (#1306)
2023-09-18 Jhen-Jie Hongbinding : fix ruby build by adding missing ggml-alloc...
2023-09-18 Evgeny Kuznetsovbench: fix missing include <cstring> (#1303)
2023-09-15 Georgi Gerganovwhisper : increase tokenizer buffer (close #1259)
2023-09-15 Georgi Gerganovtalk-llama : update to latest llama.cpp
2023-09-15 Georgi Gerganovsync : ggml (const correctness)
2023-09-15 Georgi Gerganovmetal : restore matrix x vector f16_f32 kerenls for now
2023-09-15 Georgi Gerganovmetal : add F32 support + update bench output
2023-09-15 Georgi Gerganovwhisper : Metal and ggml-alloc support (#1270)
2023-09-12 Georgi Gerganovwhisper : fix bench regression + fix performance when...
2023-09-10 bobqianicwhisper : faster beam_search sampling via reduced KV...
2023-09-09 Nicholas Albionjava : fixed signing of java artifact using gradle...
2023-09-08 Georgi Gerganovci : try to fix gradle action (#1265)
2023-09-08 Georgi Gerganovgitignore : update
2023-09-08 Georgi Gerganovsync : ggml (HBM + Metal + style) (#1264)
2023-09-08 Georgi Gerganovci : upgrade gradle to 2.4.2 (#1263)
2023-09-08 Georgi Gerganovsync : ggml (CUDA faster rope)
2023-09-08 Georgi Gerganovcmake : noramlize case (#1129)
2023-09-07 Przemysław... build : do not use _GNU_SOURCE gratuitously (#1129)
2023-09-07 Georgi Gerganovexamples : fix build + compile warnings (close #1256)
2023-09-07 Neil Chudleighmodels : add quantum models to download-ggml-model...
2023-09-07 Digipomwhisper.android : bump gradle plugin and dependencies...
2023-09-07 Nicholas Albionsign jar for Maven Central repo
2023-09-06 Digipomwhisper.android : address ARM's big.LITTLE arch by...
2023-09-06 Didzis Goskomake : fix detection of AVX2 on macOS (#1250)
2023-09-06 Przemysław... ggml : posixify pagesize (#1251)
2023-09-06 Nicholas Albionconfigured publishing.repositories
2023-09-05 Georgi Gerganovggml : sync latest llama.cpp (view_src + alloc improvem...
2023-09-05 Przemysław... make : improve cpuinfo handling on x86 hosts (#1238)
2023-09-05 Georgi Gerganovggml : sync (ggml-alloc, GPU, eps, etc.) (#1220)
2023-09-05 布客飞龙readme : update CMake build commands (#1231)
2023-08-31 Nicholas AlbionOSSRH_USERNAME -> JIRA_USER
2023-08-31 Nicholas Albionbuild-root-directory: bindings/java
2023-08-30 Georgi Gerganovci : enable java package publishing (#1228)
2023-08-30 ChangSeok Ohggml : fix compilation errors incurred by -Werror ...
2023-08-30 Jhen-Jie Hongwhisper.android : fix cmake multiple libraries build...
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)
next