Spaces:
Running
Running
Commit History
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
whisper : fix mem leak on failure to load model (#318) be00889 unverified
Andy Maloney commited on
ggml : make consts static (#317) 786be65 unverified
Andy Maloney commited on
Update README.md 4dfaafd unverified
examples : add whisper.swiftui demo app (#308) 1d5c7f2 unverified
Digipom commited on
Update README.md 7a0b310 unverified
minor : small code cleanups (#302) 142f526 unverified
minor : flag "ARM FMA" -> "ARM_FMA" 71de15e
Build a vfpv4 library for armeabi-v7a and do runtime detection to select the right library b17dc4f
Kevin Brothaler commited on
Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a. 1fff54f
Kevin Brothaler commited on
Bump NDK version dbe19c7
Kevin Brothaler commited on
whisper : use nullptr (C++11) instead of NULL macro (#299) 2479ccb unverified
Andy Maloney commited on
cmake : add headers to target (#298) 0be4a11 unverified
Andy Maloney commited on
go : run `go mod tidy` before building examples + fix permissions (#296) 8517b79 unverified
Mohit Agarwal commited on
bindings : initial import of golang bindings (#287) 5e456c0 unverified
Update README.md 9fc9845 unverified
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings 7ffa531 unverified
minor : resolves some of warnings when compiling with clang/clang++ (#294) 061b71e unverified
release : v1.0.4 e29a728 unverified
Add AVX,AVX2 support for ggml_vec_scale_f32 666b50a
katsu560 commited on