]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2025-05-27 Nicolò Scipionesycl : Remove waits from function calls (llama/13702)
2025-05-27 Ewan CrawfordSYCL: Avoid using with SYCL-Graph for unsupported nodes...
2025-05-27 Henry Linjamäkiopencl: Add support for multiple devices (llama/12622)
2025-05-27 Henry Linjamäkiopencl: fix couple crashes (llama/12795)
2025-05-27 Xuan-Son Nguyenggml : add ggml_gelu_erf() (llama/13667)
2025-05-27 R0CKSTARmusa: Upgrade MUSA SDK version to rc4.0.1 and use mudnn...
2025-05-27 Evevulkan: fix warnings (llama/13626)
2025-05-27 Johannes GäßlerCUDA: skip fully masked-out KV in FA vec kernel (llama...
2025-05-27 Svetlozar Georgievsycl: disable reorder for sycl mulmat (llama/13536)
2025-05-27 Georgi Gerganovmetal : fix typo in FA kernel comments (llama/13651)
2025-05-27 Nicolò Scipionesycl : Overcoming workaround for mmap() allocation...
2025-05-27 0cc4mVulkan: Add f32 accumulator support to quantized mul...
2025-05-27 Georgi Gerganovsync : ggml
2025-05-27 Daniel Beveniusdocs : convert README_sycl.md to utf8 format [no ci...
2025-05-27 Daniel Beveniusnode : enable no_prints to suppress all output (#3189)
2025-05-26 matteng1talk-llama : fix for swedish umlauts + expose model...
2025-05-23 KITAITI Makotodocs : fix VAD section heading levels (#3186)
2025-05-23 Daniel Beveniusci : use dynamic libopenblas.dll for window-blas (...
2025-05-22 Sacha Arbonelserver : Add k6 Load Testing Script (#3175)
2025-05-22 Daniel Beveniusdocs : add VAD model download instructions [no ci]...
2025-05-22 Alpaimdocs : replace typo "]"with ")" in README (#3179)
2025-05-21 Daniel Beveniuswhisper : remove redundant assignments (#3178)
2025-05-20 Jugal Haresh... whisper : update CMakeLists.txt to handle deprecated...
2025-05-19 Daniel Beveniusruby : add GGML_SYCL_DNN option to ruby bindings (...
2025-05-19 Georgi Gerganovtalk-llama : sync llama.cpp
2025-05-19 Georgi Gerganovsync : ggml
2025-05-19 Chenguang LiCANN: Support MOE Model MUL_MAT_ID (llama/13042)
2025-05-19 Gilad S.cmake: use the current build config for vulkan-shaders...
2025-05-19 Jeff Bolzvulkan: move common FA code to flash_attn_base.comp...
2025-05-19 Jeff Bolzvulkan: use scalar FA rather than coopmat2 when N=...
2025-05-19 Georgi Gerganovmetal : add FA-vec kernel for head size 64 (llama/13583)
2025-05-19 Łukasz Ślusarczyksycl : fixed compilation warnings (llama/13582)
2025-05-19 Diego Devesagguf : use ggml log system (llama/13571)
2025-05-19 Atharva Dubeysycl: simplify bin_bcast_kernel (llama/13383)
2025-05-19 Svetlozar Georgievsycl: reordered Q4_K MMVQ (llama/13109)
2025-05-19 Łukasz Ślusarczyksycl: use oneDNN for matrices multiplication (llama...
2025-05-19 Yibo Caiarm64: optimize q6_k_q8_k kernel with i8mm (llama/13519)
2025-05-19 Johannes GäßlerCUDA: fix crash on large batch size for quant. MoE...
2025-05-19 Johannes GäßlerCUDA: faster Deepseek FA, add Turing support (llama...
2025-05-19 bandoticmake: simplify vulkan shader test logic (llama/13263)
2025-05-19 Jeff Bolzvulkan: KHR_coopmat flash attention (llama/13506)
2025-05-19 Jeff Bolzvulkan: workaround FA compile failures on macos (llama...
2025-05-19 Georgi Gerganovmetal : use FA-vec kernel up to batch size 20 (llama...
2025-05-19 Georgi Gerganovmetal : optimize multi-sequence FA vec kernel (llama...
2025-05-19 Dan Johanssonggml-cpu: Update KleidiAI to v1.6 and fix include direc...
2025-05-19 Johannes Gäßlermnist: fix segmentation fault (ggml/1227)
2025-05-19 Diego Devesaggml : fix apple OS check in ggml_print_backtrace ...
2025-05-19 Daniel Tangggml : Fix missing backtrace on Linux (ggml/1228)
2025-05-19 Daniel Beveniusexamples : add vad-speech-segments to win warns [no...
2025-05-16 Daniel Beveniusvad : return early if no vad segments are detected...
2025-05-16 Daniel Beveniusvad : store VAD context in whisper_state (#3156)
2025-05-15 Daniel Beveniuswhisper : add build_*/ to .gitignore [no ci] (#3157)
2025-05-14 Daniel Beveniusexamples : add --print-confidence option to cli (#3150)
2025-05-14 Daniel Beveniusvad : add download-vad-model scripts (#3149)
2025-05-14 Daniel Beveniusserver : add --flash-attn usage output (#3152)
2025-05-13 Georgi Gerganovtalk-llama : sync llama.cpp
2025-05-13 Georgi Gerganovwhisper : update to ggml-backend changes (#0)
2025-05-13 Georgi Gerganovsync : ggml
2025-05-13 Xuan-Son Nguyenggml : add mrope kernel for metal (llama/13457)
2025-05-13 Georgi Gerganovmetal : optimize MoE for large batches (llama/13388)
2025-05-13 lhezopencl: remove unnecessary assert for `add` (llama...
2025-05-13 Johannes Gäßlerllama/ggml: add LLM training support (llama/10544)
2025-05-13 Dan Johanssonggml-cpu: Integrate fp32=bf16xbf16 SME KleidiAI kernel...
2025-05-13 Johannes GäßlerCUDA: fix misaligned synchronization in FA (llama/13469)
2025-05-13 Atharva Dubeyenable dpcpp nightly builds with libraries (llama/13406)
2025-05-13 Johannes GäßlerCUDA: fix crash with partial offloading of MoE (llama...
2025-05-13 David HuangAdd `--no-op-offload` to improve `-ot` pp perf in MoE...
2025-05-13 Johannes GäßlerCUDA: fix race conditions FlashAttention kernels (llama...
2025-05-13 Johannes GäßlerCUDA: fix FlashAttention on Turing (llama/13415)
2025-05-13 Jeff Bolzvulkan: scalar flash attention implementation (llama...
2025-05-13 Alberto Cabrera... sycl : implementation of reordered Q4_0 MMVQ for Intel...
2025-05-13 Johannes GäßlerCUDA: FA support for Deepseek (Ampere or newer) (llama...
2025-05-13 Johannes GäßlerCUDA: fix crash on large batch size for MoE models...
2025-05-13 Radoslav Gerganovrpc : add rpc_msg_set_tensor_hash_req (llama/13353)
2025-05-13 Jeff Bolzvulkan: Allow up to 4096 elements for mul_mat_id row_id...
2025-05-13 Alberto Cabrera... sycl: addressing non-contiguous src1 mul_mats (nc and...
2025-05-13 Daniel Beveniusexamples : add VAD speech segments example (#3147)
2025-05-13 Daniel Beveniusvad : remove shortform for --vad option in cli.cpp...
2025-05-13 Tomer Schlesingerdocs : update README.md for whisper.objc app (#2569)
2025-05-12 Daniel Beveniusvad : add initial Voice Activity Detection (VAD) suppor...
2025-05-12 Daniel Beveniuswhisper : remove dummy commit comment [no ci] (#3143)
2025-05-12 Daniel Beveniusdocs : fix -owts flag typo karaoke section [no ci]...
2025-05-12 Daniel Beveniuscli : print color scheme info for --print-colors (...
2025-05-12 Simon Boothdocs : update Readme to recommend same Openvino as...
2025-05-12 Daniel Beveniusexamples : update link to Paul Tol's color scheme ...
2025-05-12 KITAITI Makotoruby : test extra build options only when env var speci...
2025-05-10 Daniel Beveniusruby : omit test_build_options locally (#3132)
2025-05-10 Enes Grahovacexamples : add HEAPU8 to all of the exported runtime...
2025-05-09 Daniel Beveniuswasm : add note about worker.js file generation [no...
2025-05-09 Daniel Beveniuswhisper : deprecate WHISPER_CCACHE CMake option (#3131)
2025-05-08 Daniel Beveniusstream.wasm : add HEAPU8 to exported runtime methods...
2025-05-07 Georgi Gerganovsync : ggml upstream/1.7.5+170
2025-05-07 R0CKSTARcuda : remove nrows_x in mul_mat_q_process_tile (llama...
2025-05-07 Johannes GäßlerCUDA: mix virt/real CUDA archs for GGML_NATIVE=OFF...
2025-05-07 Akarshan BiswasSYCL: Disable reorder optimize by default and stop...
2025-05-07 Johannes GäßlerCUDA: fix bad asserts for partial offload (llama/13337)
2025-05-07 Johannes GäßlerCUDA: fix --split-mode row for MMQ (llama/13323)
2025-05-07 Johannes GäßlerCUDA: fix logic for clearing padding with -ngl 0 (llama...
2025-05-07 Akarshan BiswasSYCL: Disable mul_mat kernels for noncontiguous tensor...
2025-05-07 Diego Devesarpc : use backend registry, support dl backends (llama...
next