Commit History

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

ggerganov commited on

ggml : add f16 acceleration for POWER9 ppc64le
0d5a830

Thomas Fitzsimmons commited on

models : fix support for spaces in path (close #315)
f39e0be
unverified

ggerganov commited on

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

ggerganov commited on

examples : add whisper.swiftui demo app (#308)
1d5c7f2
unverified

Digipom commited on

Update README.md
7a0b310
unverified

ggerganov commited on

minor : small code cleanups (#302)
142f526
unverified

Andy Maloney ggerganov commited on

minor : flag "ARM FMA" -> "ARM_FMA"
71de15e

ggerganov commited on

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

djthorpe commited on

Update README.md
9fc9845
unverified

ggerganov commited on

cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
7ffa531
unverified

ggerganov commited on

minor : resolves some of warnings when compiling with clang/clang++ (#294)
061b71e
unverified

Matheus de Sousa ggerganov commited on

release : v1.0.4
e29a728
unverified

ggerganov commited on

Add AVX,AVX2 support for ggml_vec_scale_f32
666b50a

katsu560 commited on

make : revert accidental change of optimization flags
add362d
unverified

ggerganov commited on

whisper : language auto-detect (#59)
dad1114

ggerganov commited on

Add Roadmap
443fc8d
unverified

ggerganov commited on

ggml : implement ggml_compute_forward_dup_f16() special cases
b3b8141
unverified

ggerganov commited on

main : add option to print the progress (#276)
068424c
unverified

ggerganov commited on

main : add "--prompt" command line argument (#90)
a488eb7
unverified

ggerganov commited on

command : better indentation
7a2aa88

ggerganov commited on

command : update README, show how to use guided mode
a73a606

ggerganov commited on

command : adding guided mode
0ffb168

ggerganov commited on

whisper : add whisper_tokenize()
82e39d3

ggerganov commited on

Update README.md (#46)
974e0d1
unverified

ggerganov commited on

Add Android sample (#277)
f4bcbaa
unverified

Digipom commited on

ci : add Windows build without OpenBLAS + change to Release (#85) (#282)
40eeba4
unverified

ggerganov commited on

whisper : improve decoding strategy (#244)
96829a5
unverified

ggerganov commited on

stream : update README.md + comments
2110f23
unverified

ggerganov commited on

Update README.md (#56)
a075b62
unverified

ggerganov commited on

ggml : make more compatible with c99 (#262)
52bc68d
unverified

ggerganov commited on

Update README.md
cd282f3
unverified

ggerganov commited on

stream : fix build
d8f85b8
unverified

ggerganov commited on

stream : add sliding window mode
d5c5cb0
unverified

ggerganov commited on

whisper : fix UB when reading buffer of length 0 bytes (#265)
0ac55b8
unverified

ggerganov commited on

ggml : fix indentation
09b6ef7
unverified

ggerganov commited on

ggml : make compatible with c99 (#262)
d9c1974
unverified

ggerganov commited on

talk : improve prompting
de68a7e
unverified

ggerganov commited on

release : v1.0.3
cad4b5d
unverified

ggerganov commited on