]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2023-11-13 Evan Joneswhisper : add grammar-based sampling (#1229)
2023-11-13 rlapraytalk-llama : add n_gpu_layers parameter (#1475)
2023-11-12 Tong Liexamples : add whisper.android.java for compatibility...
2023-11-12 Georgi Gerganovreadme : update comment about source code
2023-11-12 Georgi Gerganovggml : fix some compile warnings
2023-11-12 Georgi Gerganovreadme : update GPU / CUDA
2023-11-12 Georgi Gerganovwhisper : add full CUDA and Metal offloading (#1472)
2023-11-10 Ben Nortierwhisper : return with error from whisper_encode_interna...
2023-11-09 Jakub Ráčektalk-llama : add language auto detect (#1467)
2023-11-09 bobqianicopenvino : update convert-whisper-to-openvino.py to...
2023-11-08 Xiao-Yong Jincoreml : use the correct `n_mel` value (#1458)
2023-11-08 Ben Nortierwhisper : reset mel time when resetting timings (#1452)
2023-11-07 Sindre Sorhusios : add support for Swift Package Manager (#1370)
2023-11-07 Georgi Gerganovrelease : v1.4.3
2023-11-07 Georgi Gerganovggml : fix MIN / MAX macro re-definition
2023-11-07 Georgi Gerganovwhisper : add support for large v3 (#1444)
2023-11-07 Tobrunandroid : decouple example into a library and app modul...
2023-11-07 Ben Nortierwhisper : reset ctx->t_start_us when calling whisper_re...
2023-11-07 Georgi Gerganovcmake : fix talk-llama build
2023-11-07 Georgi Gerganovmetal : fix asserts for setThreadgroupMemoryLength...
2023-11-07 iamthadci : fix variable names in GitHub actions config (...
2023-11-07 Jhen-Jie Hongtalk-llama : fix n_gpu_layers usage again (#1442)
2023-11-07 Georgi Gerganovwhisper : add missing about callback initializers
2023-11-07 Jhen-Jie Hongexamples : fix n_gpu_layers usage in talk-llama (#1441)
2023-11-06 Jhen-Jie Hongwhisper : add context param to disable gpu (#1293)
2023-11-05 Georgi Gerganovwhisper : add support for new distilled Whisper models...
2023-11-05 Georgi Gerganovcuda : fix HIPBLAS build
2023-11-03 Georgi Gerganovsync : ggml (backend v2, k-quants, CUDA opts, Metal...
2023-11-03 bobqianicmodels : use absolute paths for the converted model...
2023-11-02 Asad Memontalk-llama : move up-to-date demo to top (#1417)
2023-11-02 Georgi Gerganovtalk-llama : add an up-to-date demo video
2023-10-31 Aarni Koskelaexamples : Implement JSON output for Token-Level data...
2023-10-30 WhiteOlivierusmodels : Faster download for models on windows using...
2023-10-29 ai-at-homeREADME : Update README in stream to clarify where to...
2023-10-15 Johanbinding : Expose the audio_ctx param through the Go...
2023-10-13 jorismertzREADME : fix typo (#1362)
2023-10-11 joecryptotoodocker : Add dockerfile for cublas (#1286)
2023-10-08 mkiolwhisper : abort callback improvements (#1345)
2023-10-07 Marcin Mielniczukcmake : Abort the build if a requested feature could...
2023-10-07 Marcin Mielniczukcmake : Prefer pkg-config while looking for BLAS (...
2023-10-04 Xiang (Kevin) Limodels : add conversion scripts from HuggingFace models...
2023-10-04 mkiolwhisper : add abort callback (#1335)
2023-10-03 bobqianicexamples : move wav_writer from stream.cpp to common...
2023-10-03 Didzis Goskowhisper : add missing speaker turn API function for...
2023-09-30 brunofaustinoexamples: Update the README for Talk - fixing the gpt2...
2023-09-25 Neil Chudleighextra: Add benchmark script implemented in Python ...
2023-09-22 litongExamples: Add save audio to file option in stream.cpp...
2023-09-21 JJreadme: Fix spelling error (#1290)
2023-09-18 Artyom Mezinexamples: Update README.md of main.cpp (#1306)
2023-09-18 Jhen-Jie Hongbinding : fix ruby build by adding missing ggml-alloc...
2023-09-18 Evgeny Kuznetsovbench: fix missing include <cstring> (#1303)
2023-09-15 Georgi Gerganovwhisper : increase tokenizer buffer (close #1259)
2023-09-15 Georgi Gerganovtalk-llama : update to latest llama.cpp
2023-09-15 Georgi Gerganovsync : ggml (const correctness)
2023-09-15 Georgi Gerganovmetal : restore matrix x vector f16_f32 kerenls for now
2023-09-15 Georgi Gerganovmetal : add F32 support + update bench output
2023-09-15 Georgi Gerganovwhisper : Metal and ggml-alloc support (#1270)
2023-09-12 Georgi Gerganovwhisper : fix bench regression + fix performance when...
2023-09-10 bobqianicwhisper : faster beam_search sampling via reduced KV...
2023-09-09 Nicholas Albionjava : fixed signing of java artifact using gradle...
2023-09-08 Georgi Gerganovci : try to fix gradle action (#1265)
2023-09-08 Georgi Gerganovgitignore : update
2023-09-08 Georgi Gerganovsync : ggml (HBM + Metal + style) (#1264)
2023-09-08 Georgi Gerganovci : upgrade gradle to 2.4.2 (#1263)
2023-09-08 Georgi Gerganovsync : ggml (CUDA faster rope)
2023-09-08 Georgi Gerganovcmake : noramlize case (#1129)
2023-09-07 Przemysław... build : do not use _GNU_SOURCE gratuitously (#1129)
2023-09-07 Georgi Gerganovexamples : fix build + compile warnings (close #1256)
2023-09-07 Neil Chudleighmodels : add quantum models to download-ggml-model...
2023-09-07 Digipomwhisper.android : bump gradle plugin and dependencies...
2023-09-07 Nicholas Albionsign jar for Maven Central repo
2023-09-06 Digipomwhisper.android : address ARM's big.LITTLE arch by...
2023-09-06 Didzis Goskomake : fix detection of AVX2 on macOS (#1250)
2023-09-06 Przemysław... ggml : posixify pagesize (#1251)
2023-09-06 Nicholas Albionconfigured publishing.repositories
2023-09-05 Georgi Gerganovggml : sync latest llama.cpp (view_src + alloc improvem...
2023-09-05 Przemysław... make : improve cpuinfo handling on x86 hosts (#1238)
2023-09-05 Georgi Gerganovggml : sync (ggml-alloc, GPU, eps, etc.) (#1220)
2023-09-05 布客飞龙readme : update CMake build commands (#1231)
2023-08-31 Nicholas AlbionOSSRH_USERNAME -> JIRA_USER
2023-08-31 Nicholas Albionbuild-root-directory: bindings/java
2023-08-30 Georgi Gerganovci : enable java package publishing (#1228)
2023-08-30 ChangSeok Ohggml : fix compilation errors incurred by -Werror ...
2023-08-30 Jhen-Jie Hongwhisper.android : fix cmake multiple libraries build...
2023-08-29 Dener Stassuncoreml : wrap inference call in @autoreleasepool to...
2023-08-28 Przemysław... make : use cpuinfo in MSYS2 to enable x86 ISA extension...
2023-08-27 Przemysław... make : add support for building on DragonFlyBSD/NetBSD...
2023-08-27 Przemysław... ggml : fix compiling when SSE3 is available but not...
2023-08-27 Przemysław... ggml : detect SSSE3 (#1211)
2023-08-27 AustinMrozexamples : vim plugin and LSP server (#1144)
2023-08-27 ardforkwhisper : initial hipBLAS support (#1209)
2023-08-27 Georgi Gerganovwhisper : allow whisper_full from mel spectrogram ...
2023-08-27 bobqianicwhisper : significantly improve the inference quality...
2023-08-27 junkfoodwhisper.android : migrate from ndk-build to CMake ...
2023-08-27 Yunèsmain : log probs to text file (#1205)
2023-08-27 Fangjun Kuangwhisper : minor fixes (#1154)
2023-08-25 Marcin Mielniczukbuild : fix OpenBLAS detection under Arch Linux (#1173)
2023-08-25 Eric Swansonmake : fix Linux machines supporting AVX1 not AVX2...
2023-08-25 Alexandr Graschenkovwhisper : add precalculated values of sin/cos for speed...
2023-08-25 alonfarajmake : simplify Makefile (#1147)
next