examples : fix memory leak on failure to load gpt2 model (#323) c92d0b9 unverified Andy Maloney commited on Dec 23, 2022
ggml : use vaddvq_f32 for slightly more efficient reduce 550fbf8 unverified ggerganov commited on Dec 23, 2022
models : fix support for spaces in path (close #315) f39e0be unverified ggerganov commited on Dec 23, 2022
whisper : use emplace_back in place of push_back (#319) 490ad62 unverified Andy Maloney commited on Dec 23, 2022
whisper : fix mem leak on failure to load model (#318) be00889 unverified Andy Maloney commited on Dec 23, 2022
minor : small code cleanups (#302) 142f526 unverified Andy Maloney ggerganov commited on Dec 22, 2022
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 commited on Dec 19, 2022
minor : resolves some of warnings when compiling with clang/clang++ (#294) 061b71e unverified Matheus de Sousa ggerganov commited on Dec 19, 2022
make : revert accidental change of optimization flags add362d unverified ggerganov commited on Dec 17, 2022
ggml : implement ggml_compute_forward_dup_f16() special cases b3b8141 unverified ggerganov commited on Dec 16, 2022
main : add "--prompt" command line argument (#90) a488eb7 unverified ggerganov commited on Dec 16, 2022
ci : add Windows build without OpenBLAS + change to Release (#85) (#282) 40eeba4 unverified ggerganov commited on Dec 16, 2022
whisper : fix UB when reading buffer of length 0 bytes (#265) 0ac55b8 unverified ggerganov commited on Dec 13, 2022