]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2025-03-27 jklincnggml-backend : fix backend search path (llama/12330)
2025-03-27 BB-fatmetal : Cache the Metal library at the device context...
2025-03-27 Evemat vec double buffer (llama/12188)
2025-03-27 R0CKSTARmusa: support new arch mp_31 and update doc (llama...
2025-03-27 Henry Linjamäkiopencl: use OpenCL C standard supported by the device...
2025-03-27 Jason C.Hggml-backend : make path_str compatible with C++20...
2025-03-27 Daniel Beveniusggml : skip intermediate .air file when compiling ...
2025-03-27 Christian Kastnercmake: Enable specifying exact PowerPC CPU architecture...
2025-03-27 Christian Kastnercmake: Comment out GGML_BIN_DIR for now (ggml/1139)
2025-03-27 Georgi Gerganovscripts : update sync
2025-03-26 Daniel Beveniusbindings-go : update Makefile to use cmake (#2952)
2025-03-26 Dan Johanssonwhisper : add support for backends with multiple ggml_b...
2025-03-26 Daniel Beveniusbindings.java : enable copyLibs task [no ci] (#2949)
2025-03-26 Daniel Beveniusbindings.javascript : update test instructions [no...
2025-03-26 Page-MSreadme : add note about SDL2 (#2946)
2025-03-25 Daniel Beveniuswhisper.android : add GGML_USE_CPU compile definition...
2025-03-25 Daniel Beveniuswhisper.android.java : update build with ggml source...
2025-03-25 Akarshan Biswasci: fix SYCL build (#2943)
2025-03-24 Daniel Beveniusexamples : reduce initial memory to 512MB (#2939)
2025-03-24 Daniel Beveniusexamples : fix nthread parsing in whisper.wasm (#2938)
2025-03-24 Daniel Beveniusexamples : fix request path for local worker files...
2025-03-24 Daniel Beveniusggml : add logging for native build options/vars (...
2025-03-24 Peterwhisper : enhance model download scripts functionality...
2025-03-24 Daniel Beveniuswhisper : initialize decoder's rng with unique seed...
2025-03-22 Daniel Beveniusci : remove CMAKE_CUDA_ARCHITECTURES in windows-cublas...
2025-03-22 Peterwhisper : update default model download directory behav...
2025-03-21 Daniel Beveniuswhisper.swiftui : Add Core ML support to README [no...
2025-03-21 Daniel Beveniusreadme : update Python version to 3.11 for Core ML...
2025-03-21 Daniel Beveniuswhisper : add check for CPU backend initialization...
2025-03-21 Daniel Beveniusexamples : update whisper.objc README.md (#2916)
2025-03-21 Daniel Beveniusci : increase windows-cublas evict-old-files to 5d...
2025-03-20 Daniel Beveniusxcframework : add support for CoreML to ios/macOS ...
2025-03-20 Daniel Beveniusexamples : add WHISPER_SDL2 check to deprecation execut...
2025-03-20 Daniel Beveniusci : use ninja and fix caching for windows-cublas ...
2025-03-20 Daniel Beveniusexamples : update wasm examples to include server.py...
2025-03-20 Daniel Beveniusexamples : command.wasm updates (#2904)
2025-03-19 Daniel Beveniusci : refactor cuda toolkit installation steps (#2902)
2025-03-19 Amanda Der... go : add Encoder Begin Callback (#2900)
2025-03-19 Daniel Beveniusci : add ccache action to windows-cublas job (#2893)
2025-03-18 Daniel Beveniuswhisper : fix compiler warnings in whisper.cpp (#2895)
2025-03-18 Daniel Beveniusci : add missing env.branch_name to build.yml (#2896)
2025-03-18 Daniel Beveniuswhisper : enable compiler warnings for src (#2891)
2025-03-18 Daniel Beveniusci : add release job and include xcframework (#2889)
2025-03-17 Daniel Beveniusexamples : use xcframework in whisper.objc example...
2025-03-17 Peterwhisper : add option to use system-installed GGML ...
2025-03-17 Anders Bjarbyconvert : update convert-h5-to-ggml.py (#2840)
2025-03-14 Daniel Beveniusexamples : add GGML_USE_CPU=ON flag to whisper.objc...
2025-03-14 Benjamin Ryanggml-ci: update input env variables to GG_BUILD_ (...
2025-03-14 Benjamin Ryanggml-ci: add run.sh (#2877)
2025-03-14 Daniel Beveniusexamples : add dl to the list of libraries linked ...
2025-03-13 Martin Destagnolwhisper: add xcframework build script (#2873)
2025-03-08 Georgi Gerganovobjc : fix build, tmp remove GPU support, use C++17
2025-03-08 Georgi Gerganovcmake : fix ggml-config (ggml/0)
2025-03-08 Georgi Gerganovsync : ggml upstream/1.7.4+203
2025-03-08 Rémy Oggml-cpu: faster AVX2 variant for IQ1_M (llama/12216)
2025-03-08 BB-fatmetal : simplify kernel arguments using a struct (ggml...
2025-03-08 Daniel Beveniusmetal : fix default.metallib build (llama/12224)
2025-03-08 lhezopencl: Noncontiguous `norm`, `rms_norm`, disable ...
2025-03-08 xiaofeicmake : fix undefined reference errors for std::filesys...
2025-03-08 Johannes GäßlerCUDA: fix FA logic for PTX 7.0 and CC >= 7.5 (llama...
2025-03-08 uvosHIP/CUDA: set the paramerter value in maintain_cuda_gra...
2025-03-08 Henry Linjamäkiopencl : fix buffer alignment (llama/12197)
2025-03-08 Henry Linjamäkiopencl : fix `ulong` kernel args were set from `int...
2025-03-08 simon886212opencl : fix profile-related errors (llama/12095)
2025-03-08 Rémy Oggml-cpu: Faster IQ1 mul_mat_vec on AVX2 using BMI2...
2025-03-08 Akarshan BiswasSYCL: Disable f16 Unary OPs as not supported by the...
2025-03-08 Plamen Minevggml : fix GGMLMetalClass ODR (llama/12200)
2025-03-08 vmobilisggml : ggml_compute_forward_concat() for arbitrary...
2025-03-08 Georgi Gerganovvulkan : sync (llama/0)
2025-03-08 mgroeber9110ggml : portability fixes for VS 2017 (llama/12150)
2025-03-08 David HuangHIP: implement FlashAttention via rocWMMA for CDNA...
2025-03-08 ag2s20150909ggml : fix kleidiai build (llama/12159)
2025-03-08 Akarshan BiswasSYCL: Move CPY kernels to a separate file and add few...
2025-03-08 Diego Devesaggml-backend : keep paths in native string type when...
2025-03-08 Erik ScholzCUDA: compress mode option and default to size (llama...
2025-03-08 William Tambelliniggml : upgrade init_tensor API to return a ggml_status...
2025-03-08 Rémy Ovulkan: add specific MMV kernels for IQ2 and IQ3 quants...
2025-03-08 Johannes GäßlerCUDA: fix logic for V100 + GGML_CUDA_FORCE_MMQ (llama...
2025-03-08 Prashant Vithuleggml: aarch64: implement SVE kernels for q2_k_q8_k...
2025-03-08 hipuddingCANN: Fix build error with GCC 13 (llama/11990)
2025-03-08 Evevulkan: matmul dequantization improvements (llama/12015)
2025-03-08 Danielevulkan: improve im2col (llama/11826)
2025-03-08 Vladimir Vuksanoviccmake: Fix ggml backend dependencies and installation...
2025-03-08 Jeff Bolzvulkan: fix assertion when qy_needs_dequant (llama...
2025-03-08 Molly Sophiaggml-cpu: Fix build with sve (llama/12059)
2025-03-08 cmdr2cuda: unary ops as float + de-duplicate (ggml/1130)
2025-03-08 cmdr2cuda/vulkan: specify fp32-only support for some operati...
2025-03-08 cmdr2cuda/cpu: Increase support for fp16 unary operations...
2025-03-08 petterreinholdtsenTold cmake to install ggml-cpp.h as a public header...
2025-03-07 Ivy233common : more general m_audio_len update logic (#2855)
2025-03-07 Ryan Johnsongo : improve model download (#2756)
2025-03-04 Dmitry Atamanovcommon : fix audio loading by miniaudio (#2862)
2025-03-02 Lin Xiaodongfix: missing include common-whisper (#2858)
2025-02-28 KITAITI Makotoruby : follow audio library change (#2851)
2025-02-27 Diego Devesawhisper : support GGML_BACKEND_DL (#2843)
2025-02-27 Georgi Gerganovcommon : separate whisper sources (#2846)
2025-02-27 Georgi Gerganovcommon : fix build min/max (#2845)
2025-02-27 Dmitry Atamanovexamples : use miniaudio for direct decoding flac,...
2025-02-27 petterreinholdtsenstream : stop on ^C when no audio is received (#2822)
2025-02-27 Georgi Gerganovsync : ggml
next