Commit Graph

463 Commits (59c997ca2dfd501b0451ebdf6d798caad044179a)
 

Author SHA1 Message Date
Georgi Gerganov 8de452c18b
Improve decoding (#291)
2 years ago
Georgi Gerganov a6dbd9188b
stream : fix a bug that inserted a lot of empty audio at the start
2 years ago
Georgi Gerganov 4ef3398e8f
ggml : remove obsolete zeroing + comment fixes (#390)
2 years ago
Ian Bicking 5e9f33596f
readme : clarify main and stream usage (#391)
2 years ago
Abitofevrything 8d7b29cedd
ggml : correct behaviour of ggml_vec_sum_f32 (#390)
2 years ago
boolemancer 08dc705a69
whisper : fix sample_to_timestamp calculation with 64 bit precision to avoid overflow (#388)
2 years ago
Syahmi Azhar 1512545149
whisper : add loader class to allow loading from buffer and others (#353)
2 years ago
Georgi Gerganov 52a3e0c92a
ggml : improve vec_dot_f16 unrolling in flash_attn_f16
2 years ago
Georgi Gerganov d1ea1220ff
command : clean-up / refactoring / formatting (#383)
2 years ago
David 9c4a1522f6
command : always-prompt mode (#383)
2 years ago
David Thorpe f078a6f20e
go : adding features to the go-whisper example, go ci, etc (#384)
2 years ago
Georgi Gerganov f30b5d322c
ggml : fix bug in new soft max computation
2 years ago
Georgi Gerganov 44efbf7ff1
cmake : add -Wno-unused-function + update whisper.js
2 years ago
Georgi Gerganov d347a59a5f
ggml : when using BLAS start only 1 CPU thread
2 years ago
Georgi Gerganov 6394c906af
ggml : fix running tasks with variable number of threads
2 years ago
Georgi Gerganov 74ffa14e1d
ggml : unroll ggml_vec_dot_f16 in ggml_compute_forward_flash_attn_f16
2 years ago
Georgi Gerganov 65fdcbbbbb
whisper : revert accidental MB change
2 years ago
Georgi Gerganov d61d55cd4b
ggml : speed-up soft max via Accelerate + unroll
2 years ago
Georgi Gerganov d51fc3ee0a
ggml : use vDSP_sve and vDSP_maxv from Accelerate
2 years ago
Georgi Gerganov f82a7dd019
ggml : make gcc happy (minor)
2 years ago
Georgi Gerganov 87dd4a3081
talk.wasm : bump memory usage + update whisper.js
2 years ago
m.bell 41e05c6b1b
cmake : support AVX2 in Windows better (#381)
2 years ago
Georgi Gerganov fa379cb22a
Revert "tmp"
2 years ago
David Thorpe 322f4e6c4e
go : bindings updated so they can be used in third party packages. (#379)
2 years ago
Georgi Gerganov 1652965529
tmp
2 years ago
Georgi Gerganov 6042c7a3be
cmake : change min required version to 3.0 (#351)
2 years ago
Georgi Gerganov 6b351bb669
command : add "guided-mode" video demo in the README.md
2 years ago
Abitofevrything a62170c656
ggml : add SSE3 and fp16 conversion lookup table (#368)
2 years ago
Thomas Fitzsimmons 1944e7c33e whisper : document POWER VSX support
2 years ago
Thomas Fitzsimmons 49a8dd6732 ggml : reorganize POWER9 ppc64le SIMD code
2 years ago
Thomas Fitzsimmons 8c7f642286 ggml : change f16 load and store macro arguments
2 years ago
Georgi Gerganov ad2a4ffa03
whisper : do not use F16 tensors when in F32 mode (#369)
2 years ago
Georgi Gerganov b3c865083e
ci : add emscripten build
2 years ago
Georgi Gerganov a0d4f8e65c
main : make whisper_print_segment_callback() more readable (close #371)
2 years ago
Georgi Gerganov 4a214d2f07
cmake : add CMAKE_RUNTIME_OUTPUT_DIRECTORY
2 years ago
Georgi Gerganov 0a0cfa7985
ggml : add void to argument-less functions
2 years ago
Georgi Gerganov 196d738974
minor : close #370 + Makefile build info print change
2 years ago
Andy Maloney 84c6b42e65
cmake : update to 3.19 (#351)
2 years ago
Andy Maloney dd6d582977 whisper : use ranged-based for loops for readability
2 years ago
Georgi Gerganov d51c5eb906
ggml : define MIN / MAX only if not defined (minor)
2 years ago
Georgi Gerganov 0be6a1afd9
make : print build information
2 years ago
Georgi Gerganov a466c3404d
stream : fix data race on bool + avoid division-by-zero
2 years ago
Georgi Gerganov d629c034a4
models : fix HF model URL (close #356)
2 years ago
Andy Maloney f00509d57c
command : refactor to split command list & general transcription modes (#331)
2 years ago
Thomas Fitzsimmons 424c410c42 ggml : improve f16 acceleration for POWER9 ppc64le
2 years ago
Georgi Gerganov d97e6005e9
whisper : add whisper_n_audio_ctx and check for invalid audio_ctx
2 years ago
Ikko Ashimine 3467230a77 models : fix typo in convert-h5-to-ggml.py
2 years ago
Avik Sengupta a091581eb3
cmake : add runtime destination install (#345)
2 years ago
Georgi Gerganov 68daf6e487
whisper : avoid some memory allocations
2 years ago
Niels Mayer a593b932e4
main : add -ocsv, aka --output-csv to output a CSV file
2 years ago