Commit Graph

363 Commits (threads)
 

Author SHA1 Message Date
Georgi Gerganov 4e6d2e98ab
ggml : try to improve threading
1 year ago
Georgi Gerganov 4e0b2069e7
ggml : barrier refactor + static functions
1 year ago
Georgi Gerganov ac521a566e
ggml : simplify the SIMD code (#324)
1 year ago
Andy Maloney 331c0bbddc
examples : fix memory leak on failure to load gpt2 model (#323)
1 year ago
Andy Maloney dc90efd504
examples : small code cleanups (#322)
1 year ago
Georgi Gerganov 7282e2109e
ggml : use vaddvq_f32 for slightly more efficient reduce
1 year ago
Thomas Fitzsimmons 466ceebb78 ggml : add f16 acceleration for POWER9 ppc64le
1 year ago
Georgi Gerganov 77226aa89d
models : fix support for spaces in path (close #315)
1 year ago
Andy Maloney 543bd5627e
whisper : use emplace_back in place of push_back (#319)
1 year ago
Andy Maloney 62fee9a9cc
whisper : fix mem leak on failure to load model (#318)
1 year ago
Andy Maloney 493d94130d
ggml : make consts static (#317)
1 year ago
Georgi Gerganov 1480a5f1af
Update README.md
1 year ago
Digipom 0f4227d9ee
examples : add whisper.swiftui demo app (#308)
1 year ago
Georgi Gerganov 4c1fe0c813
Update README.md
1 year ago
Andy Maloney fa463313ad
minor : small code cleanups (#302)
1 year ago
Georgi Gerganov 501a6b455c minor : flag "ARM FMA" -> "ARM_FMA"
1 year ago
Kevin Brothaler 91fc08c641 Build a vfpv4 library for armeabi-v7a and do runtime detection to select the right library
1 year ago
Kevin Brothaler e1432dd91a Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a.
1 year ago
Kevin Brothaler 22193cbfe8 Bump NDK version
1 year ago
Andy Maloney 42c6730732
whisper : use nullptr (C++11) instead of NULL macro (#299)
1 year ago
Andy Maloney 76b6211f9b
cmake : add headers to target (#298)
1 year ago
Mohit Agarwal 86a277f78d
go : run `go mod tidy` before building examples + fix permissions (#296)
1 year ago
David Thorpe 231bebca7d
bindings : initial import of golang bindings (#287)
1 year ago
Georgi Gerganov 90564f85f9
Update README.md
1 year ago
Georgi Gerganov 99da1e5cc8
cmake : enable and fix -Wall -Wextra -Wpedantic C++ warnings
1 year ago
Matheus de Sousa 8e3f129b4d
minor : resolves some of warnings when compiling with clang/clang++ (#294)
1 year ago
Georgi Gerganov 1d716d6e34
release : v1.0.4
1 year ago
katsu560 419b8a6402 Add AVX,AVX2 support for ggml_vec_scale_f32
1 year ago
Georgi Gerganov 1eb81f863f
make : revert accidental change of optimization flags
1 year ago
Georgi Gerganov fba10a4c68 whisper : language auto-detect (#59)
1 year ago
Georgi Gerganov afe2db0fe2
Add Roadmap
1 year ago
Georgi Gerganov a7047b2a28
ggml : implement ggml_compute_forward_dup_f16() special cases
1 year ago
Georgi Gerganov 32fbc8cd04
main : add option to print the progress (#276)
1 year ago
Georgi Gerganov b8065d90f5
main : add "--prompt" command line argument (#90)
1 year ago
Georgi Gerganov 4312995974 command : better indentation
1 year ago
Georgi Gerganov 5eeeb3412d command : update README, show how to use guided mode
1 year ago
Georgi Gerganov 6a69e3ae27 command : adding guided mode
1 year ago
Georgi Gerganov bf69b669a0 whisper : add whisper_tokenize()
1 year ago
Georgi Gerganov ea19ed33f1
Update README.md (#46)
1 year ago
Digipom 675e787171
Add Android sample (#277)
1 year ago
Georgi Gerganov c6c3ad5a98
ci : add Windows build without OpenBLAS + change to Release (#85) (#282)
1 year ago
Georgi Gerganov 6a7c82501e
whisper : improve decoding strategy (#244)
1 year ago
Georgi Gerganov a82d331034
stream : update README.md + comments
1 year ago
Georgi Gerganov c37c2443c1
Update README.md (#56)
1 year ago
Georgi Gerganov 0f11759406
ggml : make more compatible with c99 (#262)
1 year ago
Georgi Gerganov 5a5c5ddcca
Update README.md
1 year ago
Georgi Gerganov 34e0b4b9ef
stream : fix build
1 year ago
Georgi Gerganov b0f8013eb9
stream : add sliding window mode
1 year ago
Georgi Gerganov 124c718c73
whisper : fix UB when reading buffer of length 0 bytes (#265)
1 year ago
Georgi Gerganov f66ac6dc4f
ggml : fix indentation
1 year ago