Commit History

whisper.android : add support for loading directly from asset in C (#415)
eb271b2
unverified

Digipom commited on

whisper : fix possible uninitialized variables (#291)
f31830b
unverified

ggerganov commited on

stream : fix --keep_context argument to be used correctly (#354)
7d451fb
unverified

ggerganov commited on

go : remove sample_best and sample_timestamp bindings (#409)
996990d
unverified

trojan295 commited on

Update README.md
9f91b63
unverified

ggerganov commited on

cmake : bump version to 1.1.0
edc127c
unverified

ggerganov commited on

Update README.md
8c48a6f
unverified

ggerganov commited on

whisper : account speed_up flag for short audio (close #405)
48d531b
unverified

ggerganov commited on

Update README.md
c39ebff
unverified

ggerganov commited on

bench.wasm : print system info
65621fb
unverified

ggerganov commited on

Improve decoding (#291)
c46c0dc
unverified

ggerganov commited on

stream : fix a bug that inserted a lot of empty audio at the start
ca49ab0
unverified

ggerganov commited on

ggml : remove obsolete zeroing + comment fixes (#390)
9c35c0d
unverified

ggerganov commited on

readme : clarify main and stream usage (#391)
7d148db
unverified

Ian Bicking commited on

ggml : correct behaviour of ggml_vec_sum_f32 (#390)
ffffc6e
unverified

Abitofevrything commited on

whisper : fix sample_to_timestamp calculation with 64 bit precision to avoid overflow (#388)
9c311e8
unverified

boolemancer ggerganov commited on

whisper : add loader class to allow loading from buffer and others (#353)
8060473
unverified

prsyahmi ggerganov commited on

ggml : improve vec_dot_f16 unrolling in flash_attn_f16
6e57274
unverified

ggerganov commited on

command : clean-up / refactoring / formatting (#383)
fdd70c9
unverified

ggerganov commited on

command : always-prompt mode (#383)
d11f3b5
unverified

dnhkng commited on

go : adding features to the go-whisper example, go ci, etc (#384)
728fcbe
unverified

djthorpe commited on

ggml : fix bug in new soft max computation
c59ce76
unverified

ggerganov commited on

cmake : add -Wno-unused-function + update whisper.js
a9aee6f
unverified

ggerganov commited on

ggml : when using BLAS start only 1 CPU thread
6c4692f
unverified

ggerganov commited on

ggml : fix running tasks with variable number of threads
2078d85
unverified

ggerganov commited on

ggml : unroll ggml_vec_dot_f16 in ggml_compute_forward_flash_attn_f16
f07fecd
unverified

ggerganov commited on

whisper : revert accidental MB change
db991e1
unverified

ggerganov commited on

ggml : speed-up soft max via Accelerate + unroll
fdaf59a
unverified

ggerganov commited on

ggml : use vDSP_sve and vDSP_maxv from Accelerate
ed14a8b
unverified

ggerganov commited on

ggml : make gcc happy (minor)
496acd2
unverified

ggerganov commited on

talk.wasm : bump memory usage + update whisper.js
ed67112
unverified

ggerganov commited on

cmake : support AVX2 in Windows better (#381)
ef2ccf5
unverified

m.bell commited on

Revert "tmp"
eba6821
unverified

ggerganov commited on

go : bindings updated so they can be used in third party packages. (#379)
4030b6d
unverified

djthorpe commited on

tmp
6101321
unverified

ggerganov commited on

cmake : change min required version to 3.0 (#351)
33bd153
unverified

ggerganov commited on

command : add "guided-mode" video demo in the README.md
c9dec6f
unverified

ggerganov commited on

ggml : add SSE3 and fp16 conversion lookup table (#368)
2c3f7d4
unverified

Abitofevrything ggerganov commited on

whisper : document POWER VSX support
4dbf7ee

Thomas Fitzsimmons commited on

ggml : reorganize POWER9 ppc64le SIMD code
e0a5614

Thomas Fitzsimmons commited on

ggml : change f16 load and store macro arguments
4a68b87

Thomas Fitzsimmons commited on

whisper : do not use F16 tensors when in F32 mode (#369)
2a7f387
unverified

ggerganov commited on

ci : add emscripten build
2f8e217
unverified

ggerganov commited on

main : make whisper_print_segment_callback() more readable (close #371)
02b3e34
unverified

ggerganov commited on

cmake : add CMAKE_RUNTIME_OUTPUT_DIRECTORY
d472548
unverified

ggerganov commited on

ggml : add void to argument-less functions
f06f912
unverified

ggerganov commited on

minor : close #370 + Makefile build info print change
e78ac30
unverified

ggerganov commited on

cmake : update to 3.19 (#351)
37e2420
unverified

Andy Maloney commited on

whisper : use ranged-based for loops for readability
763a6f3

Andy Maloney commited on

ggml : define MIN / MAX only if not defined (minor)
2117da6
unverified

ggerganov commited on