]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2025-02-28 KITAITI Makotoruby : follow audio library change (#2851)
2025-02-27 Diego Devesawhisper : support GGML_BACKEND_DL (#2843)
2025-02-27 Georgi Gerganovcommon : separate whisper sources (#2846)
2025-02-27 Georgi Gerganovcommon : fix build min/max (#2845)
2025-02-27 Dmitry Atamanovexamples : use miniaudio for direct decoding flac,...
2025-02-27 petterreinholdtsenstream : stop on ^C when no audio is received (#2822)
2025-02-27 Georgi Gerganovsync : ggml
2025-02-27 cmdr2Support pure float16 add/sub/mul/div operations in...
2025-02-27 Gian-Carlo... metal : copy kernels for quant to F32/F16 conversions...
2025-02-27 lhezopencl: fix for small models (llama/11950)
2025-02-27 Neo Zhang JianyuOptimize mul_mat for Q4_0 on Intel GPU (llama/12035)
2025-02-27 Akarshan BiswasSYCL: Fix GGML_SYCL_DEBUG macro (llama/11995)
2025-02-27 Aaron Teoggml-cpu: Support s390x SIMD Instruction Set (llama...
2025-02-27 Johannes GäßlerCUDA: app option to compile without FlashAttention...
2025-02-27 Johannes GäßlerCUDA: optimize FA for GQA + large batches (llama/12014)
2025-02-27 Gian-Carlo... cuda: Add Q5_1, Q5_0, Q4_1 and Q4_0 to F32 conversion...
2025-02-27 PureJourneyCUDA: correct the lowest Maxwell supported by CUDA...
2025-02-27 BodhiMUSA: support ARM64 and enable dp4a .etc (llama/11843)
2025-02-27 Charles Xuggml-cpu: Add CPU backend support for KleidiAI library...
2025-02-27 Prashant Vithuleggml: aarch64: implement SVE kernels for q3_K_q8_K...
2025-02-27 Johannes GäßlerCUDA: use async data loading for FlashAttention (llama...
2025-02-27 Rémy Ovulkan: implement several ops relevant for ggml_opt...
2025-02-27 Jeff Bolzvulkan: support multi/vision rope, and noncontiguous...
2025-02-27 Hale Chanmetal : fix the crash caused by the lack of residency...
2025-02-27 Adrian Kretzmetal : optimize dequant q6_K kernel (llama/11892)
2025-02-27 Georgi Gerganovrepo : update links to new url (llama/11886)
2025-02-27 Rémy Ovulkan: initial support for IQ1_S and IQ1_M quantizatio...
2025-02-27 lhezopencl: Fix rope and softmax (llama/11833)
2025-02-27 Diego Devesacuda : add ampere to the list of default architectures...
2025-02-27 Jinyang Heggml: optimize some vec dot functions for LoongArch...
2025-02-27 Evevulkan: linux builds + small subgroup size fixes (llama...
2025-02-27 Jeffrey Morganllamafile: use member variable instead of constant...
2025-02-27 R0CKSTARmusa: bump MUSA SDK version to rc3.1.1 (llama/11822)
2025-02-27 Diego Devesaggml-cpu : add chunking support to mul_mat_id (llama...
2025-02-27 Xuan-Son Nguyenggml : x2 speed for WASM by optimizing SIMD (llama...
2025-02-27 uvosHIP: Remove GCN from list of devices that avoid MMQ...
2025-02-27 uvosHIP: Switch to std::vector in rocblas version check...
2025-02-27 bandoticleanup: fix compile warnings associated with gnu_print...
2025-02-27 Richardggml : fix multi-threaded clamp_f32 (llama/11824)
2025-02-27 Weizhao Ouyangggml-cpu: Fix duplicate MATMUL_INT8 (llama/11817)
2025-02-27 Johannes GäßlerCUDA: fix CUDART_VERSION checks (llama/11821)
2025-02-27 Sheldon RobinsonFix #11802: Compile bug - RegQueryValueExA changed...
2025-02-27 Johannes GäßlerCUDA: use arch list for compatibility check (llama...
2025-02-27 Maxim Evtushfix: typos in documentation files (llama/11791)
2025-02-27 Danny Milosavljevicvulkan: Make Vulkan optional at runtime (ggml/11493...
2025-02-27 Wagner Brunavulkan: add environment variable GGML_VK_PREFER_HOST_ME...
2025-02-27 Jeff Bolzvulkan: account for lookup tables when checking shared...
2025-02-27 Karol Kontnyggml: Fix data race in ggml threadpool (llama/11736)
2025-02-27 Johannes GäßlerCUDA: fix min. version for movmatrix (llama/11751)
2025-02-27 Jeff Bolzvulkan: print shared memory size (llama/11719)
2025-02-27 Akarshan BiswasSYCL: remove XMX info from print devices (llama/11712)
2025-02-27 Jinyang Heggml : optimize and build warning fix for LoongArch...
2025-02-27 Akarshan BiswasSYCL: Adjust support condition for norm operators ...
2025-02-27 junchao-zhaoggml : fix LoongArch compile error with 128-bit SIMD...
2025-02-27 Jeff Bolzvulkan: optimize coopmat2 iq2/iq3 callbacks (llama...
2025-02-27 Rémy Ovulkan: initial support for IQ4_XS quantization (llama...
2025-02-27 Jeff Bolzvulkan: use smaller combined allocations to avoid fragm...
2025-02-27 Charles Duffymetal : avoid breaking build when metal API predates...
2025-02-27 Georgi Gerganovmetal : adjust support conditions for norm operators...
2025-02-27 Johannes GäßlerCUDA: support for mat. mul. with ne03 != ne13 (llama...
2025-02-27 Johannes GäßlerCUDA: non-contiguous (RMS) norm support (llama/11659)
2025-02-27 fxzjshmHIP: force max threads per block to be 1024 (llama...
2025-02-27 Jhen-Jie Hongmetal : use residency set for other platforms (llama...
2025-02-27 Patrick Pengrpc: fix known RCE in rpc-server (ggml/1103)
2025-02-25 masahjistream : add beam size parameter(#2836)
2025-02-25 Thomas Fitzsimmonswhisper : restore big endian support (#2816)
2025-02-06 JuddFixes for Windows (#2790)
2025-02-05 midnightcmake : fix compile assumptions for power9/etc (#2777)
2025-02-04 Georgi Gerganovauthors : update upstream/1.7.4+95
2025-02-04 Georgi Gerganovsync : ggml
2025-02-04 Christian Kastnercmake: Add ability to pass in GGML_BUILD_NUMBER (ggml...
2025-02-04 Georgi Gerganovreadme : add maintenance roadmap
2025-02-04 Georgi Gerganovci : add stalebot
2025-02-03 billyctnode : add max_len params in node addon (#2760)
2025-02-03 Georgi Gerganovtalk-llama : sync llama.cpp
2025-02-03 mgrachtencoreml : always convert to "neuralnetwork" (#2770)
2025-02-03 Georgi Gerganovci : more git
2025-02-03 Georgi Gerganovci : install git
2025-02-03 Georgi Gerganovci : use ubuntu-22.04 instead of ubuntu-latest
2025-02-03 Georgi Gerganovcmake : sync cmake scripts
2025-02-03 Georgi Gerganovsync : ggml
2025-02-03 Georgi Gerganovscripts : fix sync paths
2025-02-03 Johannes GäßlerCUDA: fix Volta FlashAttention logic (llama/11615)
2025-02-03 Johannes GäßlerHIP: fix flash_attn_stream_k_fixup warning (llama/11604)
2025-02-03 uvosCUDA/HIP: add support for selectable warp size to mmv...
2025-02-03 uvosHIP: add GGML_CUDA_CC_IS_* for amd familys as increasin...
2025-02-03 Johannes GäßlerCUDA: use mma PTX instructions for FlashAttention ...
2025-02-03 Olivier Chafik`ci`: use sccache on windows instead of ccache (llama...
2025-02-03 uvosHIP: require at least HIP 5.5
2025-02-03 uvosHIP: Prepare reduction operators for wave 64
2025-02-03 uvosCUDA/HIP: add warp_size to cuda_device_info
2025-02-03 Rémy Oudomphengvulkan: implement initial support for IQ2 and IQ3 quant...
2025-02-03 Jeff Bolzvulkan: Catch pipeline creation failure and print an...
2025-02-03 uvosHIP: Supress transformation warning in softmax.cu
2025-02-03 Nikita SarychevHIP: Only call rocblas_initialize on rocblas versions...
2025-02-03 someone13574cmake : don't fail on `GGML_CPU=OFF` (llama/11457)
2025-02-03 Akarshan BiswasSYCL : SOFTMAX F16 mask support and other fixes (llama...
2025-02-03 Haus1AMD: parse the architecture as supplied by gcnArchName...
2025-02-03 Ihar Hrachyshkametal: Handle null returned from MTLCreateSystemDefault...
2025-02-03 Georgi Gerganovmetal : use residency sets (llama/11427)
next