]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/shortlog
pkg/ggml/sources/whisper.cpp
2023-12-01 Georgi Gerganovggml : re-enable blas for src0 != F32 (#1583)
2023-11-30 Aleksander... Server : Add support for .vtt format to Whisper server...
2023-11-28 Oleg Sidorovserver : backport .srt output format (#1565)
2023-11-28 Gregor Jasnycmake : install required ggml.h header (#1568)
2023-11-28 Kasumiserver : set default CORS headers to allow all (#1567)
2023-11-27 Hangreadme : update help (#1560)
2023-11-27 bobqianicCI : Add CUDA 11.8.0 support (#1554)
2023-11-27 bobqianicCI : Rectify the Clang-Related workflow issues (#1551)
2023-11-27 Ismatulla Mansurovserver : automatically convert audio on the server...
2023-11-24 Georgi Gerganovwhisper : remove trailing whitespaces
2023-11-24 Georgi Gerganovrelease : v1.5.1
2023-11-24 Georgi Gerganovmetal : add backend function to check device family...
2023-11-24 Georgi Gerganovcuda : sync some minor stuff from llama.cpp (#1548)
2023-11-24 Georgi Gerganovwhisper : fix typo
2023-11-24 ecneladisserver : add --print-realtime param (#1541)
2023-11-24 bradmitwhisper : add whisper_lang_str_full (#1546)
2023-11-23 Okabintarofix(server): typo in temperature parameter (#1545)
2023-11-23 sandrohaneametal : fix build (#1544)
2023-11-23 Georgi Gerganovreadme : add server example
2023-11-22 Gleicon Moraesgo : fixed Makefile for MacOS ARM 64 (#1530)
2023-11-22 FelixChange temp file name for server application (#1535)
2023-11-21 Georgi Gerganovbench : pass memcpy threads from cli
2023-11-21 Georgi Gerganovbench : multi-thread memcpy (#1534)
2023-11-21 FelixClose file after writing in server application (#1533)
2023-11-21 Georgi Gerganovserver : add video to readme
2023-11-20 Felixserver : add a REST Whisper server example with OAI...
2023-11-20 M. A. Aliwhisper : update example in whisper.h (#1529)
2023-11-20 Georgi Gerganovsdl : fix audio callback (#1523)
2023-11-20 Georgi Gerganovwhisper : reuse whisper_decode_with_state (#1521)
2023-11-19 Tamotsu Takahashici : redistribute CUDA DLLs (#1522)
2023-11-19 sandrohaneawhisper : fix with_state methods to use the correct...
2023-11-19 Georgi Gerganovwhisper : fix overriding the audio context
2023-11-19 Georgi Gerganovcuda : assert ggml_add sources to be contiguous
2023-11-17 Georgi Gerganovios : sync submodule
2023-11-17 Georgi Gerganovsync : ggml (ggml-alloc + linker + gguf fixes) (#1501)
2023-11-16 Georgi Gerganovquantize : add support for K-quant types
2023-11-16 Georgi Gerganovbench : fix memcpy bench size
2023-11-16 Sam Pullaratalk-llama : improve quote and backtick handling (...
2023-11-15 Georgi Gerganovtalk-llama : enable GPU by default
2023-11-15 Georgi Gerganovmodels : add info about distilled models
2023-11-15 Georgi Gerganovrelease : v1.5.0
2023-11-15 Georgi Gerganovbench-all : add distil models
2023-11-15 Georgi Gerganovjs : latest whisper.js
2023-11-15 Georgi Gerganovbench-all : indentations
2023-11-15 Georgi Gerganovwhisper : make large version explicit + fix data size...
2023-11-15 Georgi Gerganovjava : fix test (#1492)
2023-11-15 Georgi Gerganovwhisper : add batched decoding (#1486)
2023-11-13 Georgi Gerganovjava : use tiny.en for tests (#1484)
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)
next