Commit History

whisper : remove trailing whitespaces
ee64ad8
unverified

ggerganov commited on

release : v1.5.1
4515273
unverified

ggerganov commited on

metal : add backend function to check device family support (#1547)
c95e649
unverified

ggerganov commited on

cuda : sync some minor stuff from llama.cpp (#1548)
cc06e31
unverified

ggerganov commited on

whisper : fix typo
c692ba5
unverified

ggerganov commited on

server : add --print-realtime param (#1541)
83982ec
unverified

ecneladis commited on

whisper : add whisper_lang_str_full (#1546)
904280f
unverified

bradmit ggerganov commited on

fix(server): typo in temperature parameter (#1545)
91e39cd
unverified

Okabintaro commited on

metal : fix build (#1544)
02dbf1a
unverified

sandrohanea commited on

readme : add server example
544bef6
unverified

ggerganov commited on

go : fixed Makefile for MacOS ARM 64 (#1530)
5dbb1e3
unverified

gleicon ggerganov commited on

Change temp file name for server application (#1535)
531cbf9
unverified

felrock commited on

bench : pass memcpy threads from cli
027d207
unverified

ggerganov commited on

bench : multi-thread memcpy (#1534)
c0ee6b3
unverified

ggerganov commited on

Close file after writing in server application (#1533)
3217f72
unverified

felrock commited on

server : add video to readme
456ddab
unverified

ggerganov commited on

server : add a REST Whisper server example with OAI-like API (#1380)
8a0d34c
unverified

felrock ggerganov commited on

whisper : update example in whisper.h (#1529)
5a48cf5
unverified

M. A. Ali commited on

sdl : fix audio callback (#1523)
cd7b137
unverified

ggerganov commited on

whisper : reuse whisper_decode_with_state (#1521)
5938aed
unverified

ggerganov commited on

ci : redistribute CUDA DLLs (#1522)
aaab0d5
unverified

Tamotsu Takahashi commited on

whisper : fix with_state methods to use the correct state (#1519)
2b4a95c
unverified

sandrohanea Sandro Hanea commited on

whisper : fix overriding the audio context
d717a20
unverified

ggerganov commited on

cuda : assert ggml_add sources to be contiguous
c012035
unverified

ggerganov commited on

ios : sync submodule
c0b01ea
unverified

ggerganov commited on

sync : ggml (ggml-alloc + linker + gguf fixes) (#1501)
58507b9
unverified

ggerganov commited on

quantize : add support for K-quant types
91ed6bd
unverified

ggerganov commited on

bench : fix memcpy bench size
97246e8
unverified

ggerganov commited on

talk-llama : improve quote and backtick handling (#1364)
fa6a8a8
unverified

Sam Pullara commited on

talk-llama : enable GPU by default
afd6523
unverified

ggerganov commited on

models : add info about distilled models
8c251e2
unverified

ggerganov commited on

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