]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
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...
2025-05-07 Aaron Teoggml : activate s390x simd for Q3_K (llama/13301)
2025-05-07 Johannes GäßlerCUDA: fix race condition in MMQ stream-k fixup (llama...
2025-05-07 Johannes GäßlerCUDA: fix race condition in MMQ ids_dst (llama/13294)
2025-05-07 Jeff Bolzvulkan: Additional type support for unary, binary,...
2025-05-07 Daniel Beveniusci : add bindings-java jar artifact to release (#3126)
2025-05-07 Georgi Gerganovcli : avoid std::exchange
2025-05-07 Georgi Gerganovsync : ggml
2025-05-07 Georgi Gerganovvulkan : fix lint (llama/0)
2025-05-07 shalinib-ibmggml : Enable MMA for BF16 in llamafile_sgemm (llama...
2025-05-07 Justin Santa... rpc : avoid uninitialized memory in serialize_tensor...
2025-05-07 Jesse Grossggml: Don't assert fail when tensor data changes (llama...
2025-05-07 Diego Devesabuild : fix build info on windows (llama/13239)
2025-05-07 Jeff Bolzvulkan: Add bfloat16 support (llama/12554)
2025-05-07 Jeff Bolzvulkan: Handle src1 batch dimension in non-contiguous...
2025-05-07 Aclyvulkan : kernels for depthwise 2D convolution (CONV_2D_...
2025-05-07 Daniel Beveniusci : zip windows artifacts for release uploading (...
2025-05-07 Daniel Beveniusci : add zip extension to xcframework artifact name...
2025-05-05 Daniel Beveniuswhisper: remove MSVC warnings pragmas (#3090)
2025-05-05 Sacha Arbonelserver: update abort mechanism to handle HTTP connectio...
2025-05-05 Daniel Tangcli : support "-" for stdout like stdin (#3050)
2025-05-02 Arpit Jaindocs : Update cli documentation (#3102)
2025-05-02 Jared Tweedcmake : removed stdc++fs (#3097)
2025-05-02 Sacha Arbonelserver : update httplib.h to version 0.20.0 (#3101)
2025-05-01 KITAITI Makotoruby : refine HTTP cache feature (#3109)
2025-05-01 Georgi Gerganovtalk-llama : sync llama.cpp
2025-05-01 Georgi Gerganovsync : ggml
2025-05-01 Johannes GäßlerCUDA: batched+noncont MMQ, refactor bs>1 MoE code ...
2025-05-01 Jeff Bolzvulkan: use uint array index to avoid glslang bug ...
2025-05-01 shalinib-ibmggml : fix ppc64le build (llama/13176)
2025-05-01 Aaron Teofeat(ggml-cpu): enable z17 compile (llama/13182)
2025-05-01 Johannes GäßlerCUDA: fix non-cont. inputs for batched mat mul (llama...
2025-05-01 Ville Vesilehtofix(rpc): Improve input validation and error handling...
2025-05-01 Akarshan BiswasSYCL: Add all missing unary kernels (llama/13074)
2025-05-01 R0CKSTARmusa: fix typo in cc control (llama/13144)
2025-05-01 Johannes GäßlerCUDA: fix q_nope_absorbed prec for DS 2 Lite f16 (llama...
2025-05-01 R0CKSTARmusa: fix build warning (llama/13129)
2025-05-01 SXXggml: move fp16/bf16 conversion optimizations to CPU...
2025-05-01 Neo Zhang Jianyuchange the reorder tensor from init to execute OP ...
2025-05-01 Radoslav Gerganovrpc : do not wait for response when sending RPC_CMD_SET...
2025-05-01 Diego Devesaggml : fix ggml_gallocr_ptr type (ggml/1205)
2025-05-01 Daniel Beveniuswhisper : add check that target name exists (#3103)
2025-05-01 Daniel Beveniusserver : add --no-gpu option to print usage output...
next