]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2025-07-01 Georgi Gerganovmetal : fix thread-safety (llama/14300)
2025-07-01 Aclyggml-cpu : "align corners" for bilinear upscale/downsca...
2025-07-01 Daniel Beveniusggml-quants : rename best_mad to best_error (ggml/1283)
2025-06-27 Daniel Beveniusci : use selective copy for musa image (#3296)
2025-06-27 Daniel Beveniusci: set fail-fast to false in docker.yml (#3294)
2025-06-27 KITAITI Makotoruby : add Whisper::VERSION (#3292)
2025-06-26 Daniel Beveniuswhisper : add version function (#3289)
2025-06-26 Daniel Beveniusci : add should_release variable (#3288)
2025-06-26 toboil-featuresdocs : add cmake "-j" flag in README.md (#3284)
2025-06-25 Daniel Beveniusci : add support for tag-based releases (#3287)
2025-06-25 Georgi Gerganovrelease : v1.7.6
2025-06-25 Georgi Gerganovbench : update benches
2025-06-25 Georgi Gerganovbench : print system info before ctx check
2025-06-25 Daniel Beveniusstream : add nullptr check of whisper_context (#3283)
2025-06-25 Daniel Beveniusci : enable main-cuda build (#3282)
2025-06-25 Joas Devbindings.java : update java example (#3281)
2025-06-24 glaszigcoreml : backport CoreML features to macos < 14 (#3255)
2025-06-24 Daniel Beveniusci : reduce musa image size (#3277)
2025-06-24 Yukimasa Funaokawhisper : add .gitignore entries for OpenVINO support...
2025-06-24 Aaron Angcommand: output commands to text file (#3273)
2025-06-23 Daniel Beveniusci : add apt-get clean to musa Dockerfile (#3275)
2025-06-23 KITAITI Makotoruby : specify Apple frameworks explicitly on build...
2025-06-21 Georgi Gerganovtalk-llama : sync llama.cpp upstream/1.7.5+413
2025-06-21 Georgi Gerganovsync : ggml
2025-06-21 Aman GuptaCUDA: add conv_2d_transpose (llama/14287)
2025-06-21 Nicolò Scipionesycl: add usage of enqueue_functions extension (llama...
2025-06-21 Christian KastnerImplement GGML_CPU_ALL_VARIANTS for PowerPC (llama...
2025-06-21 Diego Devesacuda : synchronize graph capture and cublas handle...
2025-06-21 Georgi Gerganovggml : fix repack work size for mul_mat_id (llama/14292)
2025-06-21 Charles Xuggml: Update KleidiAI to v1.9.0 (llama/14277)
2025-06-21 Aman GuptaCUDA: add conv_2d_dw (llama/14265)
2025-06-21 Diego Devesaggml-cpu : remove unnecesary arm feature detection...
2025-06-21 fanyangbuild : suppress gcc15 compile warnings (llama/14261)
2025-06-21 Anton Mitkovsycl: Cleanup codepaths in Get Rows in sycl backend...
2025-06-21 Aaron Teollamafile : support s390x SIMD instruction set (llama...
2025-06-21 0cc4mVulkan: Set device max size for host memory to avoid...
2025-06-21 Georgi Gerganovmetal : add mean kernel (llama/14267)
2025-06-21 Aaron Teoggml-cpu: reduce asm calls for hsum (llama/14037)
2025-06-21 Aaron Teoggml-cpu: fix uncaught underscore terminators (llama...
2025-06-21 Charles Xuggml: Add Apple support for GGML_CPU_ALL_VARIANTS ...
2025-06-21 AclyAdd `ggml_roll` (ggml/1274)
2025-06-19 Daniel Beveniusandroid : update CMakeLists.txt to use FetchContent...
2025-06-19 Georgi Gerganovcmake : fix android build (#3265)
2025-06-18 Daniel Beveniusexamples : add stereo to mono conversion in read_audio_...
2025-06-18 Georgi Gerganovtalk-llama : sync llama.cpp
2025-06-18 Georgi Gerganovsync : ggml
2025-06-18 bandoticmake: remove shader-gen step-targets from ggml-vulkan...
2025-06-18 xctanggml-cpu : remove the weak alias trick (llama/14221)
2025-06-18 R0CKSTARmusa: fix build warning (unused variable) (llama/14231)
2025-06-18 Diego Devesallama : add thread safety test (llama/14035)
2025-06-18 bandoticmake: clean up external project logic for vulkan-shade...
2025-06-18 uvosHIP: disable rocwmma on gfx12 by default until rocm...
2025-06-18 Charles Xuggml: Add Android support for GGML_CPU_ALL_VARIANTS...
2025-06-18 Jeff Bolzvulkan: mutex around vkQueueSubmit (llama/14127)
2025-06-18 xctanggml-cpu : rework weak alias on apple targets (llama...
2025-06-18 uvosCUDA/HIP: fix ssm_scan on devices where warp size is...
2025-06-18 uvosHIP: Replace usage of depricated preprocessor macro...
2025-06-18 Anton Mitkovsycl: Adding additional cpy dbg print output (llama...
2025-06-18 Ewan CrawfordSYCL: Bump oneMath commit (llama/14152)
2025-06-18 Anton Mitkovsycl: Remove not needed copy f16->f32 for dnnl mul...
2025-06-18 Georgi Gerganovcmake : handle whitepsaces in path during metal build...
2025-06-18 Christian KastnerImplement GGML_CPU_ALL_VARIANTS for ARM (llama/14080)
2025-06-18 Jeff Bolzvulkan: Better thread-safety for command pools/buffers...
2025-06-18 Jeff Bolzvulkan: Track descriptor pools/sets per-context (llama...
2025-06-18 lhezopencl: add `mul_mv_id_q4_0_f32_8x_flat` (llama/14003)
2025-06-18 0cc4mVulkan: Don't default to CPU device (like llvmpipe...
2025-06-18 Isaac McFadyenrpc : nicer error messages for RPC server crash (llama...
2025-06-18 Daniel Beveniusggml : disable warnings for tests when using MSVC ...
2025-06-18 Daniel Beveniusggml : remove unused ggml_context_container (ggml/1272)
2025-06-18 Daniel Beveniusexamples : include examples in msvc disable warn (ggml...
2025-06-18 Daniel Beveniuswhisper : clear result_all if vad_samples is empty...
2025-06-17 Daniel Beveniusexamples : set the C++ standard to C++17 for server...
2025-06-16 w1redch4dexamples : update usage/help in yt-wsp.sh (#3251)
2025-06-16 Sacha Arbonelserver : graceful shutdown, atomic server state, and...
2025-06-13 Daniel Beveniuswhisper : fix VAD processing for skipped audio segments...
2025-06-13 Daniel Beveniusserver : add Voice Activity Detection (VAD) support...
2025-06-13 Daniel Beveniuscli : fix short name conflict for vad options [no ci...
2025-06-13 Daniel Beveniusruby : add .gitignore entries for ext directory (#3245)
2025-06-11 Daniel Beveniusci : update windows runner to windows-2022 (#3242)
2025-06-10 Daniel Beveniusruby : add cleaning of library names in dependencies...
2025-06-10 Georgi Gerganovggml : fix weak alias win32 (#0)
2025-06-10 Georgi Gerganovandroid : fix builds (#0)
2025-06-10 Georgi Gerganovsync : ggml
2025-06-10 Georgi Gerganovfiles : remove old sources (part 2)
2025-06-10 Georgi Gerganovsync : ggml
2025-06-10 Georgi Gerganovfiles : remove old sources
2025-06-10 Georgi Gerganovtalk-llama : sync llama.cpp
2025-06-10 Georgi Gerganovsync : ggml
2025-06-10 Georgi Gerganovmetal : use less stack memory in FA kernel (llama/14088)
2025-06-10 xctanggml-cpu : split arch-specific implementations (llama...
2025-06-10 Diego Devesacuda : fix device sync on buffer clear (llama/14033)
2025-06-10 Xinpeng DouCANN: Simplify the environment variable setting(#13104)
2025-06-10 Nicolò Scipionesycl: Add reorder to Q6_K mmvq implementation (llama...
2025-06-10 Diego Devesacuda : fix buffer type check with integrated GPUs ...
2025-06-10 Akarshan BiswasSYCL: Implement few same quantized type copy kernels...
2025-06-10 Masato Nakasakavulkan: Enable VK_KHR_cooperative_matrix extension...
2025-06-10 Diego Devesallama : allow using mmap without PrefetchVirtualMemory...
2025-06-10 Jeff Bolzvulkan: automatically deduce size of push constants...
2025-06-10 Ervin Áron... ggml-vulkan: adds support for op CONV_TRANSPOSE_1D...
2025-06-10 Diego Devesareleases : use dl backend for linux release, remove...
next