Commit History

release : v1.5.0
65d366a
unverified

ggerganov commited on

bench-all : add distil models
09d2496
unverified

ggerganov commited on

js : latest whisper.js
4b2fe60
unverified

ggerganov commited on

bench-all : indentations
92df795
unverified

ggerganov commited on

whisper : make large version explicit + fix data size units (#1493)
03a3210
unverified

ggerganov commited on

java : fix test (#1492)
d6276a7
unverified

ggerganov commited on

whisper : add batched decoding (#1486)
0131aa6
unverified

ggerganov commited on

java : use tiny.en for tests (#1484)
d03f526
unverified

ggerganov commited on

whisper : add grammar-based sampling (#1229)
46f0c56
unverified

evanqjones ggerganov commited on

talk-llama : add n_gpu_layers parameter (#1475)
aa7c2e9
unverified

TheJCDenton commited on

examples : add whisper.android.java for compatibility with older Android versions using Java (#1382)
bb48f57
unverified

Tong Li litongmacos bobqianic commited on

readme : update comment about source code
730c424
unverified

ggerganov commited on

ggml : fix some compile warnings
ad6c9c1
unverified

ggerganov commited on

readme : update GPU / CUDA
e8ad308
unverified

ggerganov commited on

whisper : add full CUDA and Metal offloading (#1472)
da4acca
unverified

ggerganov commited on

whisper : return with error from whisper_encode_internal and whisper_decode_internal when abort callback is true (#1456)
ca0dc29
unverified

Ben Nortier bjnortier commited on

talk-llama : add language auto detect (#1467)
cfc50d3
unverified

Jakub Ráček ggerganov commited on

openvino : update convert-whisper-to-openvino.py to support v3 (#1459)
b9f3d1b
unverified

bobqianic commited on

coreml : use the correct `n_mel` value (#1458)
0220892
unverified

mljxy commited on

whisper : reset mel time when resetting timings (#1452)
8f21423
unverified

Ben Nortier bjnortier commited on

ios : add support for Swift Package Manager (#1370)
3fa9a6f
unverified

sindresorhus commited on

release : v1.4.3
4d80650
unverified

ggerganov commited on

ggml : fix MIN / MAX macro re-definition
1344fc4
unverified

ggerganov commited on

whisper : add support for large v3 (#1444)
9908abb
unverified

ggerganov commited on

android : decouple example into a library and app module (#1445)
9f860c0
unverified

tobrun commited on

whisper : reset ctx->t_start_us when calling whisper_reset_timings() (#1434)
f0f722d
unverified

Ben Nortier bjnortier commited on

cmake : fix talk-llama build
31ebf9f
unverified

ggerganov commited on

metal : fix asserts for setThreadgroupMemoryLength (close #1435)
b42b45f
unverified

ggerganov commited on

ci : fix variable names in GitHub actions config (#1440)
66cb760
unverified

iamthad commited on

talk-llama : fix n_gpu_layers usage again (#1442)
37d6862
unverified

jhenhong commited on

whisper : add missing about callback initializers
a94a8ce
unverified

ggerganov commited on

examples : fix n_gpu_layers usage in talk-llama (#1441)
e0ea7d1
unverified

jhenhong commited on

whisper : add context param to disable gpu (#1293)
290abed
unverified

jhenhong ggerganov commited on

whisper : add support for new distilled Whisper models (#1424)
a570c92
unverified

ggerganov commited on

cuda : fix HIPBLAS build
46033e6
unverified

ggerganov commited on

sync : ggml (backend v2, k-quants, CUDA opts, Metal opts, etc.) (#1422)
7006035
unverified

ggerganov Chris Raethke commited on

models : use absolute paths for the converted model (#1356)
6023f2d
unverified

bobqianic commited on

talk-llama : move up-to-date demo to top (#1417)
060e781
unverified

asadm commited on

talk-llama : add an up-to-date demo video
b41f03a
unverified

ggerganov commited on

examples : Implement JSON output for Token-Level data in main (#1358)
d166741
unverified

akx commited on

models : Faster download for models on windows using BitTransfer (#1404)
b1a3c5a
unverified

WhiteOlivierus commited on

README : Update README in stream to clarify where to compile from (Issue #1400)
51306fa
unverified

ai-at-home AI @ Home bobqianic commited on

binding : Expose the audio_ctx param through the Go binding (#1368)
8e7b807
unverified

djojoz commited on

README : fix typo (#1362)
d676563
unverified

jorismertz commited on

docker : Add dockerfile for cublas (#1286)
75470cc
unverified

joecryptotoo bobqianic commited on

whisper : abort callback improvements (#1345)
776adfd
unverified

mkiol commited on

cmake : Abort the build if a requested feature could not be configured (#1350)
fb91f57
unverified

Marcin Mielniczuk commited on

cmake : Prefer pkg-config while looking for BLAS (#1349)
67693c8
unverified

Marcin Mielniczuk commited on

models : add conversion scripts from HuggingFace models to CoreML (#1304)
756cd4b
unverified

AlienKevin commited on

whisper : add abort callback (#1335)
08ba486
unverified

mkiol commited on