]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2025-01-04 Srihari-mcwggml : fixes for AVXVNNI instruction set with MSVC...
2025-01-04 Jeff Bolzvulkan: optimize mul_mat for small values of N (llama...
2025-01-04 Jeff Bolzvulkan: im2col and matmul optimizations for stable...
2025-01-04 Jeff Bolzvulkan: Use push constant offset to handle misaligned...
2025-01-04 Evevulkan: multi-row k quants (llama/10846)
2025-01-04 Peterexamples, ggml : fix GCC compiler warnings (llama/10983)
2025-01-04 Djip007ggml : more perfo with llamafile tinyblas on x86_64...
2025-01-04 Diego Devesaggml : use wstring for backend search paths (llama...
2025-01-04 Diego Devesaggml : fix arm enabled features check (llama/10961)
2025-01-04 Diego Devesaggml : fix const usage in SSE path (llama/10962)
2025-01-04 yuri@FreeBSDggml : fix run-time on FreeBSD in get_executable_path...
2025-01-04 Jeff Bolzvulkan: build fixes for 32b (llama/10927)
2025-01-04 Jeff Bolzvulkan: optimize coopmat2 dequant functions (llama...
2025-01-04 Adrien Gallouëtggml-cpu: replace NEON asm with intrinsics in ggml_gemv...
2025-01-04 Akarshan BiswasSYCL: Migrate away from deprecated ggml_tensor->backend...
2025-01-04 Diego Devesaggml : add test for SVE and disable when it fails ...
2025-01-04 Adrien Gallouëtggml: fix arm build with gcc (llama/10895)
2025-01-04 Diego Devesaggml : fix arm build (llama/10890)
2025-01-04 Georgi Gerganovtts : add OuteTTS support (llama/10784)
2025-01-04 Johannes Gäßlertests: add tests for GGUF (llama/10830)
2025-01-04 Daniel Beveniusggml : improve inputs log sched_print_assignments ...
2025-01-02 Samuel Durantereadme : fix real-time audio input example build instru...
2025-01-02 Alterobjc : rename ggml-cpu-aarch64.c to .cpp (#2687)
2025-01-02 Konosuke Sakaidocs : replace Core ML with OpenVINO (#2686)
2024-12-31 Georgi Gerganovmake : fix "main" -> "whisper-cli"
2024-12-31 Nikolaj Olssonci : re-enable Windows cublas build (#2676)
2024-12-30 KITAITI Makotoruby : Fix of C++ header guard name, model URI support...
2024-12-30 Georgi Gerganovexamples : handle "main.exe" deprecation
2024-12-24 Andreas Lubbecli : add --suppress_nst support (#2664)
2024-12-24 Andreas Lubbecli : add no_speech_thold (#2663)
2024-12-23 Georgi Gerganovcmake : remove hardcoded install rpath
2024-12-22 Georgi Gerganovserver : fix help print
2024-12-21 KITAITI Makotoruby : bug fix on callbacks and no_speech_prob (#2656)
2024-12-21 Sacha Arbonelserver : add no-speech threshold parameter and function...
2024-12-21 Georgi Gerganovwhisper : rename suppress_non_speech_tokens to suppress...
2024-12-21 Sacha Arbonelserver : add option to suppress non-speech tokens ...
2024-12-21 Georgi Gerganovwhisper : rename binaries + fix install (#2648)
2024-12-20 Georgi Gerganovruby : update gem version to v1.3.1
2024-12-18 Georgi Gerganovrelease : v1.7.3
2024-12-18 Georgi Gerganovci : msys enable SDL2 build (#2635)
2024-12-18 KITAITI Makotoruby : sync ggml (#2643)
2024-12-18 Georgi Gerganovandroid : try to fix build
2024-12-18 Georgi Gerganovfiles : remove old sources
2024-12-18 Georgi Gerganovsync : ggml
2024-12-18 Georgi Gerganovtalk-llama : sync llama.cpp
2024-12-18 Georgi Gerganovsync : ggml
2024-12-18 Georgi Gerganovggml : update ggml_backend_cpu_device_supports_op ...
2024-12-18 Evevulkan: bugfixes for small subgroup size systems +...
2024-12-18 Zhiyuan Lirwkv6: add wkv6 support for Vulkan backend (llama/10829)
2024-12-18 HimariOllama : add Qwen2VL support + multimodal RoPE (llama...
2024-12-18 lhezIntroducing experimental OpenCL backend with support...
2024-12-18 谢乃闻Fix crash caused by ggml_backend_load_all when launchin...
2024-12-18 Evevulkan: small mul_mat_vec optimizations (llama/10665)
2024-12-18 Akarshan BiswasSYCL: Reduce most of the compiler warnings (llama/10748)
2024-12-18 Karol Kontnyggml : Fix compilation issues on ARM platform when...
2024-12-18 a3shCUDA: faster non-contiguous concat (llama/10760)
2024-12-18 Diego Devesaremove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (llama/10797)
2024-12-18 0cc4mVulkan: Use improved q4_k and q5_k dequant code in...
2024-12-18 0cc4mVulkan: Add VK_EXT_subgroup_size_control support to...
2024-12-18 Gilad Sggml: load all backends from a user-provided search...
2024-12-18 Jeff Bolzvulkan: request round-to-even for fp16 in im2col/rope_h...
2024-12-18 Evevulkan: dynamic subgroup size for the remaining k quant...
2024-12-18 Andreas KieslingerCUDA: rename macros to avoid conflicts with WinAPI...
2024-12-18 Jeff Bolzvulkan: disable spirv-opt for coopmat shaders (llama...
2024-12-18 Daniel Beveniusggml : remove return from ggml_gallocr_allocate_node...
2024-12-18 Daniel Beveniusggml : add check for grad_accs (ggml/1046)
2024-12-18 Georgi Gerganovcommon : remove old types
2024-12-18 Johannes GäßlerCUDA: fix shared memory access condition for mmv (llama...
2024-12-18 Jeff Bolzvulkan: fix compile warnings (llama/10731)
2024-12-18 stduhpfVulkan: fix NaN in tanh.comp with AMD proprietary drive...
2024-12-18 Jeff Bolzvulkan: compile a test shader in cmake to check for...
2024-12-18 Georgi Gerganovggml : disable iq4_nl interleave size 8 (llama/10709)
2024-12-18 Djip007ggml : refactor online repacking (llama/10446)
2024-12-18 0cc4mVulkan: VK_KHR_cooperative_matrix support to speed...
2024-12-18 Robert Ormandimetal : Extend how Llama.cpp locates metal resources...
2024-12-18 Jeff Bolzvulkan: Add VK_NV_cooperative_matrix2 support for mul_m...
2024-12-18 KITAITI Makotoruby : Add no_speech_thold (#2641)
2024-12-18 crummyhstream : improve consistency in README (#2642)
2024-12-17 Karthickwhisper : support no_speech_thold (#2625)
2024-12-17 Karthickwhisper : add single-timestamp logic (#2629)
2024-12-17 crummyhreadme : fix typo (#2637)
2024-12-17 Georgi Gerganovcmake : fix "amd64" processor string (#2638)
2024-12-16 gn64vulkan : fix soft_max.comp division by zero (#2633)
2024-12-16 Georgi Gerganovcommon : add cstdio header
2024-12-15 Georgi Gerganovstream : update build instructions
2024-12-14 Thamsterandroid : fix build and ci (#2624)
2024-12-12 Michael Rienstramodels : fix typo in download-ggml-model.sh (#2623)
2024-12-09 KITAITI Makotoruby : Sync whisper.cpp and model download feature...
2024-12-09 Georgi Gerganovscripts : update to new build system
2024-12-08 Georgi Gerganovdevops : add cmake
2024-12-08 Georgi Gerganovdevops : update make commands
2024-12-08 Georgi Gerganovggml : remove old files (skip) (#0)
2024-12-08 Georgi Gerganovggml : sync remnants (skip) (#0)
2024-12-08 Georgi Gerganovscripts : remove amx from sync
2024-12-08 Georgi Gerganovci : disable freeBSD builds [no ci]
2024-12-08 Georgi Gerganovreadme : update build instructions
2024-12-08 Georgi Gerganovci : disable CUDA and Android builds
2024-12-08 Georgi Gerganovci : disable Obj-C build + fixes
2024-12-08 Georgi Gerganovmake : shim cmake
2024-12-08 Georgi Gerganovtalk-llama : sync llama.cpp
next