Spaces:
Sleeping
Sleeping
Commit History
examples : add whisper.android.java for compatibility with older Android versions using Java (#1382) bb48f57 unverified
Tong Li litongmacos bobqianic commited on
whisper : add full CUDA and Metal offloading (#1472) da4acca unverified
talk-llama : add language auto detect (#1467) cfc50d3 unverified
ios : add support for Swift Package Manager (#1370) 3fa9a6f unverified
whisper : add support for large v3 (#1444) 9908abb unverified
android : decouple example into a library and app module (#1445) 9f860c0 unverified
cmake : fix talk-llama build 31ebf9f unverified
talk-llama : fix n_gpu_layers usage again (#1442) 37d6862 unverified
examples : fix n_gpu_layers usage in talk-llama (#1441) e0ea7d1 unverified
sync : ggml (backend v2, k-quants, CUDA opts, Metal opts, etc.) (#1422) 7006035 unverified
talk-llama : move up-to-date demo to top (#1417) 060e781 unverified
talk-llama : add an up-to-date demo video b41f03a unverified
examples : Implement JSON output for Token-Level data in main (#1358) d166741 unverified
README : Update README in stream to clarify where to compile from (Issue #1400) 51306fa unverified
ai-at-home AI @ Home bobqianic commited on
whisper : abort callback improvements (#1345) 776adfd unverified
mkiol commited on
examples : move wav_writer from stream.cpp to common.h (#1317) 6c20dfb unverified
bobqianic commited on
examples: Update the README for Talk - fixing the gpt2 URL (#1334) 751235c unverified
Examples: Add save audio to file option in stream.cpp (#1310) 30cdb60 unverified
litong bobqianic commited on
bench: fix missing include <cstring> (#1303) eb68655 unverified
Evgeny Kuznetsov commited on
talk-llama : update to latest llama.cpp 1493d0c unverified
whisper : Metal and ggml-alloc support (#1270) 714ee6b unverified
build : do not use _GNU_SOURCE gratuitously (#1129) beefa34 unverified
Przemysław Pawełczyk commited on
examples : fix build + compile warnings (close #1256) 2cfc05a unverified
whisper.android : bump gradle plugin and dependencies + a lint pass (#1255) 887812b unverified
Digipom commited on
whisper.android : address ARM's big.LITTLE arch by checking cpu info (#1254) a3cb126 unverified
Digipom commited on
ggml : sync (ggml-alloc, GPU, eps, etc.) (#1220) d41ba35 unverified
whisper.android : fix cmake multiple libraries build (#1224) 96ada58 unverified
examples : vim plugin and LSP server (#1144) 358f6c9 unverified
AustinMroz commited on
whisper : significantly improve the inference quality (#1148) 7b59286 unverified
whisper.android : migrate from ndk-build to CMake (#1204) df7ed53 unverified
junkfood commited on
quantize : fix load vocab crash when len is 128 (#1160) 7676245 unverified
examples : add tinydiarization support for streaming (#1137) 61d4989 unverified
whisper : move progress calculation out of whisper.cpp (#1081) cde9ea7 unverified
Hrishikesh Barman commited on
examples : add Vim plugin (#1131) fde2cd7 unverified
AustinMroz commited on
whisper : minor OpenVINO refactoring (#1037) fc78e6a unverified
whisper : add OpenVINO support (#1037) 49bcee6 unverified
whisper : support speaker segmentation (local diarization) of mono audio via tinydiarize (#1058) eedbf0c unverified
talk-llama : fix new rope interface 982cdf8 unverified
Revert "ggml : do not use _GNU_SOURCE gratuitously (#1027)" 1e5ddb0 unverified
ggml : sync latest repo (mostly refactoring changes) d97fd69 unverified
talk-llama : fix build on macOS (#1062) 15d6fd8 unverified
Przemysław Pawełczyk commited on
ggml : do not use _GNU_SOURCE gratuitously (#1027) 3a69cdf unverified
Przemysław Pawełczyk commited on
talk-llama : fix build after ggml sync (#1049) 4dcdfda unverified
Przemysław Pawełczyk commited on
models : cd statements are quoted to allow spaces in path (#1041) 3063d29 unverified
Roddur Dasgupta commited on