Spaces:
Sleeping
Sleeping
Commit History
bench : add memcpy and ggml_mul_mat benchmarks a660ed9 unverified
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
stream : fix --keep_context argument to be used correctly (#354) 7d451fb unverified
go : remove sample_best and sample_timestamp bindings (#409) 996990d unverified
Update README.md 9f91b63 unverified
cmake : bump version to 1.1.0 edc127c unverified
Update README.md 8c48a6f unverified
whisper : account speed_up flag for short audio (close #405) 48d531b unverified
Update README.md c39ebff unverified
bench.wasm : print system info 65621fb unverified
Improve decoding (#291) c46c0dc unverified
stream : fix a bug that inserted a lot of empty audio at the start ca49ab0 unverified
ggml : remove obsolete zeroing + comment fixes (#390) 9c35c0d unverified
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
ggml : improve vec_dot_f16 unrolling in flash_attn_f16 6e57274 unverified
command : clean-up / refactoring / formatting (#383) fdd70c9 unverified
command : always-prompt mode (#383) d11f3b5 unverified
go : adding features to the go-whisper example, go ci, etc (#384) 728fcbe unverified
ggml : fix bug in new soft max computation c59ce76 unverified
cmake : add -Wno-unused-function + update whisper.js a9aee6f unverified
ggml : when using BLAS start only 1 CPU thread 6c4692f unverified
ggml : fix running tasks with variable number of threads 2078d85 unverified
ggml : unroll ggml_vec_dot_f16 in ggml_compute_forward_flash_attn_f16 f07fecd unverified
whisper : revert accidental MB change db991e1 unverified
ggml : speed-up soft max via Accelerate + unroll fdaf59a unverified
ggml : use vDSP_sve and vDSP_maxv from Accelerate ed14a8b unverified
ggml : make gcc happy (minor) 496acd2 unverified
talk.wasm : bump memory usage + update whisper.js ed67112 unverified
cmake : support AVX2 in Windows better (#381) ef2ccf5 unverified
m.bell commited on
Revert "tmp" eba6821 unverified
go : bindings updated so they can be used in third party packages. (#379) 4030b6d unverified
tmp 6101321 unverified
cmake : change min required version to 3.0 (#351) 33bd153 unverified
command : add "guided-mode" video demo in the README.md c9dec6f unverified
ggml : add SSE3 and fp16 conversion lookup table (#368) 2c3f7d4 unverified
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
ci : add emscripten build 2f8e217 unverified
main : make whisper_print_segment_callback() more readable (close #371) 02b3e34 unverified
cmake : add CMAKE_RUNTIME_OUTPUT_DIRECTORY d472548 unverified
ggml : add void to argument-less functions f06f912 unverified
minor : close #370 + Makefile build info print change e78ac30 unverified
cmake : update to 3.19 (#351) 37e2420 unverified
Andy Maloney commited on