Spaces:
Sleeping
Sleeping
Commit History
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
whisper : use ranged-based for loops for readability 763a6f3
Andy Maloney commited on
ggml : define MIN / MAX only if not defined (minor) 2117da6 unverified
make : print build information 4b10327 unverified
stream : fix data race on bool + avoid division-by-zero 3753d20 unverified
models : fix HF model URL (close #356) 691ac92 unverified
command : refactor to split command list & general transcription modes (#331) 046f2e5 unverified
Andy Maloney commited on
ggml : improve f16 acceleration for POWER9 ppc64le f92a260
Thomas Fitzsimmons commited on
whisper : add whisper_n_audio_ctx and check for invalid audio_ctx 821a538 unverified
models : fix typo in convert-h5-to-ggml.py dc8eb84
cmake : add runtime destination install (#345) 4bc14b2 unverified
whisper : avoid some memory allocations 8dfec0c unverified
main : add -ocsv, aka --output-csv to output a CSV file 20ca90d unverified
make : add i686 arch (close #329) 86b56ca unverified
ggml : barrier refactor + static functions 7b501c1 unverified
ggml : simplify the SIMD code (#324) 6fe850c unverified
examples : fix memory leak on failure to load gpt2 model (#323) c92d0b9 unverified
Andy Maloney commited on
examples : small code cleanups (#322) e0255d4 unverified
Andy Maloney commited on
ggml : use vaddvq_f32 for slightly more efficient reduce 550fbf8 unverified
ggml : add f16 acceleration for POWER9 ppc64le 0d5a830
Thomas Fitzsimmons commited on
models : fix support for spaces in path (close #315) f39e0be unverified
whisper : use emplace_back in place of push_back (#319) 490ad62 unverified
Andy Maloney commited on