Build a vfpv4 library for armeabi-v7a and do runtime detection to select the right library b17dc4f Kevin Brothaler commited on Dec 20, 2022
Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a. 1fff54f Kevin Brothaler commited on Dec 20, 2022
whisper : use nullptr (C++11) instead of NULL macro (#299) 2479ccb unverified Andy Maloney commited on Dec 22, 2022
go : run `go mod tidy` before building examples + fix permissions (#296) 8517b79 unverified Mohit Agarwal commited on Dec 22, 2022
bindings : initial import of golang bindings (#287) 5e456c0 unverified djthorpe commited on Dec 20, 2022
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings 7ffa531 unverified ggerganov HF Staff commited on Dec 19, 2022
minor : resolves some of warnings when compiling with clang/clang++ (#294) 061b71e unverified Matheus de Sousa ggerganov HF Staff commited on Dec 19, 2022
make : revert accidental change of optimization flags add362d unverified ggerganov HF Staff commited on Dec 17, 2022
ggml : implement ggml_compute_forward_dup_f16() special cases b3b8141 unverified ggerganov HF Staff commited on Dec 16, 2022
main : add option to print the progress (#276) 068424c unverified ggerganov HF Staff commited on Dec 16, 2022
main : add "--prompt" command line argument (#90) a488eb7 unverified ggerganov HF Staff commited on Dec 16, 2022
command : update README, show how to use guided mode a73a606 ggerganov HF Staff commited on Dec 13, 2022
ci : add Windows build without OpenBLAS + change to Release (#85) (#282) 40eeba4 unverified ggerganov HF Staff commited on Dec 16, 2022
whisper : improve decoding strategy (#244) 96829a5 unverified ggerganov HF Staff commited on Dec 16, 2022
ggml : make more compatible with c99 (#262) 52bc68d unverified ggerganov HF Staff commited on Dec 16, 2022
whisper : fix UB when reading buffer of length 0 bytes (#265) 0ac55b8 unverified ggerganov HF Staff commited on Dec 13, 2022
ggml : make compatible with c99 (#262) d9c1974 unverified ggerganov HF Staff commited on Dec 13, 2022
talk : make compatible with c++11 (part 2) cf313a6 unverified ggerganov HF Staff commited on Dec 11, 2022
cmake : require c++11 instead of c++20 cf916cf unverified ggerganov HF Staff commited on Dec 11, 2022
Add newline per segment for text output (#254) 3b047c2 unverified Lexevolution commited on Dec 11, 2022
bench : more concise representation of the results (#89) a9f3ce0 unverified ggerganov HF Staff commited on Dec 11, 2022
minor : fix .gitignore to not ignore examples 56bef25 unverified ggerganov HF Staff commited on Dec 11, 2022
bench.wasm : same as "bench" but runs in the browser (#89) 68dae1f unverified ggerganov HF Staff commited on Dec 11, 2022