]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2024-12-08 Jeff Bolzvulkan: further optimize mul_mat_vec using larger loads...
2024-12-08 haopengadd cmake rvv support (llama/10411)
2024-12-08 mahorozteCUDA: remove unnecessary warp reduce in FA (ggml/1032)
2024-12-08 PABfeat: add `GGML_UNARY_OP_ARGMAX` Metal kernel (ggml...
2024-12-08 PABmetal : add `GGML_OP_CONV_TRANSPOSE_1D` kernels (ggml...
2024-12-08 Frankie RobertsonDo not include arm_neon.h when compiling CUDA code...
2024-12-08 Johannes Gäßlerggml-opt: fix data corruption (ggml/1022)
2024-11-28 KITAITI Makotoruby : Add low-level methods to transcribe (#2585)
2024-11-28 Michael Rienstramodels : add `q8_0` models to `download-ggml-model...
2024-11-21 KITAITI Makotoruby : Follow source tree change (#2580)
2024-11-20 Georgi Gerganovwhisper : use backend registry (#0)
2024-11-20 slarenggml/sched : do not skip views in pre-assignments
2024-11-20 Georgi Gerganovwhisper : adapt to new ggml (wip)
2024-11-20 Georgi Gerganovtalk-llama : sync llama.cpp
2024-11-20 Georgi Gerganovsync : ggml
2024-11-20 Georgi Gerganovggml : sync resolve (skip) (#0)
2024-11-20 bandotiAdd required ggml-base and backend libs to cmake pkg...
2024-11-20 Diego Devesacuda : fix CUDA_FLAGS not being applied (llama/10403)
2024-11-20 Romain Biessysycl : Add option to set the SYCL architecture for...
2024-11-20 Jeff Bolzvulkan: Optimize soft_max (llama/10301)
2024-11-20 Alberto Cabrera... sycl: Revert MUL_MAT_OP support changes (llama/10385)
2024-11-20 Diego Devesacuda : only use native when supported by cmake (llama...
2024-11-20 Jeff Bolzvulkan: remove use of null initializer (llama/10372)
2024-11-20 Plamen Minevmetal : fox offset integer overflows in im2col (ggml...
2024-11-20 0cc4mVulkan: Fix device info output format specifiers (llama...
2024-11-20 PABmetal : add `GGML_UNARY_OP_ELU` kernel (ggml/1018)
2024-11-20 Johannes GäßlerCUDA: fix MMV kernel being used for FP16 src1 (llama...
2024-11-20 Johannes GäßlerCMake: fix typo in comment [no ci] (llama/10360)
2024-11-20 Diego Devesallama : only use default buffer types for the KV cache...
2024-11-20 Georgi Gerganovmetal : refactor kernel args into structs (llama/10238)
2024-11-20 FirstTimeEZggml : fix undefined reference to 'getcpu' (llama/10354)
2024-11-20 Johannes GäßlerCUDA: remove DMMV, consolidate F16 mult mat vec (llama...
2024-11-20 Johannes GäßlerCMake: default to -arch=native for CUDA build (llama...
2024-11-20 Diego Devesaggml : fix possible buffer use after free in sched...
2024-11-20 Georgi Gerganovggml : inttypes.h -> cinttypes (llama/0)
2024-11-20 Georgi Gerganovggml : adapt AMX to tensor->grad removal (llama/0)
2024-11-20 Georgi Gerganovggml : fix compile warnings (llama/0)
2024-11-20 Georgi Gerganovllamafile : fix include path (llama/0)
2024-11-20 Jeff Bolzvulkan: Optimize some mat-vec mul quant shaders (llama...
2024-11-20 Dan Johanssonggml : optimize Q4_0 into Q4_0_X_Y repack (llama/10324)
2024-11-20 Srihari-mcwMake updates to fix issues with clang-cl builds while...
2024-11-20 Johannes Gäßlerggml: new optimization interface (ggml/988)
2024-11-20 Georgi Gerganovggml : remove duplicated sources from the last sync...
2024-11-20 slarenggml : fix some build issues
2024-11-20 Georgi Gerganovsync : leftovers (ggml/0)
2024-11-20 Georgi Gerganovcmake : restore CMakeLists.txt (llama/10256)
2024-11-20 EveAVX BF16 and single scale quant optimizations (llama...
2024-11-20 Romain Biessysycl: Use syclcompat::dp4a (llama/10267)
2024-11-20 Charles Xubackend cpu: add online flow for aarch64 Q4_0 GEMV...
2024-11-20 Diego Devesaggml : build backends as libraries (llama/10256)
2024-11-20 Georgi Gerganovscripts : update sync
2024-11-19 Georgi Gerganovrelease : v1.7.2
2024-11-18 Stefan Sydowsycl: fix example build (#2570)
2024-11-16 Georgi Gerganovci : use local ggml in Android build (#2567)
2024-11-16 Georgi Gerganovggml : tmp workaround for whisper.cpp (skip) (#2565)
2024-11-15 Georgi Gerganovupdate : readme
2024-11-15 Georgi Gerganovscripts : fix sync path
2024-11-15 Jhen-Jie Hongwhisper.swiftui : switch Mac dest to Mac (Designed...
2024-11-15 Georgi Gerganovcmake : fix ppc64 check (#0)
2024-11-15 Georgi Gerganovwhisper : include ggml-cpu.h (#0)
2024-11-15 Georgi Gerganovbuild : fixes
2024-11-15 Georgi Gerganovtalk-llama : sync llama.cpp
2024-11-15 Georgi Gerganovwhisper : fix build (#0)
2024-11-15 Georgi Gerganovsync : ggml
2024-11-15 Alberto Cabrera... sycl : Fixes to broken builds and test-backend-ops...
2024-11-15 Jeff Bolzvulkan: Optimize contiguous copies (llama/10254)
2024-11-15 Jeff Bolzvulkan: Throttle the number of shader compiles during...
2024-11-15 Georgi Gerganovmetal : more precise Q*K in FA vec kernel (llama/10247)
2024-11-15 Jeff Bolzvulkan: Fix newly added tests for permuted mul_mat...
2024-11-15 Georgi Gerganovmetal : reorder write loop in mul mat kernel + style...
2024-11-15 Georgi Gerganovmetal : fix build and some more comments (llama/10229)
2024-11-15 Georgi Gerganovmetal : fix F32 accumulation in FA vec kernel (llama...
2024-11-15 Georgi Gerganovmetal : hide debug messages from normal log
2024-11-15 SXXggml: fix zero division in ‘dne’ calculation in CUDA...
2024-11-15 amritahs-ibmggml : optimize llamafile cpu matrix multiplication...
2024-11-15 Georgi Gerganovmetal : opt-in compile flag for BF16 (llama/10218)
2024-11-15 Georgi Gerganovmetal : improve clarity (minor) (llama/10171)
2024-11-15 Georgi Gerganovmetal : optimize FA kernels (llama/10171)
2024-11-15 Diego Devesaggml : add ggml-cpu.h to the public headers (llama...
2024-11-15 snadampalfix q4_0_8_8 format for corrupted tokens issue (llama...
2024-11-15 Zhiyuan LiOptimize RWKV6 Operator Naming and Implement Multi...
2024-11-15 Georgi Gerganovmetal : add BF16 support (llama/8439)
2024-11-15 Diego Devesametal : fix from ptr buffer name (llama/10189)
2024-11-15 Georgi Gerganovggml : adjust is_first_call init value (llama/10193)
2024-11-15 Georgi Gerganovmetal : add quantized FA support (llama/10149)
2024-11-15 Diego Devesaggml : fix arch check in bf16_to_fp32 (llama/10164)
2024-11-15 EveQ6_K AVX improvements (llama/10118)
2024-11-15 Diego Devesaggml : fix gelu tables initialization (llama/10172)
2024-11-15 Diego Devesaggml : fix q4xx mat mul, increase ggml_aligned_malloc...
2024-11-15 snadampalfix build break on arm64 linux (llama/10166)
2024-11-15 Diego Devesacuda : clear error after changing peer access (llama...
2024-11-15 Georgi Gerganovmetal : simplify f16 and f32 dequant kernels (llama/0)
2024-11-15 Georgi Gerganovmetal : move dequantize templates to beginning of MSL...
2024-11-15 leo-ponyCANN: adjust backend registry refactor. (llama/10158)
2024-11-15 Diego Devesaggml : move CPU backend to a separate file (llama/10144)
2024-11-15 Georgi Gerganovmetal : minor fixup in FA kernel (llama/10143)
2024-11-15 Diego Devesallama : add simple-chat example (llama/10124)
2024-11-15 Diego Devesallama : use smart pointers for ggml resources (llama...
2024-11-15 Shupei Fanvulkan : improve ggml_vk_create_buffer error handling...
2024-11-15 Georgi Gerganovggml : remove ggml_scratch (llama/10121)
next