]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2024-05-21 William Tambelliniexamples : add support for decoding input with ffmpeg...
2024-05-20 Pedro Probstnode : add flash_attn param (#2170)
2024-05-19 Tamotsu Takahashici: Update build.yml to suppress warnings about node...
2024-05-15 Georgi Gerganovrelease : v1.6.0
2024-05-15 Georgi Gerganovwhisper : use flash attention (#2152)
2024-05-14 petterreinholdtsentalk-llama : reject runs without required arguments...
2024-05-14 Georgi Gerganovsync : ggml
2024-05-14 Georgi Gerganovmetal : support FA without mask + add asserts (llama...
2024-05-14 Radoslav Gerganovggml : add RPC backend (llama/6829)
2024-05-14 Neo Zhangrm wait() (llama/7233)
2024-05-14 Johannes GäßlerCUDA: add FP32 FlashAttention vector kernel (llama...
2024-05-14 Georgi Gerganovscripts : sync ggml-rpc
2024-05-14 thewh1teaglewhisper : fix model path encoding in windows (#2086)
2024-05-13 Georgi Gerganovserver : return utf-8 (#2138)
2024-05-13 Pedro Probstnode : add audio_ctx and audio buffer params (#2123)
2024-05-13 aldorofcmake : fix HIP/ROCm build (#2102)
2024-05-13 valVknode : add additional params (#2000)
2024-05-13 Mark Karpelèsjs : remove un-needed request header from fetchRemote...
2024-05-13 Georgi Gerganovcmake : fix metal embed sources path (#2110)
2024-05-13 Daniel Ziegenbergmain : dont print timings with --no-prints (#2108)
2024-05-13 Daniel Ziegenbergmain : add options for temperature control (#2088)
2024-05-13 Georgi Gerganovwhisper : switch back to F32 mask (#0)
2024-05-13 zhangjixiongwhisper.android : update example, add field to print...
2024-05-13 Xingchen Song... cmake : fix json INTERFACE library (#2069)
2024-05-13 mashizoramain : fix double quote escaping in csv output (#2090)
2024-05-13 Georgi Gerganovmetal : tune soft_max number of threads (#0)
2024-05-13 Georgi Gerganovwhisper : remove old flash attn code (#0)
2024-05-13 Georgi Gerganovggml : try fix ppc64 (#0)
2024-05-13 Georgi Gerganovggml : remove oboslete alibi code (skipme) (#0)
2024-05-13 Georgi Gerganovtalk-llama : sync llama.cpp
2024-05-13 Georgi Gerganovsync : ggml
2024-05-13 Hong Bo PENGggml : optimize for ppc64le using VSX intrinsics (ggml...
2024-05-13 Georgi Gerganovmetal : fix indent (ggml/0)
2024-05-13 Georgi Gerganovggml : restore sigmoid decl order (ggml/0)
2024-05-13 Georgi Gerganovggml : resolve merge (ggml/0)
2024-05-13 Georgi Gerganovggml : full ALiBi support (llama/7192)
2024-05-13 Georgi Gerganovmetal : fix flash attention kernel requirements (llama...
2024-05-13 Ouadie EL FAROUKIMinor arithmetic improvement to mmvq wrapper kernel...
2024-05-13 0cc4mVulkan Bugfixes and Improvements (llama/7084)
2024-05-13 Johannes GäßlerCUDA: generalize FP16 fattn vec kernel (llama/7061)
2024-05-13 Albert Jinopencl : alignment size converted from bits to bytes...
2024-05-13 agray3Introduction of CUDA Graphs to LLama.cpp (llama/6766)
2024-05-13 Gilad Smetal : use `vm_allocate` instead of `posix_memalign...
2024-05-13 Justine Tunneyggml : introduce bfloat16 support (llama/6412)
2024-05-13 Georgi Gerganovmetal : fix unused warning
2024-05-13 William TambelliniAdd an option to build without CUDA VMM (llama/7067)
2024-05-13 Xuan Son Nguyengguf-split: add --no-tensor-first-split (llama/7072)
2024-05-13 Johannes GäßlerCUDA: CUDART < 11.7 workaround for __hmax, __hmax2...
2024-05-13 Kevin Gibbonsswitch to using localizedDescription (llama/7010)
2024-05-13 Georgi Gerganovmetal : remove deprecated error code (llama/7008)
2024-05-13 Kevin Gibbonsmetal : log more info on error (llama/6987)
2024-05-13 Georgi Gerganovggml : add Flash Attention (llama/5021)
2024-05-13 Georgi Gerganovggml : fix __MSC_VER -> _MSC_VER (llama/6977)
2024-05-13 DAN™Fix more int overflow during quant (PPL/CUDA). (llama...
2024-05-13 Xuan Son Nguyengguf : enforce that tensor names are unique (llama...
2024-05-13 Neo Zhangadd device version in device list (llama/6959)
2024-05-13 agray3Reset schedule earlier to allow overlap with ggml graph...
2024-05-13 slarenadd basic tensor data validation function (llama/6884)
2024-05-13 slarengguf : fix mismatch between alloc and free functions...
2024-05-13 Georgi GerganovMerge pull request from GHSA-p5mv-gjc5-mwqv
2024-05-13 Georgi Gerganovggml : fix redefinition of vaddvq_f32 for 32-bit ARM...
2024-05-13 Georgi Gerganovggml : fix MIN / MAX macros (llama/6904)
2024-05-13 Georgi Gerganovggml : move 32-bit arm compat in ggml-impl.h (llama...
2024-05-13 Justine Tunneyllamafile : improve sgemm.cpp (llama/6796)
2024-05-13 Dave Airlieggml : fix calloc argument ordering. (llama/6820)
2024-05-13 Georgi Gerganovggml : fix ggml_backend_cpu_supports_op() for CPY ...
2024-05-13 slarenggml : group all experts in a single ggml_mul_mat_id...
2024-05-13 Georgi Gerganovggml : fix llamafile sgemm wdata offsets (llama/6710)
2024-05-13 Justine Tunneyggml : add llamafile sgemm (llama/6414)
2024-05-13 Shijiellama : add qwen2moe (llama/6074)
2024-05-13 Neo Zhang Jianyufix mul_mat_id() for new input, make the ut pass (llama...
2024-05-13 DaveAdded support for GGML_OP_CLAMP in Metal (llama/6662)
2024-05-13 Neo Zhang Jianyufix memcpy() crash, add missed cmd in guide, fix softma...
2024-05-13 Johannes GäßlerCUDA: fix matrix multiplication logic for tests (llama...
2024-05-13 slarenmetal : unify mul_mv_id kernels (llama/6556)
2024-05-13 jiezllama : add gguf_remove_key + remove split meta during...
2024-05-13 Justina Chofeat: implemented sigmoid function (ggml/806)
2024-05-13 Borislav Stanimirovbuild: fix and ignore msvc warnings (ggml/805)
2024-05-08 Przemysław... ggml : expose SSE3 and SSSE3 for MSVC when AVX is avail...
2024-05-08 Przemysław... build : improve disabling AVX-512 (#2129)
2024-05-08 Borislav Stanimirovminor: add CMakeSettings.json to gitignore (#2094)
2024-05-02 Pedro Probstexamples : fix node compilation (#2115)
2024-04-28 Przemysław... make : change GNU make default CXX from g++ to c++...
2024-04-28 goldwavingRemove unnecessary memory reallocation in fft (#2080)
2024-04-24 Georgi Gerganovmodels : disable old script (#2079)
2024-04-24 Georgi Gerganovwhisper : more prominent log message for sub-1s audio...
2024-04-17 Georgi Gerganovmain : pass nullptr when regex is empty (#2070)
2024-04-16 AIWintermuteAIreadme : add up-to-date repository for Python bindings...
2024-04-16 Georgi Gerganovrelease : v1.5.5
2024-04-15 Emmanuel Schmidbauerserver : add dtw (#2044)
2024-04-15 Didzis Goskobuild : fix embedded Metal library generation (#2045)
2024-04-15 Pedro Probstnode : support no timestamps (#2048)
2024-04-15 Didzis Goskobuild : detect AVX512 in Makefile, add AVX512 option...
2024-04-15 Kendrick Taylorwhisper.nvim : fix missing reference to "model" variabl...
2024-04-15 Ikko Eltociear... whisper : update grammar-parser.cpp (#2058)
2024-04-09 Georgi Gerganovsync : ggml
2024-04-09 Georgi Gerganovlicense : update copyright notice + add AUTHORS
2024-04-09 Carolinabananallama : add Command R Plus support (llama/6491)
2024-04-09 Abhilash Majumderremove row=1 cond (llama/6532)
2024-04-09 Neo Zhang Jianyusupport/fix OPs GGML_TYPE_IQ4_NL, GGML_TYPE_IQ4_XS...
next