]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2025-06-10 lhezopencl: add `backend_synchronize` (llama/13939)
2025-06-10 rmatifOpenCL: Add concat, tsembd, upscale, tanh, pad and...
2025-06-10 Georgi Gerganovmetal : use F32 accumulators in FA kernels (llama/13975)
2025-06-10 shalinib-ibmcmake : Handle mixed-case 'Power' strings in POWER...
2025-06-10 Atharva Dubeysycl: quantize and reorder the input to q8_1 when reord...
2025-06-10 Johannes Gäßlergguf: fix failure on version == 0 (llama/13956)
2025-06-10 Aaron Teoggml: check if non-native endian model is being loaded...
2025-06-10 Kai PastorAdd in-build ggml::ggml ALIAS library (ggml/1260)
2025-06-10 KITAITI Makotoruby : output format (#3237)
2025-06-09 藍+85CDci : build and publish main-intel image (#3231)
2025-06-06 藍+85CDdocker : add main-intel dockerfile (#3229)
2025-06-04 KITAITI Makotoruby : Add parallel transcription support (#3222)
2025-06-03 Daniel Beveniusci : add mirror for ports.ubuntu.com (ARM packages...
2025-06-03 Joas Devbindings.java : apply whisperParams in fullTranscribeWi...
2025-06-03 R0CKSTARmusa: correct MUSA SDK rc4.0.1 download URL (#3217)
2025-06-02 Daniel Beveniusci : use mirrors.kernel.org for Ubuntu packages (#3220)
2025-06-02 Daniel Beveniusnode : add language detection support (#3190)
2025-06-01 Georgi Gerganovtalk-llama : sync llama.cpp
2025-06-01 Georgi Gerganovsync : ggml
2025-06-01 Max Krasnyanskythreading: support for GGML_SCHED_PRIO_LOW, update...
2025-06-01 Shawn yangCUDA: add a prop in ggml_cuda_device_infor for distingu...
2025-06-01 Johannes GäßlerCUDA: fix typo in FlashAttention code (llama/13926)
2025-06-01 Diego Devesasched : avoid changing cur_copy when a graph is already...
2025-06-01 Diego Devesacuda : prevent using split buffers with 3d/4d matrices...
2025-06-01 Akarshan BiswasSYCL: Add mrope kernel (llama/13755)
2025-06-01 Christian Kastnercmake: Guard GGML_CPU_ALL_VARIANTS by architecture...
2025-06-01 Yibo Caiarm64: optimize q4_k_q8_k kernel with i8mm (llama/13886)
2025-06-01 Christian Kastnercmake: Factor out CPU architecture detection (llama...
2025-06-01 Vineel Abhinavggml: aarch64: Implement SVE F32 kernels for Mamba...
2025-06-01 Vineel Abhinavggml: aarch64: Implement SVE F32 kernels for vector...
2025-06-01 Johannes GäßlerCUDA: fix FA tg at long context for CC >= 8.9 (llama...
2025-06-01 leo-ponyCANN: Add SOC TYPE printing in cmake configuration...
2025-06-01 lhezopencl: add new ops - `argsort`, `div`, `sub`, `addrows...
2025-06-01 lhezopencl: mark `mul_mat` `f32f32` as supporting non-conti...
2025-06-01 Jeff Bolzvulkan: use timestamp queries for GGML_VULKAN_PERF...
2025-06-01 Akarshan BiswasSYCL: add gelu_erf kernel (llama/13749)
2025-06-01 Xuan-Son Nguyenggml : add ggml_repeat_4d (llama/13824)
2025-06-01 Kai Pastorvulkan : Remove unexpected ; (ggml/1253)
2025-06-01 Kai Pastorcmake : Fix broken CMake error messages (ggml/1252)
2025-06-01 Radoslav Gerganovggml : remove ggml_graph_import and ggml_graph_export...
2025-06-01 KITAITI Makotoruby : add Core ML support (#3214)
2025-05-30 Daniel Beveniusvad : revisit timestamp alignment/mapping (#3173)
2025-05-29 KITAITI Makotoruby : handle build options on installation (#3206)
2025-05-29 Daniel Tangggml : Fix backtrace breaking Windows build (#3203)
2025-05-29 Georgi Gerganovsync : ggml
2025-05-29 Radoslav Gerganovggml : install dynamic backends (ggml/1240)
2025-05-29 Daniel Tangggml : Print backtrace on uncaught C++ exceptions ...
2025-05-29 Daniel Beveniuswhisper : remove whisper_load_backends function (#3196)
2025-05-28 KITAITI Makotoruby : add VAD support, migration to Ruby's newer API...
2025-05-28 Simon Boothwhisper : install shared libs when using GGML_BACKEND_D...
2025-05-28 Fujimoto Seijitests : add a new benchmark test for long-form audio...
2025-05-27 Daniel Beveniusci : update windows-blas uploads action (#3192)
2025-05-27 Georgi Gerganovsync : fix builds - musa, ruby
2025-05-27 Georgi Gerganovtalk-llama : sync llama.cpp
2025-05-27 Georgi Gerganovsync : ggml
2025-05-27 xctanggml : riscv: add xtheadvector support (llama/13720)
2025-05-27 Christian Kastnerggml-cpu: x86 feature detection is specific to x86...
2025-05-27 Diego Devesaggml : allow CUDA graphs when using pipeline parallelis...
2025-05-27 Georgi Gerganovcuda : avoid cuGetErrorString (llama/13791)
2025-05-27 Akarshan BiswasSYCL: Add non contiguous support in RMS_NORM and NORM...
2025-05-27 Romain Biessysycl: Add more debug prints (llama/13640)
2025-05-27 Jeff Bolzvulkan: mark IM2COL as supporting non-contig (llama...
2025-05-27 Bizhao ShiCANN: Add the basic supports of Flash Attention kernel...
2025-05-27 Akarshan BiswasSYCL: revert "sycl: simplify bin_bcast_kernel (ggml...
2025-05-27 Diego Devesaggml-cpu : set openmp wait time if not set (llama/13758)
2025-05-27 Xuan-Son Nguyenggml : add ggml_gelu_erf() CUDA kernel (llama/13719)
2025-05-27 Johannes GäßlerCUDA: fix race condition in FA vector kernels (llama...
2025-05-27 Chenguang LiCANN: Support MUL_MAT_ID for q8_0 and q4_0 (llama/13705)
2025-05-27 Xuan-Son Nguyenggml : fix the order of ggml_unary_op (llama/13718)
2025-05-27 Jeff Bolzvulkan: support CPY from any type to itself (llama...
2025-05-27 Jeff Bolzvulkan: Disable coopmat/coopmat2/bfloat extensions...
2025-05-27 Judduse LOG_WARN to replace `std::cerr` (llama/13657)
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...
next