]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2024-09-24 Georgi Gerganovexamples : adapt to ggml.h changes (ggml/0)
2024-09-24 Georgi Gerganovggml : refactoring (llama/#0)
2024-09-24 Georgi Gerganovggml : fix builds (llama/0)
2024-09-24 Georgi Gerganovggml : fix trailing whitespace (llama/0)
2024-09-24 Johannes GäßlerCUDA: fix sum.cu compilation for CUDA < 11.7 (llama...
2024-09-24 slarenggml : fix n_threads_cur initialization with one thread...
2024-09-24 Max Krasnyanskythreadpool : skip polling for unused threads (llama...
2024-09-24 Michael Podvitskiyggml : link MATH_LIBRARY not by its full path (llama...
2024-09-24 Georgi Gerganovcmake : do not hide GGML options + rename option (llama...
2024-09-24 Eveggml : IQ4_NL sgemm + Q4_0 AVX optimization (llama...
2024-09-24 Georgi Gerganovmetal : handle zero-sized allocs (llama/9466)
2024-09-24 Georgi Gerganovcommon : reimplement logging (llama/9418)
2024-09-24 Michael Podvitskiycmake : correct order of sycl flags (llama/9497)
2024-09-24 Michael Podvitskiycmake : try to fix sycl+intel build (llama/9487)
2024-09-24 Yuri Khrustalevggml : ggml_type_name return "NONE" for invalid values...
2024-09-24 Georgi Gerganovcmake : use list(APPEND ...) instead of set() + dedup...
2024-09-24 Dou Xinpengcann: Add host buffer type for Ascend NPU (llama/9406)
2024-09-24 Ahmad Tameemriscv : modify Makefile and add a RISCV_VECT to print...
2024-09-24 Xinpeng Doucann: Fix error when running a non-exist op (llama...
2024-09-24 Johannes GäßlerCUDA: fix --split-mode row race condition (llama/9413)
2024-09-24 R0CKSTARmusa: remove Clang builtins mapping (llama/9421)
2024-09-24 Alberto Cabrera... sycl : update support conditions (llama/9394)
2024-09-24 Georgi Gerganovmetal : fix compile warning with GGML_METAL_NDEBUG...
2024-09-24 Radoslav Gerganovrpc : fix segfault with nkvo (llama/9389)
2024-09-24 Prashant Vithuleggml : vector length agnostic SVE support (llama/9290)
2024-09-24 Johannes GäßlerCUDA: fix variable name conflict for Windows build...
2024-09-24 Markus TavenrathOverlap cmdbuffer creation and cmdbuffer execution...
2024-09-24 Georgi Gerganovcuda : fix FA Q src index (1 -> 0) (llama/9374)
2024-09-24 Neo Zhang Jianyuadd check malloc result on device (llama/9346)
2024-09-24 Johannes Gäßlerggml/examples: add backend support for numerical optimi...
2024-09-24 Georgi Gerganovexamples : add null threadpool args where needed (ggml/0)
2024-09-24 Georgi Gerganovmetal : update support condition for im2col + fix warni...
2024-09-24 slarenggml : always check bounds on get_rows operations ...
2024-09-24 Xuan Son Nguyenggml : fix missing `cpu_set_t` on emscripten (llama...
2024-09-24 Markus TavenrathImprove Vulkan shader build system (llama/9239)
2024-09-24 compiladeggml-quants : ternary packing for TriLMs and BitNet...
2024-09-24 slarencuda : fix defrag with quantized KV (llama/9319)
2024-09-24 Srihari-mcwggml : AVX2 support for Q4_0_8_8 (llama/8713)
2024-09-24 Ouadie EL FAROUKIFix DMMV dequantization (llama/9279)
2024-09-24 yuri@FreeBSDggml : add pthread includes on FreeBSD (llama/9258)
2024-09-24 Molly Sophiallama : support RWKV v6 models (llama/8980)
2024-09-24 Faisal ZaghloulThreadpool: take 2 (llama/8672)
2024-09-24 Salvatore Mesoracavulkan: fix compilation with GGML_VULKAN_DEBUG=ON ...
2024-09-24 Salvatore Mesoracavulkan: add dryrun support to sin and cos ops (ggml...
2024-09-24 Salvatore Mesoracavulkan: correctly report support for OP_CONT (ggml...
2024-09-24 Johannes Gäßlertests: add gradient tests for all backends (ggml/932)
2024-09-20 Binozogo : add temperature options (#2417)
2024-09-20 JohnnyBdocker : add libsdl2-dev for container builds (#2424)
2024-09-20 Stavros Panakakisgo : add tests and update bindings (#2425)
2024-09-17 Toliverserver : use OS-generated temp file name for converted...
2024-09-15 Binozogo : fix CUDA build (#2416)
2024-09-11 Mengqing Caocann : add Ascend NPU instructions (#2410)
2024-09-07 Philippe Normandcmake: Fix libdir value in pkgconfig file (#2407)
2024-09-02 Georgi Gerganovrevert : cmake : set MSVC to use UTF-8 on source files...
2024-09-02 Georgi Gerganovsync : ggml
2024-09-02 Johannes Gäßlerggml: fix ggml_graph_cpy undefined behavior (ggml/943)
2024-09-02 Georgi Gerganovcann : fix doxy (ggml/0)
2024-09-02 Georgi Gerganovvulkan : fix build (llama/0)
2024-09-02 Georgi Gerganovcuda : mark BF16 CONT as unsupported
2024-09-02 Salvatore Mesoracaggml : fix cont with transposed tensors when one dimens...
2024-08-30 Tim Millercmake : set MSVC to use UTF-8 on source files (#2346)
2024-08-30 UsernamesLamereadme : remove invalid flag from Python example (...
2024-08-30 Georgi Gerganovreadme : fix link (#2394)
2024-08-28 hsinhoyehgo : add beamsize/entropythold/maxcontext to context...
2024-08-28 Georgi Gerganovtalk-llama : sync llama.cpp
2024-08-28 Georgi Gerganovwhisper : update FA call
2024-08-28 Georgi Gerganovsync : ggml
2024-08-28 Georgi Gerganovsync : vulkan (skip) (llama/0)
2024-08-28 slarenggml : do not crash when quantizing q4_x_x with an...
2024-08-28 Georgi Gerganovmetal : separate scale and mask from QKT in FA kernel...
2024-08-28 Georgi Gerganovggml : add SSM Metal kernels (llama/8546)
2024-08-28 slarenmetal : gemma2 flash attention support (llama/9159)
2024-08-28 Johannes GäßlerCPU/CUDA: Gemma 2 FlashAttention support (llama/8542)
2024-08-28 Akarshan BiswasAdd a space to supress a cmake warning (llama/9133)
2024-08-28 luoyu-intelAdd oneDNN primitive support (llama/9091)
2024-08-28 compiladellama : simplify Mamba with advanced batch splits ...
2024-08-28 Meng, Hengyufallback mmvq (llama/9088)
2024-08-28 zhentaoyuFix SYCL `im2col` and `convert` Overflow with Large...
2024-08-28 Radoslav Gerganovrpc : print error message when failed to connect endpoi...
2024-08-28 Radoslav Gerganovrpc : prevent crashes on invalid input (llama/9040)
2024-08-28 Nico Bosshardggml : dynamic ggml_sched_max_splits based on graph_siz...
2024-08-28 Georgi Gerganovcmake : remove unused option GGML_CURL (llama/9011)
2024-08-28 Daniel Beveniusggml : move rope type enum to ggml.h (llama/8949)
2024-08-28 DavidKorczynskiggml: fix div-by-zero (llama/9003)
2024-08-28 Markus TavenrathOptimize Vulkan backend for better CPU performance...
2024-08-28 Johannes Gäßlerfeat: ref. cross entropy, add CUDA, fix grad test ...
2024-08-28 Johannes Gäßlerggml: remove bad assert (ggml/928)
2024-08-28 Johannes Gäßlerexamples: add MNIST training + missing ops
2024-08-28 Brad Murraymodels : add support for wget2 for fedora (#2387)
2024-08-28 Pengreadme : update the path to bench.py (#2386)
2024-08-28 Ivo von Putzer... readme : fix typo (#2383)
2024-08-28 stormoficereadme : fix broken links in implementation details...
2024-08-28 Georgi Gerganovwhisper : fix compile warning for unused params
2024-08-21 Georgi Gerganovsync : ggml vulkan (ggml/0)
2024-08-21 Radoslav Gerganovyolo : add backend support (ggml/924)
2024-08-21 Daniel Beveniusggml : fix typo in ggml-quants.c comment (ggml/922)
2024-08-21 Ronsorfeat: add new `sin` and `cos` operators (ggml/919)
2024-08-20 Eric Curtinreadme : fix broken links (#2358)
2024-08-20 Justine Tunneyexamples : use colorblind friendly TTY color scheme...
2024-08-12 Georgi Gerganovsync : ggml
next