Commit Graph

452 Commits (v1.2.0)
 

Author SHA1 Message Date
Georgi Gerganov b2083c5d02
release : v1.2.0
1 year ago
Georgi Gerganov f3ee4a9673
whisper : reduce memory usage during inference (#431)
1 year ago
Qianhe Chen c306a7fd89
addon.node : using whisper as a Node.js addon (#443)
1 year ago
polarmoon b2fc4c7010
go : support "auto" as an option when set language (#462)
1 year ago
Georgi Gerganov 291980369c
whisper : suppress task tokens (#442)
1 year ago
Taisei Mima 86ef64a855
wasm : fix typo in helper.js (#459)
1 year ago
Alex Bacart 3b1960520a
main : CSV format export trimmed spaces fix (#444)
1 year ago
Lukas Rist 2bee2650c6
go : add wrapper for system info (#456)
1 year ago
Robin beb9512be3
go : add WhisperLangAutoDetect method to go binding (#451)
1 year ago
Eric Tendian 47737b2e82
livestream.sh : run main with model arg instead of default (#453)
1 year ago
Georgi Gerganov b992f3709e
whisper : do not provide past prompt when n_max_text_ctx == 0
1 year ago
Georgi Gerganov 60337f5306
wasm : check if navigator.storage.estimate() is available
1 year ago
Lukas Rist 02c7516c57
go : added wrappers to reset and print timings (#436)
1 year ago
Georgi Gerganov 411ea9b833
ci : run workflows on pull requests + bindings depend on .h (#446)
1 year ago
Ondrej Kokes 11f61cecd6
whisper.wasm : add labels for easier radio selection (#435)
1 year ago
Georgi Gerganov b5ddb16ec7
whisper : condition timestamps to be monotonically increasing (#425)
1 year ago
fitzsim ae16c21e9c
whisper : PPC64 big-endian support (#398)
1 year ago
Georgi Gerganov 2c3f50a021
release : v1.1.1
1 year ago
Georgi Gerganov 9a65269a20
.gitignore : add arm_neon.h
1 year ago
Georgi Gerganov 78f166174f
whisper : fix condition for providing past prompt (critical)
1 year ago
Georgi Gerganov 21c569ba4a
whisper : extend information in whisper_print_timings()
1 year ago
Georgi Gerganov 1a91c19af9
whisper : perform entropy check only when we have at least 32 tokens (#412)
1 year ago
Georgi Gerganov f583e2d2f5
main : we had accidentally disabled the temperature fallback .. (#291)
1 year ago
Georgi Gerganov 206fc93396
whisper.wasm : add small and small.en models
1 year ago
Georgi Gerganov a6cf6f4c4a
bench : minor fixes
1 year ago
Chia-Hsiang Cheng 472a473fd1
main : add an option to accept optional output filenames (#424)
1 year ago
Georgi Gerganov 9ba66c2fad
stream : fix handling of --step == --length (#416)
1 year ago
Georgi Gerganov 1ccb8a46a5
bench : fix Windows linkage by moving ggml benches in whisper lib ..
1 year ago
Georgi Gerganov 1290fc6457
bench : add memcpy and ggml_mul_mat benchmarks
1 year ago
Digipom 49b529ba74
whisper.android : add support for loading directly from asset in C (#415)
1 year ago
Georgi Gerganov 8088a977af
whisper : fix possible uninitialized variables (#291)
1 year ago
Georgi Gerganov c9aeb33676
stream : fix --keep_context argument to be used correctly (#354)
1 year ago
Damian Czaja 4a3f0d3fe9
go : remove sample_best and sample_timestamp bindings (#409)
1 year ago
Georgi Gerganov 874bde887e
Update README.md
1 year ago
Georgi Gerganov 8738427dd6
cmake : bump version to 1.1.0
1 year ago
Georgi Gerganov c3991bbb24
Update README.md
1 year ago
Georgi Gerganov 00ea21668b
whisper : account speed_up flag for short audio (close #405)
1 year ago
Georgi Gerganov 0b85e8c401
Update README.md
1 year ago
Georgi Gerganov fafd78945d
bench.wasm : print system info
1 year ago
Georgi Gerganov 8de452c18b
Improve decoding (#291)
1 year ago
Georgi Gerganov a6dbd9188b
stream : fix a bug that inserted a lot of empty audio at the start
1 year ago
Georgi Gerganov 4ef3398e8f
ggml : remove obsolete zeroing + comment fixes (#390)
1 year ago
Ian Bicking 5e9f33596f
readme : clarify main and stream usage (#391)
1 year ago
Abitofevrything 8d7b29cedd
ggml : correct behaviour of ggml_vec_sum_f32 (#390)
1 year ago
boolemancer 08dc705a69
whisper : fix sample_to_timestamp calculation with 64 bit precision to avoid overflow (#388)
1 year ago
Syahmi Azhar 1512545149
whisper : add loader class to allow loading from buffer and others (#353)
1 year ago
Georgi Gerganov 52a3e0c92a
ggml : improve vec_dot_f16 unrolling in flash_attn_f16
1 year ago
Georgi Gerganov d1ea1220ff
command : clean-up / refactoring / formatting (#383)
1 year ago
David 9c4a1522f6
command : always-prompt mode (#383)
1 year ago
David Thorpe f078a6f20e
go : adding features to the go-whisper example, go ci, etc (#384)
1 year ago